Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h806 double LinesInDETChroma; member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c4333 locals->LinesInDETChroma = 0; in dml20_ModeSupportAndSystemConfigurationFull()
4337 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 2 / locals->BytePerPixelInDETC[k]… in dml20_ModeSupportAndSystemConfigurationFull()
4340 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 3 / locals->BytePerPixelInDETY[k]… in dml20_ModeSupportAndSystemConfigurationFull()
4358 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + dml_min( in dml20_ModeSupportAndSystemConfigurationFull()
4359 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c4412 locals->LinesInDETChroma = 0; in dml20v2_ModeSupportAndSystemConfigurationFull()
4416 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 2 / locals->BytePerPixelInDETC[k]… in dml20v2_ModeSupportAndSystemConfigurationFull()
4419 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 3 / locals->BytePerPixelInDETY[k]… in dml20v2_ModeSupportAndSystemConfigurationFull()
4437 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + dml_min( in dml20v2_ModeSupportAndSystemConfigurationFull()
4438 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20v2_ModeSupportAndSystemConfigurationFull()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c5619 double LinesInDETChroma; in CalculateUrgentBurstFactor() local
5689 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / (SwathWidthY / 2); in CalculateUrgentBurstFactor()
5690 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime in CalculateUrgentBurstFactor()
5700 DETBufferSizeInTimeChromaPre = dml_floor(LinesInDETChroma, SwathHeightC) in CalculateUrgentBurstFactor()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c5669 double LinesInDETChroma = 0; in CalculateUrgentBurstFactor() local
5706 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / swath_width_chroma_ub; in CalculateUrgentBurstFactor()
5708 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio; in CalculateUrgentBurstFactor()