Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c3377 locals->BytePerPixelInDETY[k] = 8.0; in dml20_ModeSupportAndSystemConfigurationFull()
3380 locals->BytePerPixelInDETY[k] = 4.0; in dml20_ModeSupportAndSystemConfigurationFull()
3384 locals->BytePerPixelInDETY[k] = 2.0; in dml20_ModeSupportAndSystemConfigurationFull()
3387 locals->BytePerPixelInDETY[k] = 1.0; in dml20_ModeSupportAndSystemConfigurationFull()
3390 locals->BytePerPixelInDETY[k] = 1.0; in dml20_ModeSupportAndSystemConfigurationFull()
3393 locals->BytePerPixelInDETY[k] = 4.0 / 3; in dml20_ModeSupportAndSystemConfigurationFull()
3403 …adBandwidthLuma[k] = locals->SwathWidthYSingleDPP[k] * dml_ceil(locals->BytePerPixelInDETY[k], 1.0) in dml20_ModeSupportAndSystemConfigurationFull()
3754 dml_ceil(locals->BytePerPixelInDETY[k], 1.0), in dml20_ModeSupportAndSystemConfigurationFull()
3823 / (locals->BytePerPixelInDETY[k] in dml20_ModeSupportAndSystemConfigurationFull()
4306 …locals->SwathWidthGranularityY = 256 / dml_ceil(locals->BytePerPixelInDETY[k], 1) / locals->MaxSw… in dml20_ModeSupportAndSystemConfigurationFull()
[all …]
H A Ddisplay_mode_vba_20v2.c3450 locals->BytePerPixelInDETY[k] = 8.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3453 locals->BytePerPixelInDETY[k] = 4.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3457 locals->BytePerPixelInDETY[k] = 2.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3460 locals->BytePerPixelInDETY[k] = 1.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3463 locals->BytePerPixelInDETY[k] = 1.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3466 locals->BytePerPixelInDETY[k] = 4.0 / 3; in dml20v2_ModeSupportAndSystemConfigurationFull()
3476 …adBandwidthLuma[k] = locals->SwathWidthYSingleDPP[k] * dml_ceil(locals->BytePerPixelInDETY[k], 1.0) in dml20v2_ModeSupportAndSystemConfigurationFull()
3827 dml_ceil(locals->BytePerPixelInDETY[k], 1.0), in dml20v2_ModeSupportAndSystemConfigurationFull()
3896 / (locals->BytePerPixelInDETY[k] in dml20v2_ModeSupportAndSystemConfigurationFull()
4386 …locals->SwathWidthGranularityY = 256 / dml_ceil(locals->BytePerPixelInDETY[k], 1) / locals->MaxSw… in dml20v2_ModeSupportAndSystemConfigurationFull()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c375 double BytePerPixelInDETY,
3484 locals->BytePerPixelInDETY[k] = 8.0; in dml21_ModeSupportAndSystemConfigurationFull()
3487 locals->BytePerPixelInDETY[k] = 4.0; in dml21_ModeSupportAndSystemConfigurationFull()
3491 locals->BytePerPixelInDETY[k] = 2.0; in dml21_ModeSupportAndSystemConfigurationFull()
3494 locals->BytePerPixelInDETY[k] = 1.0; in dml21_ModeSupportAndSystemConfigurationFull()
3497 locals->BytePerPixelInDETY[k] = 1.0; in dml21_ModeSupportAndSystemConfigurationFull()
3500 locals->BytePerPixelInDETY[k] = 4.0 / 3; in dml21_ModeSupportAndSystemConfigurationFull()
3510 …adBandwidthLuma[k] = locals->SwathWidthYSingleDPP[k] * dml_ceil(locals->BytePerPixelInDETY[k], 1.0) in dml21_ModeSupportAndSystemConfigurationFull()
3823 dml_ceil(locals->BytePerPixelInDETY[k], 1.0), in dml21_ModeSupportAndSystemConfigurationFull()
3892 / (locals->BytePerPixelInDETY[k] in dml21_ModeSupportAndSystemConfigurationFull()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c388 double BytePerPixelInDETY,
3719 &v->BytePerPixelInDETY[k], in dml30_ModeSupportAndSystemConfigurationFull()
3736 …v->ReadBandwidthLuma[k] = v->SwathWidthYSingleDPP[k] * dml_ceil(v->BytePerPixelInDETY[k], 1.0) / (… in dml30_ModeSupportAndSystemConfigurationFull()
3935 v->BytePerPixelInDETY, in dml30_ModeSupportAndSystemConfigurationFull()
4400 v->BytePerPixelInDETY, in dml30_ModeSupportAndSystemConfigurationFull()
4613 v->BytePerPixelInDETY[k], in dml30_ModeSupportAndSystemConfigurationFull()
5016 v->BytePerPixelInDETY[k], in dml30_ModeSupportAndSystemConfigurationFull()
5213 v->BytePerPixelInDETY, in dml30_ModeSupportAndSystemConfigurationFull()
5637 double BytePerPixelInDETY, in CalculateUrgentBurstFactor() argument
5670 LinesInDETLuma = DETBufferSizeY / BytePerPixelInDETY / swath_width_luma_ub; in CalculateUrgentBurstFactor()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h558 double BytePerPixelInDETY[DC__NUM_DPP__MAX]; member