Commit 452e9214 authored by Alvin Lee's avatar Alvin Lee Committed by Alex Deucher

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: default avatarAlvin Lee <Alvin.Lee2@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b5a0168e
......@@ -997,7 +997,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.dscl = false,
.cm = false,
.mpc = false,
.optc = false,
.optc = true,
}
},
.use_max_lb = true,
......
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment