[PATCH -v2 4/4] drm/i915: split intel_update_plane into check() and commit()

2014-09-03 Thread Ville Syrjälä
On Tue, Sep 02, 2014 at 04:23:47PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > Due to the upcoming atomic modesetting feature we need to separate > some update functions into a check step that can fail and a commit > step that should, ideally, never fail. > > This commit splits int

[PATCH -v2 4/4] drm/i915: split intel_update_plane into check() and commit()

2014-09-02 Thread Gustavo Padovan
From: Gustavo Padovan Due to the upcoming atomic modesetting feature we need to separate some update functions into a check step that can fail and a commit step that should, ideally, never fail. This commit splits intel_update_plane() and its commit part can still fail due to the fb pinning proc