提交 adc9b141 编写于 作者: D Dmytro Laktyushkin 提交者: Alex Deucher

drm/amd/display: add missing dcc update on flip call

Signed-off-by: NDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Reviewed-by: NTony Cheng <Tony.Cheng@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 3d761e79
......@@ -1429,6 +1429,8 @@ void dc_update_surfaces_for_stream(struct dc *dc, struct dc_surface_update *upda
updates[i].plane_info->tiling_info;
surface->public.visible =
updates[i].plane_info->visible;
surface->public.dcc =
updates[i].plane_info->dcc;
}
if (updates[i].scaling_info) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册