Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h1030 double LinesInDETChroma; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c4335 locals->LinesInDETChroma = 0; in dml20_ModeSupportAndSystemConfigurationFull()
4339 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte[0] * 1024 / 2 / locals->BytePerPixelInDETC… in dml20_ModeSupportAndSystemConfigurationFull()
4342 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte[0] * 1024 / 3 / locals->BytePerPixelInDETY… in dml20_ModeSupportAndSystemConfigurationFull()
4359 if (locals->LinesInDETChroma) { in dml20_ModeSupportAndSystemConfigurationFull()
4360 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + in dml20_ModeSupportAndSystemConfigurationFull()
4361 dml_min(locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c4456 locals->LinesInDETChroma = 0; in dml20v2_ModeSupportAndSystemConfigurationFull()
4460 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte[0] * 1024 / 2 / locals->BytePerPixelInDETC… in dml20v2_ModeSupportAndSystemConfigurationFull()
4463 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte[0] * 1024 / 3 / locals->BytePerPixelInDETY… in dml20v2_ModeSupportAndSystemConfigurationFull()
4487 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + dml_min( in dml20v2_ModeSupportAndSystemConfigurationFull()
4488 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20v2_ModeSupportAndSystemConfigurationFull()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c5636 double LinesInDETChroma; in CalculateUrgentBurstFactor() local
5706 LinesInDETChroma = (double)DETBufferSizeC / BytePerPixelInDETC / (SwathWidthY / 2); in CalculateUrgentBurstFactor()
5707 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime in CalculateUrgentBurstFactor()
5717 DETBufferSizeInTimeChromaPre = dml_floor(LinesInDETChroma, SwathHeightC) in CalculateUrgentBurstFactor()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c2745 double LinesInDETChroma; in dml32_CalculateUrgentBurstFactor() local
2786 LinesInDETChroma = (UseMALLForPStateChange == dm_use_mall_pstate_change_phantom_pipe ? in dml32_CalculateUrgentBurstFactor()
2791 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio; in dml32_CalculateUrgentBurstFactor()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c5494 double LinesInDETChroma = 0; in CalculateUrgentBurstFactor() local
5531 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / swath_width_chroma_ub; in CalculateUrgentBurstFactor()
5533 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio; in CalculateUrgentBurstFactor()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c5837 double LinesInDETChroma; local
5874 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / swath_width_chroma_ub;
5876 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio;
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c5931 double LinesInDETChroma; local
5968 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / swath_width_chroma_ub;
5970 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio;
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core.c3210 dml_float_t LinesInDETChroma; in CalculateUrgentBurstFactor() local
3248LinesInDETChroma = (UseMALLForPStateChange == dml_use_mall_pstate_change_phantom_pipe ? 1024*1024 … in CalculateUrgentBurstFactor()
3251 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatioC; in CalculateUrgentBurstFactor()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared.c6135 double LinesInDETChroma; in CalculateUrgentBurstFactor() local
6165LinesInDETChroma = (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeC) / BytePerPixelI… in CalculateUrgentBurstFactor()
6167 DETBufferSizeInTimeChroma = math_floor2(LinesInDETChroma, SwathHeightC) * LineTime / VRatioC; in CalculateUrgentBurstFactor()
Ddml2_core_dcn4_calcs.c3469 double LinesInDETChroma; in CalculateUrgentBurstFactor() local
3499LinesInDETChroma = (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeC) / BytePerPixelI… in CalculateUrgentBurstFactor()
3501 DETBufferSizeInTimeChroma = math_floor2(LinesInDETChroma, SwathHeightC) * LineTime / VRatioC; in CalculateUrgentBurstFactor()