Re: [RFC 7/7] drm/vc4: update cursors asynchronously through atomic

2017-05-18 Thread Robert Foss
Sorry about the spam, but the previous reply was intended for [RFC v3 7/8] drm/vc4: update cursors asynchronously through atomic On 2017-05-18 06:52 PM, Robert Foss wrote: Hey, I ran the series on a RPi2 and the cursor seems to behave correctly. Tested-by: Robert Foss

Re: [RFC 7/7] drm/vc4: update cursors asynchronously through atomic

2017-05-18 Thread Robert Foss
Hey, I ran the series on a RPi2 and the cursor seems to behave correctly. Tested-by: Robert Foss On 2017-04-09 08:24 PM, Gustavo Padovan wrote: From: Gustavo Padovan Add support to async updates of cursors by using the new atomic

Re: [RFC 7/7] drm/vc4: update cursors asynchronously through atomic

2017-04-11 Thread Daniel Vetter
On Mon, Apr 10, 2017 at 01:06:46PM -0700, Eric Anholt wrote: > Gustavo Padovan writes: > > > From: Gustavo Padovan > > > > Add support to async updates of cursors by using the new atomic > > interface for that. Basically what this commit does

Re: [RFC 7/7] drm/vc4: update cursors asynchronously through atomic

2017-04-10 Thread Eric Anholt
Gustavo Padovan writes: > From: Gustavo Padovan > > Add support to 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. > > Cc: Eric

[RFC 7/7] drm/vc4: update cursors asynchronously through atomic

2017-04-09 Thread Gustavo Padovan
From: Gustavo Padovan Add support to 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. Cc: Eric Anholt Signed-off-by: Gustavo Padovan