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. 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. > > The i915 driver does not modify the flag, but DRM's damage iterator > will soon rely on it. Calling drm_atomic_helper_check_plane_damage() > right before drm_atomic_helper_damage_merged() guarantees that it > has the correct state. The i915 driver does not do this elsewhere > so far. > > Signed-off-by: Thomas Zimmermann <[email protected]> > Fixes: 35ed38d58257 ("drm: Allow drivers to indicate the damage helpers to > ignore damage clips")
Same comment here than for patch #1. I don't think this is a fix. Reviewed-by: Javier Martinez Canillas <[email protected]> -- Best regards, Javier Martinez Canillas Core Platforms Red Hat
