aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_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/dcn10/dcn10_init.c
parentdrm/amd/display: disable seamless boot for VSC_SDP (diff)
downloadlinux-dev-86c5a9e3aa66eeee663ead6104514ecdd9996925.tar.xz
linux-dev-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/dcn10/dcn10_init.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c1
1 files changed, 0 insertions, 1 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 b24c8ae8b1ec..254300b06b43 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_init.c
@@ -34,7 +34,6 @@ static const struct hw_sequencer_funcs dcn10_funcs = {
.apply_ctx_to_hw = dce110_apply_ctx_to_hw,
.apply_ctx_for_surface = dcn10_apply_ctx_for_surface,
.post_unlock_program_front_end = dcn10_post_unlock_program_front_end,
- .disconnect_pipes = dcn10_disconnect_pipes,
.wait_for_pending_cleared = dcn10_wait_for_pending_cleared,
.update_plane_addr = dcn10_update_plane_addr,
.update_dchub = dcn10_update_dchub,