Re: [PATCH v7] drm/vc4: update cursors asynchronously through atomic

2018-04-17 Thread Eric Anholt
Eric Anholt writes: > [ Unknown signature status ] > Boris Brezillon writes: > >> From: Gustavo Padovan >> >> Add support for async updates of cursors by using the new atomic >> interface for that. Basically what this

Re: [PATCH v7] drm/vc4: update cursors asynchronously through atomic

2018-03-30 Thread Eric Anholt
Boris Brezillon writes: > From: Gustavo Padovan > > Add support for async updates of cursors by using the new atomic > interface for that. Basically what this commit does is do what > vc4_update_plane() did but through atomic. My r-b

[PATCH v7] drm/vc4: update cursors asynchronously through atomic

2018-03-30 Thread Boris Brezillon
From: Gustavo Padovan Add support for async updates of cursors by using the new atomic interface for that. Basically what this commit does is do what vc4_update_plane() did but through atomic. v7: Place the drm_atomic_set_fb_for_plane() call after the new FB