drm/amd/display: Disabling Z10 on DCN31
[ Upstream commit 5d5af34072c8b11f60960c3bea57ff9de5877791 ] [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 <Eric.Yang2@amd.com> Acked-by: Pavle Kotarac <Pavle.Kotarac@amd.com> Signed-off-by: Saaem Rizvi <syerizvi@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
3f2dc81063
commit
d0d266c2f6
@ -957,6 +957,7 @@ static const struct dc_debug_options debug_defaults_drv = {
|
||||
.optc = false,
|
||||
}
|
||||
},
|
||||
.disable_z10 = true,
|
||||
.optimize_edp_link_rate = true,
|
||||
.enable_sw_cntl_psr = true,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user