Re: [PATCH 1/1] drm/atomic: Allow userspace to use explicit sync with atomic async flips

2024-07-02 Thread André Almeida
Em 29/06/2024 12:32, Simon Ser escreveu: On Saturday, June 22nd, 2024 at 19:09, André Almeida wrote: Allow userspace to use explicit synchronization with atomic async flips. That means that the flip will wait for some hardware fence, and then will flip as soon as possible (async) in regard of

Re: [PATCH 1/1] drm/atomic: Allow userspace to use explicit sync with atomic async flips

2024-06-29 Thread Simon Ser
BTW, should we allow OUT_FENCE_PTR as well? Would that work as expected with async flips?

Re: [PATCH 1/1] drm/atomic: Allow userspace to use explicit sync with atomic async flips

2024-06-29 Thread Simon Ser
On Saturday, June 22nd, 2024 at 19:09, André Almeida wrote: > Allow userspace to use explicit synchronization with atomic async flips. > That means that the flip will wait for some hardware fence, and then > will flip as soon as possible (async) in regard of the vblank. LGTM. Would you mind se

[PATCH 1/1] drm/atomic: Allow userspace to use explicit sync with atomic async flips

2024-06-22 Thread André Almeida
Allow userspace to use explicit synchronization with atomic async flips. That means that the flip will wait for some hardware fence, and then will flip as soon as possible (async) in regard of the vblank. Signed-off-by: André Almeida --- This patch is originally from a patchset, but it doesn't r