mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 14:42:18 -04:00
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>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user