HomeSort by: relevance | last modified time | path
    Searched refs:PrefetchSourceLinesC (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 121 double PrefetchSourceLinesC,
674 double PrefetchSourceLinesC,
810 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime;
820 prefetch_bw_oto = (PrefetchSourceLinesY * *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1) + PrefetchSourceLinesC * *swath_width_chroma_ub * dml_ceil(BytePerPixelDETC, 2)) / Tsw_oto;
870 + PrefetchSourceLinesC * *swath_width_chroma_ub * dml_ceil(BytePerPixelDETC, 2))
876 PrefetchSourceLinesC * *swath_width_chroma_ub *
884 PrefetchSourceLinesC * *swath_width_chroma_ub *
891 dml_ceil(BytePerPixelDETY, 1) + PrefetchSourceLinesC *
978 *VRatioPrefetchC = (double) PrefetchSourceLinesC
1005 * (double) PrefetchSourceLinesC / LinesToRequestPrefetchPixelDat
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 100 double PrefetchSourceLinesC,
483 double PrefetchSourceLinesC,
603 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime;
607 + PrefetchSourceLinesC * SwathWidthY / 2 * dml_ceil(BytePerPixelDETC, 2))
663 + PrefetchSourceLinesC * SwathWidthY / 2
744 *VRatioPrefetchC = (double) PrefetchSourceLinesC
773 + (double) PrefetchSourceLinesC
1940 mode_lib->vba.PrefetchSourceLinesC[k] = CalculatePrefetchSourceLines(
1955 mode_lib->vba.PrefetchSourceLinesC[k] = 0;
2139 mode_lib->vba.PrefetchSourceLinesC[k]
    [all...]
amdgpu_display_mode_vba_20v2.c 125 double PrefetchSourceLinesC,
575 double PrefetchSourceLinesC,
663 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime;
667 + PrefetchSourceLinesC * SwathWidthY / 2 * dml_ceil(BytePerPixelDETC, 2))
723 + PrefetchSourceLinesC * SwathWidthY / 2
804 *VRatioPrefetchC = (double) PrefetchSourceLinesC
833 + (double) PrefetchSourceLinesC
1976 mode_lib->vba.PrefetchSourceLinesC[k] = CalculatePrefetchSourceLines(
1991 mode_lib->vba.PrefetchSourceLinesC[k] = 0;
2173 mode_lib->vba.PrefetchSourceLinesC[k]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_vba.h 703 double PrefetchSourceLinesC[DC__NUM_DPP__MAX];

Completed in 16 milliseconds