Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h805 double LinesInDETLuma; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c4333 …locals->LinesInDETLuma = locals->DETBufferSizeInKByte * 1024 / locals->BytePerPixelInDETY[k] / loc… in dml20_ModeSupportAndSystemConfigurationFull()
4336 … locals->LinesInDETLuma = locals->DETBufferSizeInKByte * 1024 / 2 / locals->BytePerPixelInDETY[k] / in dml20_ModeSupportAndSystemConfigurationFull()
4340 …locals->LinesInDETLuma = locals->DETBufferSizeInKByte * 1024 * 2 / 3 / locals->BytePerPixelInDETY[… in dml20_ModeSupportAndSystemConfigurationFull()
4353 locals->EffectiveDETLBLinesLuma = dml_floor(locals->LinesInDETLuma + dml_min( in dml20_ModeSupportAndSystemConfigurationFull()
4354 locals->LinesInDETLuma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETY[k] * in dml20_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_20v2.c4413 …locals->LinesInDETLuma = locals->DETBufferSizeInKByte * 1024 / locals->BytePerPixelInDETY[k] / loc… in dml20v2_ModeSupportAndSystemConfigurationFull()
4416 … locals->LinesInDETLuma = locals->DETBufferSizeInKByte * 1024 / 2 / locals->BytePerPixelInDETY[k] / in dml20v2_ModeSupportAndSystemConfigurationFull()
4420 …locals->LinesInDETLuma = locals->DETBufferSizeInKByte * 1024 * 2 / 3 / locals->BytePerPixelInDETY[… in dml20v2_ModeSupportAndSystemConfigurationFull()
4433 locals->EffectiveDETLBLinesLuma = dml_floor(locals->LinesInDETLuma + dml_min( in dml20v2_ModeSupportAndSystemConfigurationFull()
4434 locals->LinesInDETLuma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETY[k] * in dml20v2_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c5618 double LinesInDETLuma; in CalculateUrgentBurstFactor() local
5665 LinesInDETLuma = DETBufferSizeY / BytePerPixelInDETY / SwathWidthY; in CalculateUrgentBurstFactor()
5666 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio; in CalculateUrgentBurstFactor()
5675 DETBufferSizeInTimeLumaPre = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime in CalculateUrgentBurstFactor()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c5646 double LinesInDETLuma = 0; in CalculateUrgentBurstFactor() local
5670 LinesInDETLuma = DETBufferSizeY / BytePerPixelInDETY / swath_width_luma_ub; in CalculateUrgentBurstFactor()
5672 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio; in CalculateUrgentBurstFactor()