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

2017-05-18 Thread Robert Foss
Hey, I just tested this patch on a RPi2, and the cursor behaves correctly with no unexpected errors. Tested-by: Robert Foss On 2017-05-12 03:10 PM, Gustavo Padovan wrote: From: Gustavo Padovan Add support to async updates of cursors by using the new atomic interface for that. Basically wh

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

2017-05-12 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. v3: move size checks back to drivers (Ville Syrjälä) v2: move fb setting to core and use new state (Eri