summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
diff options
context:
space:
mode:
authorAndrey Grodzovsky2017-08-28 20:25:01 +0200
committerAlex Deucher2017-09-27 00:17:16 +0200
commitab8db3e1653c50ae19d1c31d82f94beb5115aeef (patch)
treed4353036c7643ca78ac16d45be51026852eeba7e /drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
parentdrm/amd/display: add aux arbitration logic (diff)
downloadkernel-qcow2-linux-ab8db3e1653c50ae19d1c31d82f94beb5115aeef.tar.gz
kernel-qcow2-linux-ab8db3e1653c50ae19d1c31d82f94beb5115aeef.tar.xz
kernel-qcow2-linux-ab8db3e1653c50ae19d1c31d82f94beb5115aeef.zip
drm/amd/display: Move dis_clk into dc_state.
dis_clk is single instance across pipes. Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
index 94b6eb83e01e..4942460d42ca 100644
--- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
@@ -971,7 +971,6 @@ static struct pipe_ctx *dce110_acquire_underlay(
/*pipe_ctx->plane_res.ipp = res_ctx->pool->ipps[underlay_idx];*/
pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx];
pipe_ctx->stream_res.opp = pool->opps[underlay_idx];
- pipe_ctx->dis_clk = pool->display_clock;
pipe_ctx->pipe_idx = underlay_idx;
pipe_ctx->stream = stream;