On Mon, 27 Jan 2025 16:59:38 -0300, André Almeida wrote: > The goal of this work is to find a nice way to allow amdgpu to perform > async page flips in the overlay plane as well, not only on the primary > one. Currently, when using the atomic uAPI, this is the only type of > plane allowed to do async flips, and every driver accepts it. > > This patchset re-uses the per-plane function atomic_async_check() to > this purpose, so drivers can allow different plane types. There's a > `bool flip` parameter so the atomic_async_check() can do different > decisions if it's a complete page flip or a plane update. > > [...] Applied to drm-misc-next, thanks! [1/2] drm/atomic: Let drivers decide which planes to async flip commit: fd40a63c63a182aeea1089a343e2f729de7e514d [2/2] drm/amdgpu: Enable async flip on overlay planes commit: 41129e236f14c6c54145c722da06f6793e9fd13d Best regards, -- With best wishes Dmitry