summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c
diff options
context:
space:
mode:
authorAlvin Lee <alvin.lee2@amd.com>2020-10-08 13:32:35 -0400
committerAlex Deucher <alexander.deucher@amd.com>2020-10-26 13:33:24 -0400
commit86c5a9e3aa66eeee663ead6104514ecdd9996925 (patch)
treed61c64621e0c6f2e74ab6c67cf40af0be6d447ce /drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c
parentda52f579d9481b71525bf23838284db1338163a6 (diff)
downloadlinux-stable-86c5a9e3aa66eeee663ead6104514ecdd9996925.tar.gz
linux-stable-86c5a9e3aa66eeee663ead6104514ecdd9996925.tar.bz2
linux-stable-86c5a9e3aa66eeee663ead6104514ecdd9996925.zip
drm/amd/display: Update GSL state if leaving immediate flip
[Why] We should leave GSL if we're not doing immediate flip no matter if we're doing pipe split or not [How] Check for updating GSL state whenever we're not doing immediate flip v2: Squash in build fix (Alex) Signed-off-by: Aric Cyr <aric.cyr@amd.com> Signed-off-by: Alvin Lee <alvin.lee2@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c b/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c
index 072193c5ffe6..f4bc2a44f806 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c
@@ -34,7 +34,6 @@ static const struct hw_sequencer_funcs dcn20_funcs = {
.apply_ctx_to_hw = dce110_apply_ctx_to_hw,
.apply_ctx_for_surface = NULL,
.program_front_end_for_ctx = dcn20_program_front_end_for_ctx,
- .disconnect_pipes = dcn10_disconnect_pipes,
.wait_for_pending_cleared = dcn10_wait_for_pending_cleared,
.post_unlock_program_front_end = dcn20_post_unlock_program_front_end,
.update_plane_addr = dcn20_update_plane_addr,