Skip to content

Commit 85de32c

Browse files
Yihan Zhualexdeucher
authored andcommitted
drm/amd/display: DCN35 Disable cm power optimization
[WHY & HOW] Enabling SCE after boot up will cause color distortion. Reviewed-by: Ovidiu Bunea <ovidiu.bunea@amd.com> Acked-by: Hersen Wu <hersenxs.wu@amd.com> Signed-off-by: Yihan Zhu <yihan.zhu@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 81df727 commit 85de32c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ static const struct dc_debug_options debug_defaults_drv = {
708708
.i2c = true,
709709
.dmcu = false, // This is previously known to cause hang on S3 cycles if enabled
710710
.dscl = true,
711-
.cm = true,
711+
.cm = false,
712712
.mpc = true,
713713
.optc = true,
714714
.vpg = true,

0 commit comments

Comments
 (0)