Re: [Intel-gfx] [PATCH 2/5] drm/i915: Move vblank evasion to commit (v4)

2015-01-09 Thread Ander Conselvan de Oliveira
Reviewed-by: Ander Conselvan de Oliveira On 12/23/2014 08:41 PM, Matt Roper wrote: Move the vblank evasion up from the low-level, hw-specific update_plane() handlers to the general plane commit operation. Everything inside commit should now be non-sleeping, so this brings us closer to how vblan

[Intel-gfx] [PATCH 2/5] drm/i915: Move vblank evasion to commit (v4)

2014-12-23 Thread Matt Roper
Move the vblank evasion up from the low-level, hw-specific update_plane() handlers to the general plane commit operation. Everything inside commit should now be non-sleeping, so this brings us closer to how vblank evasion will behave once we move over to atomic. v2: - Restore lost intel_crtc->act