Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_vba.h812 double LinesInDETLuma; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A 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()
A 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()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A Ddisplay_mode_vba_21.c5633 double LinesInDETLuma; in CalculateUrgentBurstFactor() local
5680 LinesInDETLuma = (double)DETBufferSizeY / BytePerPixelInDETY / SwathWidthY; in CalculateUrgentBurstFactor()
5681 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio; in CalculateUrgentBurstFactor()
5690 DETBufferSizeInTimeLumaPre = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime in CalculateUrgentBurstFactor()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_mode_vba_30.c5644 double LinesInDETLuma = 0; in CalculateUrgentBurstFactor() local
5668 LinesInDETLuma = DETBufferSizeY / BytePerPixelInDETY / swath_width_luma_ub; in CalculateUrgentBurstFactor()
5670 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio; in CalculateUrgentBurstFactor()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_mode_vba_31.c6066 double LinesInDETLuma; local
6090 LinesInDETLuma = DETBufferSizeY / BytePerPixelInDETY / swath_width_luma_ub;
6092 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio;

Completed in 64 milliseconds