Searched refs:dst_y_prefetch_oto (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_mode_vba_20.c519 double dst_y_prefetch_oto; local
632 dst_y_prefetch_oto = Tpre_oto / LineTime;
634 if (dst_y_prefetch_oto < dst_y_prefetch_equ)
635 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
H A Damdgpu_display_mode_vba_20v2.c609 double dst_y_prefetch_oto; local
692 dst_y_prefetch_oto = Tpre_oto / LineTime;
694 if (dst_y_prefetch_oto < dst_y_prefetch_equ)
695 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_mode_vba_21.c715 double dst_y_prefetch_oto; local
840 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Tsw_oto_lines + 0.75;
844 if (dst_y_prefetch_oto < dst_y_prefetch_equ)
845 *DestinationLinesForPrefetch = dst_y_prefetch_oto;

Completed in 107 milliseconds