Searched refs:BytePerPixelInDETC (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.h | 548 double BytePerPixelInDETC, 1159 double BytePerPixelInDETC[],
|
H A D | display_mode_vba_32.c | 1811 &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/dml21/src/dml2_core/ |
H A D | dml2_core_shared_types.h | 422 double BytePerPixelInDETC[DML2_MAX_PLANES]; member 562 double BytePerPixelInDETC[DML2_MAX_PLANES]; member
|
H A D | dml2_core_shared.c | 331 double BytePerPixelInDETC, 881 &mode_lib->ms.BytePerPixelInDETC[k], in dml2_core_shared_mode_support() 914 …mode_lib->ms.SwathWidthYSingleDPP[k] / 2 * math_ceil2(mode_lib->ms.BytePerPixelInDETC[k], 2.0) / (… in dml2_core_shared_mode_support() 1151 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml2_core_shared_mode_support() 1851 mode_lib->ms.BytePerPixelInDETC[k], in dml2_core_shared_mode_support() 2466 mode_lib->ms.BytePerPixelInDETC[k], in dml2_core_shared_mode_support() 2690 CalculateWatermarks_params->BytePerPixelDETC = mode_lib->ms.BytePerPixelInDETC; in dml2_core_shared_mode_support() 6126 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument 6164 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor() 6165 … (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeC) / BytePerPixelInDETC / swath_widt… in CalculateUrgentBurstFactor() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_mode_vba_31.c | 352 double BytePerPixelInDETC, 3853 &v->BytePerPixelInDETC[k], 3871 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… 4042 v->BytePerPixelInDETC, 4670 v->BytePerPixelInDETC, 4919 v->BytePerPixelInDETC[k], 5188 v->BytePerPixelInDETC[k], 5361 v->BytePerPixelInDETC, 5825 double BytePerPixelInDETC, argument 5870 if (BytePerPixelInDETC > 0) { [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_vba.h | 793 double BytePerPixelInDETC[DC__NUM_DPP__MAX]; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | display_mode_core_structs.h | 863 dml_float_t BytePerPixelInDETC[__DML_NUM_PLANES__]; member
|