[Intel-gfx] [PATCH -v4 0/4] split plane's updates functions into check() and commit()

2014-09-08 Thread Daniel Vetter
On Mon, Sep 08, 2014 at 04:59:42PM +0300, Ville Syrj?l? wrote: > On Fri, Sep 05, 2014 at 05:04:45PM -0300, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > This is the beginning of the work to prepare i915 for the upcoming > > atomic modesetting API. Here we split the plane update fucntio

[Intel-gfx] [PATCH -v4 0/4] split plane's updates functions into check() and commit()

2014-09-08 Thread Ville Syrjälä
On Fri, Sep 05, 2014 at 05:04:45PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > This is the beginning of the work to prepare i915 for the upcoming > atomic modesetting API. Here we split the plane update fucntions in > the check and commit states. > > v2: use struct intel_plane_stat

[Intel-gfx] [PATCH -v4 0/4] split plane's updates functions into check() and commit()

2014-09-08 Thread Ville Syrjälä
On Fri, Sep 05, 2014 at 05:04:45PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > This is the beginning of the work to prepare i915 for the upcoming > atomic modesetting API. Here we split the plane update fucntions in > the check and commit states. > > v2: use struct intel_plane_stat

[PATCH -v4 0/4] split plane's updates functions into check() and commit()

2014-09-05 Thread Gustavo Padovan
From: Gustavo Padovan This is the beginning of the work to prepare i915 for the upcoming atomic modesetting API. Here we split the plane update fucntions in the check and commit states. v2: use struct intel_plane_state to keep states between check and commit stages. v3: take Ville's comments: