Re: [PATCH] drm/atomic: allow no-op FB_ID updates for async flips

2024-07-11 Thread André Almeida
Hi Simon, thanks for the fix! Em 29/06/2024 12:22, Simon Ser escreveu: User-space is allowed to submit any property in an async flip as long as the value doesn't change. However we missed one case: as things stand, the kernel rejects no-op FB_ID changes on non-primary planes. Fix this by changin

Re: [PATCH] drm/atomic: allow no-op FB_ID updates for async flips

2024-07-06 Thread Xaver Hugl
Hi, The patch makes sense to me, and with this fix, my implementation for tearing in KWin can be a lot simpler. Consider it Tested-by: Xaver Hugl

[PATCH] drm/atomic: allow no-op FB_ID updates for async flips

2024-06-29 Thread Simon Ser
User-space is allowed to submit any property in an async flip as long as the value doesn't change. However we missed one case: as things stand, the kernel rejects no-op FB_ID changes on non-primary planes. Fix this by changing the conditional and skipping drm_atomic_check_prop_changes() only for FB