提交 3da35006 编写于 作者: M Michael Strauss 提交者: Alex Deucher

drm/amd/display: Enable mem low power control for DCN3.1 sub-IP blocks

[WHY]
Sequences to handle powering down these sub-IP blocks are now ready for use
Reviewed-by: NEric Yang <eric.yang2@amd.com>
Acked-by: NMikita Lipski <mikita.lipski@amd.com>
Signed-off-by: NMichael Strauss <michael.strauss@amd.com>
Tested-by: NDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 0c55b63b
...@@ -1009,15 +1009,15 @@ static const struct dc_debug_options debug_defaults_drv = { ...@@ -1009,15 +1009,15 @@ static const struct dc_debug_options debug_defaults_drv = {
.use_max_lb = true, .use_max_lb = true,
.enable_mem_low_power = { .enable_mem_low_power = {
.bits = { .bits = {
.vga = false, .vga = true,
.i2c = false, .i2c = true,
.dmcu = false, // This is previously known to cause hang on S3 cycles if enabled .dmcu = false, // This is previously known to cause hang on S3 cycles if enabled
.dscl = false, .dscl = true,
.cm = false, .cm = true,
.mpc = false, .mpc = true,
.optc = false, .optc = true,
.vpg = false, .vpg = true,
.afmt = false, .afmt = true,
} }
}, },
.optimize_edp_link_rate = true, .optimize_edp_link_rate = true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册