Re: [PATCH RFC v5 02/10] drm: Introduce solid fill DRM plane property

2023-08-22 Thread Pekka Paalanen
On Mon, 21 Aug 2023 17:30:21 +0300 Dmitry Baryshkov wrote: > On Fri, 18 Aug 2023 at 16:55, Pekka Paalanen wrote: > > > > On Fri, 18 Aug 2023 14:03:14 +0300 > > Dmitry Baryshkov wrote: > > > > > On 18/08/2023 13:51, Pekka Paalanen wrote: > > > > On Fri, 4 Aug 2023 16:59:00 +0300 > > > > Dmit

Re: [PATCH v6 5/6] drm: Refuse to async flip with atomic prop changes

2023-08-22 Thread Sebastian Wick
On Tue, Aug 15, 2023 at 03:57:09PM -0300, André Almeida wrote: > Given that prop changes may lead to modesetting, which would defeat the > fast path of the async flip, refuse any atomic prop change for async > flips in atomic API. The only exceptions are the framebuffer ID to flip > to and the mode

Re: [PATCH v6 6/6] drm/doc: Define KMS atomic state set

2023-08-22 Thread Michel Dänzer
On 8/21/23 22:02, André Almeida wrote: > Em 17/08/2023 07:37, Michel Dänzer escreveu: >> On 8/15/23 20:57, André Almeida wrote: >>> From: Pekka Paalanen >>> >>> Specify how the atomic state is maintained between userspace and >>> kernel, plus the special case for async flips. >>> >>> Signed-off-by