Re: [PATCH v12 0/2] drm/atomic: Ease async flip restrictions

2025-02-13 Thread Dmitry Baryshkov
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 asy

[PATCH v12 0/2] drm/atomic: Ease async flip restrictions

2025-01-28 Thread André Almeida
Hi, 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-use