Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h806 double LinesInDETChroma; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c4334 locals->LinesInDETChroma = 0; in dml20_ModeSupportAndSystemConfigurationFull()
4338 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 2 / locals->BytePerPixelInDETC[k]… in dml20_ModeSupportAndSystemConfigurationFull()
4341 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 3 / locals->BytePerPixelInDETY[k]… in dml20_ModeSupportAndSystemConfigurationFull()
4359 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + dml_min( in dml20_ModeSupportAndSystemConfigurationFull()
4360 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_20v2.c4414 locals->LinesInDETChroma = 0; in dml20v2_ModeSupportAndSystemConfigurationFull()
4418 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 2 / locals->BytePerPixelInDETC[k]… in dml20v2_ModeSupportAndSystemConfigurationFull()
4421 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 3 / locals->BytePerPixelInDETY[k]… in dml20v2_ModeSupportAndSystemConfigurationFull()
4439 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + dml_min( in dml20v2_ModeSupportAndSystemConfigurationFull()
4440 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20v2_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c5647 double LinesInDETChroma = 0; in CalculateUrgentBurstFactor() local
5684 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / swath_width_chroma_ub; in CalculateUrgentBurstFactor()
5686 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio; in CalculateUrgentBurstFactor()