diff options
author | Eric Bernstein <eric.bernstein@amd.com> | 2018-02-16 17:46:54 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-03-05 15:34:52 -0500 |
commit | aef5f5237beded4cbe197aedfc03fceed7f9b7da (patch) | |
tree | be192f1ee9b144a09f059aa4352bb7a91ac8b91b | |
parent | c1d8ba6e0a1c34811afe7f881207062227d81872 (diff) |
drm/amd/display: Fix DAL surface change test
Signed-off-by: Eric Bernstein <eric.bernstein@amd.com>
Reviewed-by: Yongqiang Sun <yongqiang.sun@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c index 759e925439ce..b4a6b6729e62 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | |||
@@ -1943,7 +1943,7 @@ static void dcn10_apply_ctx_for_surface( | |||
1943 | if (old_pipe_ctx->stream_res.tg == tg && | 1943 | if (old_pipe_ctx->stream_res.tg == tg && |
1944 | old_pipe_ctx->plane_res.hubp && | 1944 | old_pipe_ctx->plane_res.hubp && |
1945 | old_pipe_ctx->plane_res.hubp->opp_id != 0xf) { | 1945 | old_pipe_ctx->plane_res.hubp->opp_id != 0xf) { |
1946 | dcn10_disable_plane(dc, pipe_ctx); | 1946 | dcn10_disable_plane(dc, old_pipe_ctx); |
1947 | /* | 1947 | /* |
1948 | * power down fe will unlock when calling reset, need | 1948 | * power down fe will unlock when calling reset, need |
1949 | * to lock it back here. Messy, need rework. | 1949 | * to lock it back here. Messy, need rework. |