HomeSort by: relevance | last modified time | path
    Searched refs:PrefetchSourceLinesY (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 116 double PrefetchSourceLinesY,
669 double PrefetchSourceLinesY,
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;
869 + PrefetchSourceLinesY * *swath_width_luma_ub * dml_ceil(BytePerPixelDETY, 1)
874 HostVMInefficiencyFactor + PrefetchSourceLinesY *
882 * HostVMInefficiencyFactor + PrefetchSourceLinesY *
890 double PrefetchBandwidth4 = (PrefetchSourceLinesY * *swath_width_luma_ub *
956 *VRatioPrefetchY = (double) PrefetchSourceLinesY
963 (double) PrefetchSourceLinesY
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 95 double PrefetchSourceLinesY,
478 double PrefetchSourceLinesY,
603 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime;
606 + PrefetchSourceLinesY * SwathWidthY * dml_ceil(BytePerPixelDETY, 1)
662 + PrefetchSourceLinesY * SwathWidthY * dml_ceil(BytePerPixelDETY, 1)
722 *VRatioPrefetchY = (double) PrefetchSourceLinesY
729 (double) PrefetchSourceLinesY
768 * ((double) PrefetchSourceLinesY
1898 mode_lib->vba.PrefetchSourceLinesY[k] = CalculatePrefetchSourceLines(
2134 mode_lib->vba.PrefetchSourceLinesY[k]
    [all...]
amdgpu_display_mode_vba_20v2.c 120 double PrefetchSourceLinesY,
570 double PrefetchSourceLinesY,
663 Tsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime;
666 + PrefetchSourceLinesY * SwathWidthY * dml_ceil(BytePerPixelDETY, 1)
722 + PrefetchSourceLinesY * SwathWidthY * dml_ceil(BytePerPixelDETY, 1)
782 *VRatioPrefetchY = (double) PrefetchSourceLinesY
789 (double) PrefetchSourceLinesY
828 * ((double) PrefetchSourceLinesY
1934 mode_lib->vba.PrefetchSourceLinesY[k] = CalculatePrefetchSourceLines(
2168 mode_lib->vba.PrefetchSourceLinesY[k]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_vba.h 700 double PrefetchSourceLinesY[DC__NUM_DPP__MAX];

Completed in 20 milliseconds