Commit ca4f844e authored by abdoulaye berthe's avatar abdoulaye berthe Committed by Alex Deucher
Browse files

drm/amd/display: Update extended timeout support for DCN20 and DCN21



[Why]
DCN21 and DCN2 extended timeout support cap is not set correctly.

[How]
Set extended timeout support for ASIC families to their right values.

Signed-off-by: default avatarabdoulaye berthe <abdoulaye.berthe@amd.com>
Reviewed-by: default avatarMartin Leung <Martin.Leung@amd.com>
Acked-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 615b9b58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3483,7 +3483,7 @@ static bool dcn20_resource_construct(
	dc->caps.post_blend_color_processing = true;
	dc->caps.force_dp_tps4_for_cp2520 = true;
	dc->caps.hw_3d_lut = true;
	dc->caps.extended_aux_timeout_support = false;
	dc->caps.extended_aux_timeout_support = true;

	if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) {
		dc->debug = debug_defaults_drv;
+1 −1
Original line number Diff line number Diff line
@@ -1679,7 +1679,7 @@ static bool dcn21_resource_construct(
	dc->caps.max_slave_planes = 1;
	dc->caps.post_blend_color_processing = true;
	dc->caps.force_dp_tps4_for_cp2520 = true;
	dc->caps.extended_aux_timeout_support = false;
	dc->caps.extended_aux_timeout_support = true;
	dc->caps.dmcub_support = true;

	if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV)