mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 23:33:01 -04:00
drm/amd/display: add missing dcc update on flip call
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
3d761e7990
commit
adc9b14139
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user