aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaaem Rizvi <[email protected]>2022-03-28 14:25:16 -0400
committerAlex Deucher <[email protected]>2022-04-11 13:51:03 -0400
commit5d5af34072c8b11f60960c3bea57ff9de5877791 (patch)
treea71ce2f45111ab57c71d2066dbc997ecca08dae0
parent2513ed4f937999c0446fd824f7564f76b697d722 (diff)
drm/amd/display: Disabling Z10 on DCN31
[WHY] Z10 is should not be enabled by default on DCN31. [HOW] Using DC debug flags to disable Z10 by default on DCN31. Reviewed-by: Eric Yang <[email protected]> Acked-by: Pavle Kotarac <[email protected]> Signed-off-by: Saaem Rizvi <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c b/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c
index f27262417abe..6cc580be7c79 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c
@@ -885,6 +885,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.afmt = true,
}
},
+ .disable_z10 = true,
.optimize_edp_link_rate = true,
.enable_sw_cntl_psr = true,
.apply_vendor_specific_lttpr_wa = true,