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

2023-07-04 Thread James Braden olin
Simulator cannot be changed To join the meeting on Google Meet, click this link: https://meet.google.com/ccm-jjwz-ehk Or open Meet and enter this code: ccm-jjwz-ehk On Mon, Jul 3, 2023, 11:33 AM André Almeida wrote: > > > Em 03/07/2023 05:38, Pekka Paalanen escreveu: > > On Fri, 30 Jun 2023 23

Re: [PATCH v4 1/6] drm: allow DRM_MODE_PAGE_FLIP_ASYNC for atomic commits

2023-07-04 Thread Simon Ser
On Tuesday, July 4th, 2023 at 19:06, Sebastian Wick wrote: > > + * When used with atomic uAPI, the driver will return an error if the > > hardware > > + * doesn't support performing an asynchronous page-flip for this update. > > + * User-space should handle this, e.g. by falling back to a regul

Re: [PATCH v4 1/6] drm: allow DRM_MODE_PAGE_FLIP_ASYNC for atomic commits

2023-07-04 Thread Sebastian Wick
On Sat, Jul 1, 2023 at 4:09 AM André Almeida wrote: > > From: Simon Ser > > If the driver supports it, allow user-space to supply the > DRM_MODE_PAGE_FLIP_ASYNC flag to request an async page-flip. > Set drm_crtc_state.async_flip accordingly. > > Document that drivers will reject atomic commits if