Commit 992fe94c authored by Tony Cheng's avatar Tony Cheng Committed by Alex Deucher

drm/amd/display: remove fake address reporting when blank

Signed-off-by: default avatarTony Cheng <tony.cheng@amd.com>
Reviewed-by: default avatarYongqiang Sun <yongqiang.sun@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent be7c97f6
...@@ -2666,14 +2666,6 @@ void dcn10_update_pending_status(struct pipe_ctx *pipe_ctx) ...@@ -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->funcs->mem_input_is_flip_pending(
pipe_ctx->plane_res.mi); 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; 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 && if (pipe_ctx->plane_res.mi->current_address.type == PLN_ADDR_TYPE_GRPH_STEREO &&
tg->funcs->is_stereo_left_eye) { tg->funcs->is_stereo_left_eye) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment