Re: [PATCH v4] drm: re-allow no-op changes on non-primary planes in async flips

2025-08-22 Thread André Almeida
Hi Xaver, Thanks for the patch and sorry for the delay. Em 08/08/2025 20:22, Xaver Hugl escreveu: Commit fd40a63c63a1 unintentionally disallowed no-op changes on non-primary planes that the driver doesn't allow async flips on. This broke async flips for compositors that disable the cursor plane

[PATCH v4] drm: re-allow no-op changes on non-primary planes in async flips

2025-08-08 Thread Xaver Hugl
Commit fd40a63c63a1 unintentionally disallowed no-op changes on non-primary planes that the driver doesn't allow async flips on. This broke async flips for compositors that disable the cursor plane in every async atomic commit. This changes drm_atomic_set_property to again only run atomic_async_che