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

drm/amd/display: disable lttpr for RN

parent 3ab4cc65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1686,7 +1686,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 = true;
	dc->caps.extended_aux_timeout_support = false;
	dc->caps.dmcub_support = true;

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