summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dcn321
diff options
context:
space:
mode:
authorAlvin Lee <Alvin.Lee2@amd.com>2022-04-05 21:46:30 +0300
committerAlex Deucher <alexander.deucher@amd.com>2022-06-03 23:45:01 +0300
commit452e9214431f1f6385bb20fdf6e1b5692947071f (patch)
tree4a78e1271895e1082d1ccbb719f37b86b352844d /drivers/gpu/drm/amd/display/dc/dcn321
parentb5a0168e1406176cf98487833b7468a1ea5872d3 (diff)
downloadlinux-452e9214431f1f6385bb20fdf6e1b5692947071f.tar.xz
drm/amd/display: Remove W/A for ODM memory pins
[Description] By default we can now set ODM_MEM_VBLANK_PWR_MODE=1 Signed-off-by: Alvin Lee <Alvin.Lee2@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn321')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.c b/drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.c
index 376dd586b643..780409eb0e98 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.c
@@ -994,7 +994,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.dscl = false,
.cm = false,
.mpc = false,
- .optc = false,
+ .optc = true,
}
},
.use_max_lb = true,