Re: [PATCH 2/6] drm/i915: update cursors asynchronously through atomic

2017-05-25 Thread Gustavo Padovan
2017-05-25 Chris Wilson : > On Thu, May 25, 2017 at 01:41:33AM -0300, Gustavo Padovan wrote: > > 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 > > intel_legacy_cursor_update() did b

Re: [PATCH 2/6] drm/i915: update cursors asynchronously through atomic

2017-05-24 Thread Chris Wilson
On Thu, May 25, 2017 at 01:41:33AM -0300, Gustavo Padovan wrote: > 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 > intel_legacy_cursor_update() did but through atomic. > > v3: > - s

[PATCH 2/6] drm/i915: update cursors asynchronously through atomic

2017-05-24 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 intel_legacy_cursor_update() did but through atomic. v3: - set correct vma to new state for cleanup - move size checks back to driv