aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLai, Derek <Derek.Lai@amd.com>2021-12-06 17:10:59 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-12-28 16:51:24 -0500
commitd97e631af2db84c8c9d63abf68d487d0bb559e4c (patch)
tree1b719ce9b35561215e7078b6f16e8cd8eb951981
parentdrm/amd/display: fix B0 TMDS deepcolor no dislay issue (diff)
downloadlinux-dev-d97e631af2db84c8c9d63abf68d487d0bb559e4c.tar.xz
linux-dev-d97e631af2db84c8c9d63abf68d487d0bb559e4c.zip
drm/amd/display: Added power down for DCN10
[Why] The change of setting a timer callback on boot for 10 seconds is still working, just lacked power down for DCN10. [How] Added power down for DCN10. Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Reviewed-by: Anthony Koo <Anthony.Koo@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Derek Lai <Derek.Lai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c
index 34001a30d449..10e613ec7d24 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c
@@ -78,6 +78,7 @@ static const struct hw_sequencer_funcs dcn10_funcs = {
.get_clock = dcn10_get_clock,
.get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
.calc_vupdate_position = dcn10_calc_vupdate_position,
+ .power_down = dce110_power_down,
.set_backlight_level = dce110_set_backlight_level,
.set_abm_immediate_disable = dce110_set_abm_immediate_disable,
.set_pipe = dce110_set_pipe,