Home
last modified time | relevance | path

Searched refs:LinesInDETLuma (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h812 double LinesInDETLuma; member
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c4334 …locals->LinesInDETLuma = locals->DETBufferSizeInKByte[0] * 1024 / locals->BytePerPixelInDETY[k] / … in dml20_ModeSupportAndSystemConfigurationFull()
4337 …locals->LinesInDETLuma = locals->DETBufferSizeInKByte[0] * 1024 / 2 / locals->BytePerPixelInDETY[k… in dml20_ModeSupportAndSystemConfigurationFull()
4341 …locals->LinesInDETLuma = locals->DETBufferSizeInKByte[0] * 1024 * 2 / 3 / locals->BytePerPixelInDE… in dml20_ModeSupportAndSystemConfigurationFull()
4354 locals->EffectiveDETLBLinesLuma = dml_floor(locals->LinesInDETLuma + dml_min( in dml20_ModeSupportAndSystemConfigurationFull()
4355 locals->LinesInDETLuma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETY[k] * in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c4455 …locals->LinesInDETLuma = locals->DETBufferSizeInKByte[0] * 1024 / locals->BytePerPixelInDETY[k] / … in dml20v2_ModeSupportAndSystemConfigurationFull()
4458 …locals->LinesInDETLuma = locals->DETBufferSizeInKByte[0] * 1024 / 2 / locals->BytePerPixelInDETY[k… in dml20v2_ModeSupportAndSystemConfigurationFull()
4462 …locals->LinesInDETLuma = locals->DETBufferSizeInKByte[0] * 1024 * 2 / 3 / locals->BytePerPixelInDE… in dml20v2_ModeSupportAndSystemConfigurationFull()
4475 locals->EffectiveDETLBLinesLuma = dml_floor(locals->LinesInDETLuma + dml_min( in dml20v2_ModeSupportAndSystemConfigurationFull()
4476 locals->LinesInDETLuma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETY[k] * in dml20v2_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c5623 double LinesInDETLuma; in CalculateUrgentBurstFactor() local
5670 LinesInDETLuma = (double)DETBufferSizeY / BytePerPixelInDETY / SwathWidthY; in CalculateUrgentBurstFactor()
5671 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio; in CalculateUrgentBurstFactor()
5680 DETBufferSizeInTimeLumaPre = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime in CalculateUrgentBurstFactor()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c5654 double LinesInDETLuma = 0; in CalculateUrgentBurstFactor() local
5678 LinesInDETLuma = DETBufferSizeY / BytePerPixelInDETY / swath_width_luma_ub; in CalculateUrgentBurstFactor()
5680 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio; in CalculateUrgentBurstFactor()
/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c5850 double LinesInDETLuma; local
5874 LinesInDETLuma = DETBufferSizeY / BytePerPixelInDETY / swath_width_luma_ub;
5876 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio;