summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cheng <tony.cheng@amd.com>2017-08-03 08:49:41 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:16:44 -0400
commit992fe94c1b6afdf6f09ada61d4a1ecc5df52fe5f (patch)
treebde30d1e5d8d43793d1d28bdb4359c7394267776
parentbe7c97f6a7d10cd60f09001c61047055b49d5d8d (diff)
drm/amd/display: remove fake address reporting when blank
Signed-off-by: Tony Cheng <tony.cheng@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.c8
1 files changed, 0 insertions, 8 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 ce48d81c4442..23aa6e1242c5 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
@@ -2666,14 +2666,6 @@ void dcn10_update_pending_status(struct pipe_ctx *pipe_ctx)
pipe_ctx->plane_res.mi->funcs->mem_input_is_flip_pending(
pipe_ctx->plane_res.mi);
- /* DCN we read INUSE address in MI, do we still need this wa? */
- if (plane_state->status.is_flip_pending &&
- !plane_state->visible) {
- pipe_ctx->plane_res.mi->current_address =
- pipe_ctx->plane_res.mi->request_address;
- BREAK_TO_DEBUGGER();
- }
-
plane_state->status.current_address = pipe_ctx->plane_res.mi->current_address;
if (pipe_ctx->plane_res.mi->current_address.type == PLN_ADDR_TYPE_GRPH_STEREO &&
tg->funcs->is_stereo_left_eye) {