Searched refs:BytePerPixelInDETY (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 | 547 double BytePerPixelInDETY, 1158 double BytePerPixelInDETY[],
|
H A D | display_mode_vba_32.c | 1810 &mode_lib->vba.BytePerPixelInDETY[k], in dml32_ModeSupportAndSystemConfigurationFull() 1833 v->ReadBandwidthLuma[k] = v->SwathWidthYSingleDPP[k] * dml_ceil(v->BytePerPixelInDETY[k], 1.0) in dml32_ModeSupportAndSystemConfigurationFull() 1997 mode_lib->vba.BytePerPixelInDETY, in dml32_ModeSupportAndSystemConfigurationFull() 2597 mode_lib->vba.BytePerPixelInDETY, in dml32_ModeSupportAndSystemConfigurationFull() 2876 mode_lib->vba.BytePerPixelInDETY[k], in dml32_ModeSupportAndSystemConfigurationFull() 3217 mode_lib->vba.BytePerPixelInDETY, in dml32_ModeSupportAndSystemConfigurationFull() 3358 mode_lib->vba.BytePerPixelInDETY[k], in dml32_ModeSupportAndSystemConfigurationFull() 3600 v->BytePerPixelInDETY, in dml32_ModeSupportAndSystemConfigurationFull()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared_types.h | 421 double BytePerPixelInDETY[DML2_MAX_PLANES]; member 561 double BytePerPixelInDETY[DML2_MAX_PLANES]; member
|
H A D | dml2_core_shared.c | 330 double BytePerPixelInDETY, 880 &mode_lib->ms.BytePerPixelInDETY[k], in dml2_core_shared_mode_support() 913 …a = mode_lib->ms.SwathWidthYSingleDPP[k] * math_ceil2(mode_lib->ms.BytePerPixelInDETY[k], 1.0) / (… in dml2_core_shared_mode_support() 1150 CalculateSwathAndDETConfiguration_params->BytePerPixDETY = mode_lib->ms.BytePerPixelInDETY; in dml2_core_shared_mode_support() 1850 mode_lib->ms.BytePerPixelInDETY[k], in dml2_core_shared_mode_support() 2465 mode_lib->ms.BytePerPixelInDETY[k], in dml2_core_shared_mode_support() 2689 CalculateWatermarks_params->BytePerPixelDETY = mode_lib->ms.BytePerPixelInDETY; in dml2_core_shared_mode_support() 6125 double BytePerPixelInDETY, in CalculateUrgentBurstFactor() argument 6148 dml2_printf("DML::%s: BytePerPixelInDETY = %f\n", __func__, BytePerPixelInDETY); in CalculateUrgentBurstFactor() 6154 … (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeY) / BytePerPixelInDETY / swath_widt… in CalculateUrgentBurstFactor() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_mode_vba_31.c | 351 double BytePerPixelInDETY, 3852 &v->BytePerPixelInDETY[k], 3869 v->ReadBandwidthLuma[k] = v->SwathWidthYSingleDPP[k] * dml_ceil(v->BytePerPixelInDETY[k], 1.0) 4041 v->BytePerPixelInDETY, 4669 v->BytePerPixelInDETY, 4918 v->BytePerPixelInDETY[k], 5187 v->BytePerPixelInDETY[k], 5360 v->BytePerPixelInDETY, 5824 double BytePerPixelInDETY, argument 5857 LinesInDETLuma = DETBufferSizeY / BytePerPixelInDETY / swath_width_luma_ub;
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_vba.h | 792 double BytePerPixelInDETY[DC__NUM_DPP__MAX]; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | display_mode_core_structs.h | 862 dml_float_t BytePerPixelInDETY[__DML_NUM_PLANES__]; member
|