Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c4332 locals->LinesInDETChroma = 0; in dml20_ModeSupportAndSystemConfigurationFull()
4336 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte[0] * 1024 / 2 / locals->BytePerPixelInDETC… in dml20_ModeSupportAndSystemConfigurationFull()
4339 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte[0] * 1024 / 3 / locals->BytePerPixelInDETY… in dml20_ModeSupportAndSystemConfigurationFull()
4356 if (locals->LinesInDETChroma) { in dml20_ModeSupportAndSystemConfigurationFull()
4357 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + in dml20_ModeSupportAndSystemConfigurationFull()
4358 dml_min(locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * in dml20_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_20v2.c4453 locals->LinesInDETChroma = 0; in dml20v2_ModeSupportAndSystemConfigurationFull()
4457 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte[0] * 1024 / 2 / locals->BytePerPixelInDETC… in dml20v2_ModeSupportAndSystemConfigurationFull()
4460 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte[0] * 1024 / 3 / locals->BytePerPixelInDETY… in dml20v2_ModeSupportAndSystemConfigurationFull()
4484 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + dml_min( in dml20v2_ModeSupportAndSystemConfigurationFull()
4485 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20v2_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1030 double LinesInDETChroma; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c5633 double LinesInDETChroma; in CalculateUrgentBurstFactor() local
5703 LinesInDETChroma = (double)DETBufferSizeC / BytePerPixelInDETC / (SwathWidthY / 2); in CalculateUrgentBurstFactor()
5704 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime in CalculateUrgentBurstFactor()
5714 DETBufferSizeInTimeChromaPre = dml_floor(LinesInDETChroma, SwathHeightC) in CalculateUrgentBurstFactor()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c2749 double LinesInDETChroma; in dml32_CalculateUrgentBurstFactor() local
2790 LinesInDETChroma = (UseMALLForPStateChange == dm_use_mall_pstate_change_phantom_pipe ? in dml32_CalculateUrgentBurstFactor()
2795 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio; in dml32_CalculateUrgentBurstFactor()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c5216 double LinesInDETChroma = 0; in CalculateUrgentBurstFactor() local
5253 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / swath_width_chroma_ub; in CalculateUrgentBurstFactor()
5255 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio; in CalculateUrgentBurstFactor()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c5929 double LinesInDETChroma; local
5966 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / swath_width_chroma_ub;
5968 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio;
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c5835 double LinesInDETChroma; local
5872 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / swath_width_chroma_ub;
5874 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio;
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c3212 dml_float_t LinesInDETChroma; in CalculateUrgentBurstFactor() local
3250LinesInDETChroma = (UseMALLForPStateChange == dml_use_mall_pstate_change_phantom_pipe ? 1024*1024 … in CalculateUrgentBurstFactor()
3253 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatioC; in CalculateUrgentBurstFactor()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c3443 double LinesInDETChroma; in CalculateUrgentBurstFactor() local
3473LinesInDETChroma = (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeC) / BytePerPixelI… in CalculateUrgentBurstFactor()
3475 DETBufferSizeInTimeChroma = math_floor2(LinesInDETChroma, SwathHeightC) * LineTime / VRatioC; in CalculateUrgentBurstFactor()