Re: [PATCH] drm: don't block fb changes for async plane updates

2019-06-13 Thread Greg KH
On Mon, Jun 10, 2019 at 10:36:27AM -0300, Helen Koike wrote: > commit 89a4aac0ab0e6f5eea10d7bf4869dd15c3de2cd4 upstream. > > In the case of a normal sync update, the preparation of framebuffers (be > it calling drm_atomic_helper_prepare_planes() or doing setups with > drm_framebuffer_get()) are pe

Re: [PATCH] drm: don't block fb changes for async plane updates

2019-06-10 Thread Helen Koike
Hi, Correcting the tag, just for the record, is v5 of the patch. On 6/10/19 10:36 AM, Helen Koike wrote: > commit 89a4aac0ab0e6f5eea10d7bf4869dd15c3de2cd4 upstream. > > In the case of a normal sync update, the preparation of framebuffers (be > it calling drm_atomic_helper_prepare_planes() or doi

[PATCH] drm: don't block fb changes for async plane updates

2019-06-10 Thread Helen Koike
commit 89a4aac0ab0e6f5eea10d7bf4869dd15c3de2cd4 upstream. In the case of a normal sync update, the preparation of framebuffers (be it calling drm_atomic_helper_prepare_planes() or doing setups with drm_framebuffer_get()) are performed in the new_state and the respective cleanups are performed in t