HomeSort by: relevance | last modified time | path
    Searched defs:dst_y_prefetch_oto (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 519 double dst_y_prefetch_oto; local in function:CalculatePrefetchSchedule
632 dst_y_prefetch_oto = Tpre_oto / LineTime;
634 if (dst_y_prefetch_oto < dst_y_prefetch_equ)
635 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
amdgpu_display_mode_vba_20v2.c 609 double dst_y_prefetch_oto; local in function:CalculatePrefetchSchedule
692 dst_y_prefetch_oto = Tpre_oto / LineTime;
694 if (dst_y_prefetch_oto < dst_y_prefetch_equ)
695 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
amdgpu_display_mode_vba_20.c 519 double dst_y_prefetch_oto; local in function:CalculatePrefetchSchedule
632 dst_y_prefetch_oto = Tpre_oto / LineTime;
634 if (dst_y_prefetch_oto < dst_y_prefetch_equ)
635 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
amdgpu_display_mode_vba_20v2.c 609 double dst_y_prefetch_oto; local in function:CalculatePrefetchSchedule
692 dst_y_prefetch_oto = Tpre_oto / LineTime;
694 if (dst_y_prefetch_oto < dst_y_prefetch_equ)
695 *DestinationLinesForPrefetch = dst_y_prefetch_oto;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 715 double dst_y_prefetch_oto; local in function:CalculatePrefetchSchedule
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;
amdgpu_display_mode_vba_21.c 715 double dst_y_prefetch_oto; local in function:CalculatePrefetchSchedule
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 43 milliseconds