drm/amd/display: Disable mem low power for CM HW block on DCN3.1
[WHY] Currently causes visible flicker in some scenarios on OLED eDPs Reviewed-by: Haonan Wang <haonan.wang2@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Michael Strauss <michael.strauss@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
253a55918c
commit
5d694266bd
@ -1013,7 +1013,7 @@ static const struct dc_debug_options debug_defaults_drv = {
|
||||
.i2c = true,
|
||||
.dmcu = false, // This is previously known to cause hang on S3 cycles if enabled
|
||||
.dscl = true,
|
||||
.cm = true,
|
||||
.cm = false, // visible flicker on OLED eDPs
|
||||
.mpc = true,
|
||||
.optc = true,
|
||||
.vpg = true,
|
||||
|
Loading…
Reference in New Issue
Block a user