提交 17c06cab 编写于 作者: H Harry Wentland 提交者: Alex Deucher

drm/amd/display: Make sure to update address without flip

Signed-off-by: NHarry Wentland <harry.wentland@amd.com>
Reviewed-by: NTony Cheng <Tony.Cheng@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 37d66a33
......@@ -1568,7 +1568,9 @@ void dc_update_surfaces_for_stream(struct dc *dc,
surface, context);
context_timing_trace(dc, &context->res_ctx);
}
} else if (updates[i].flip_addr)
}
if (updates[i].flip_addr)
core_dc->hwss.update_plane_addr(core_dc, pipe_ctx);
if (update_type == UPDATE_TYPE_FAST)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册