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()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h448 double BytePerPixelInDETC[DML2_MAX_PLANES]; member
683 double BytePerPixelInDETC[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c3444 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument
3482 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor()
3483 … (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeC) / BytePerPixelInDETC / swath_widt… in CalculateUrgentBurstFactor()
7658 mode_lib->ms.BytePerPixelInDETC[k], in dml_core_ms_prefetch_check()
7938 CalculateWatermarks_params->BytePerPixelDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_ms_prefetch_check()
8095 &mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support()
8128 …mode_lib->ms.SwathWidthYSingleDPP[k] / 2 * math_ceil2(mode_lib->ms.BytePerPixelInDETC[k], 2.0) / (… in dml_core_mode_support()
8372 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support()
9183 mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support()
10585 &mode_lib->mp.BytePerPixelInDETC[k], in dml_core_mode_programming()
[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,
3213 dml_float_t BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument
3260 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor()
3261 …se_mall_pstate_change_phantom_pipe ? 1024*1024 : DETBufferSizeC) / BytePerPixelInDETC / swath_widt… in CalculateUrgentBurstFactor()
6450 mode_lib->ms.BytePerPixelInDETC[k], in dml_prefetch_check()
6704 CalculateWatermarks_params->BytePerPixelDETC = mode_lib->ms.BytePerPixelInDETC; in dml_prefetch_check()
6888 &mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support()
6911 …= mode_lib->ms.SwathWidthYSingleDPP[k] / 2 * dml_ceil(mode_lib->ms.BytePerPixelInDETC[k], 2.0) / (… in dml_core_mode_support()
7096 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support()
7635 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