]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/amd/display: Disable mem low power for CM HW block on DCN3.1
authorMichael Strauss <michael.strauss@amd.com>
Wed, 8 Sep 2021 18:39:09 +0000 (14:39 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Sep 2021 19:17:30 +0000 (15:17 -0400)
[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>
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c

index a823a64d02a572655469f7b858bc4f6c5b29b583..0b60ac676423c4a4ca6b88d05d09db0c1f7e492b 100644 (file)
@@ -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,