Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1029 double LinesInDETLuma; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H 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()
H 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c5635 double LinesInDETLuma; in CalculateUrgentBurstFactor() local
5682 LinesInDETLuma = (double)DETBufferSizeY / BytePerPixelInDETY / SwathWidthY; in CalculateUrgentBurstFactor()
5683 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio; in CalculateUrgentBurstFactor()
5692 DETBufferSizeInTimeLumaPre = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime in CalculateUrgentBurstFactor()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c2746 double LinesInDETLuma; in dml32_CalculateUrgentBurstFactor() local
2772 LinesInDETLuma = (UseMALLForPStateChange == dm_use_mall_pstate_change_phantom_pipe ? 1024*1024 : in dml32_CalculateUrgentBurstFactor()
2776 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio; in dml32_CalculateUrgentBurstFactor()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c5489 double LinesInDETLuma = 0; in CalculateUrgentBurstFactor() local
5513 LinesInDETLuma = DETBufferSizeY / BytePerPixelInDETY / swath_width_luma_ub; in CalculateUrgentBurstFactor()
5515 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio; in CalculateUrgentBurstFactor()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c5846 double LinesInDETLuma; local
5870 LinesInDETLuma = DETBufferSizeY / BytePerPixelInDETY / swath_width_luma_ub;
5872 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio;
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c5941 double LinesInDETLuma; local
5965 LinesInDETLuma = DETBufferSizeY / BytePerPixelInDETY / swath_width_luma_ub;
5967 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRatio;