Home
last modified time | relevance | path

Searched refs:BytePerPixelInDETC (Results 1 – 7 of 7) 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/dcn30/
H A Ddisplay_mode_vba_30.c319 double BytePerPixelInDETC,
3453 &v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull()
3470 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… in dml30_ModeSupportAndSystemConfigurationFull()
3669 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull()
4134 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull()
4347 v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull()
4663 v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull()
4835 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull()
5207 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument
5252 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor()
[all …]
/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_0/
H A Ddisplay_mode_core.c433 dml_float_t BytePerPixelInDETC,
3202 dml_float_t BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument
3249 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor()
3250 …se_mall_pstate_change_phantom_pipe ? 1024*1024 : DETBufferSizeC) / BytePerPixelInDETC / swath_widt… in CalculateUrgentBurstFactor()
6433 mode_lib->ms.BytePerPixelInDETC[k], in dml_prefetch_check()
6687 CalculateWatermarks_params->BytePerPixelDETC = mode_lib->ms.BytePerPixelInDETC; in dml_prefetch_check()
6871 &mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support()
6894 …= mode_lib->ms.SwathWidthYSingleDPP[k] / 2 * dml_ceil(mode_lib->ms.BytePerPixelInDETC[k], 2.0) / (… in dml_core_mode_support()
7079 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support()
7618 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support()
[all …]
H A Ddisplay_mode_core_structs.h920 dml_float_t BytePerPixelInDETC[__DML_NUM_PLANES__]; member