Re: [PATCH v2 2/2] drm/atomic: Allow userspace to use damage clips with async flips
I've pushed both patches to drm-misc-fixes, thanks! I've added a Fixes trailer accordingly. I'll rebase my patch on top of these two.
Re: [PATCH v2 2/2] drm/atomic: Allow userspace to use damage clips with async flips
Looks good to me as well, thank you! Reviewed-by: Simon Ser
[PATCH v2 2/2] drm/atomic: Allow userspace to use damage clips with async flips
Allow userspace to use damage clips with atomic async flips. Damage clips are useful for partial plane updates, which can be helpful for clients that want to do flips asynchronously. Signed-off-by: André Almeida --- v2 changes: - new patch drivers/gpu/drm/drm_atomic_uapi.c | 3 ++- 1 file chang