Thomas Zimmermann <[email protected]> writes: > The mode-setting pipeline can disabled damage clippings for a commit > by setting ignore_damage_clips in struct drm_plane_state. The commit > will then do a full display update. > > Test the flag in the primary plane's atomic_update and do a full update > if it has been set. > > Commit 35ed38d58257 ("drm: Allow drivers to indicate the damage helpers > to ignore damage clips") introduced ignore_damage_clips to selectively > ignore damage clipping in certain framebuffer changes. Vboxvideo does not > do that, but DRM's damage iterator will soon rely on the flag. Therefore > supporting it here as well make sense for consistency. > > While at it, also replace uint32_t with the preferred u32. > > Signed-off-by: Thomas Zimmermann <[email protected]> > Fixes: 35ed38d58257 ("drm: Allow drivers to indicate the damage helpers to > ignore damage clips")
And for this one as well. Reviewed-by: Javier Martinez Canillas <[email protected]> -- Best regards, Javier Martinez Canillas Core Platforms Red Hat
