Re: [PATCH v2 0/5] drm: Allow the damage helpers to handle buffer damage

2023-11-16 Thread Thomas Zimmermann
Hi Javier, please take my Reviewed-by: Thomas Zimmermann for the whole patch set. Maybe consider my comment on patch 4. Best regards Thomas Am 15.11.23 um 14:15 schrieb Javier Martinez Canillas: Hello, This series is to fix an issue that surfaced after damage clipping was enabled for the v

Re: [PATCH v2 0/5] drm: Allow the damage helpers to handle buffer damage

2023-11-15 Thread Javier Martinez Canillas
Zack Rusin writes: Hello Zack, > On Wed, 2023-11-15 at 14:15 +0100, Javier Martinez Canillas wrote: [...] >> >> Changes in v2: >> - Add a struct drm_plane_state .ignore_damage_clips to set in the plane's >> .atomic_check, instead of having different helpers (Thomas Zimmermann). >> - Set stru

Re: [PATCH v2 0/5] drm: Allow the damage helpers to handle buffer damage

2023-11-15 Thread Zack Rusin
On Wed, 2023-11-15 at 14:15 +0100, Javier Martinez Canillas wrote: > Hello, > > This series is to fix an issue that surfaced after damage clipping was > enabled for the virtio-gpu by commit 01f05940a9a7 ("drm/virtio: Enable > fb damage clips property for the primary plane"). > > After that change,