Home
last modified time | relevance | path

Searched refs:BytePerPixelInDETC (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h548 double BytePerPixelInDETC,
1159 double BytePerPixelInDETC[],
H A Ddisplay_mode_vba_32.c1811 &mode_lib->vba.BytePerPixelInDETC[k], in dml32_ModeSupportAndSystemConfigurationFull()
1835 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… in dml32_ModeSupportAndSystemConfigurationFull()
1998 mode_lib->vba.BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull()
2598 mode_lib->vba.BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull()
2877 mode_lib->vba.BytePerPixelInDETC[k], in dml32_ModeSupportAndSystemConfigurationFull()
3218 mode_lib->vba.BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull()
3359 mode_lib->vba.BytePerPixelInDETC[k], in dml32_ModeSupportAndSystemConfigurationFull()
3601 v->BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_util_32.c2739 double BytePerPixelInDETC, in dml32_CalculateUrgentBurstFactor() argument
2789 if (BytePerPixelInDETC > 0) { in dml32_CalculateUrgentBurstFactor()
2791 1024 * 1024 : DETBufferSizeC) / BytePerPixelInDETC in dml32_CalculateUrgentBurstFactor()
6287 double BytePerPixelInDETC[], in dml32_CalculateDETSwathFillLatencyHiding() argument
6316 SwathSizePerSurfaceC[k] = SwathHeightC[k] * SwathWidthC[k] * BytePerPixelInDETC[k] * NumOfDPP[k]; in dml32_CalculateDETSwathFillLatencyHiding()
6334 …DETSwathLatencyHidingCUs = (dml_floor(DETBufferSizeC[k] / BytePerPixelInDETC[k] / SwathWidthC[k], … in dml32_CalculateDETSwathFillLatencyHiding()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h793 double BytePerPixelInDETC[DC__NUM_DPP__MAX]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c3422 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument
3460 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor()
3461 … (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeC) / BytePerPixelInDETC / swath_widt… in CalculateUrgentBurstFactor()
7608 mode_lib->ms.BytePerPixelInDETC[k], in dml_core_ms_prefetch_check()
7888 CalculateWatermarks_params->BytePerPixelDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_ms_prefetch_check()
8043 &mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support()
8076 …mode_lib->ms.SwathWidthYSingleDPP[k] / 2 * math_ceil2(mode_lib->ms.BytePerPixelInDETC[k], 2.0) / (… in dml_core_mode_support()
8320 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support()
9116 mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support()
10513 &mode_lib->mp.BytePerPixelInDETC[k], in dml_core_mode_programming()
[all …]