Re: [Intel-gfx] [PATCH -v2 3/4] drm/i915: create struct intel_plane_state

2014-09-03 Thread Ville Syrjälä
On Tue, Sep 02, 2014 at 04:23:46PM -0300, Gustavo Padovan wrote: From: Gustavo Padovan gustavo.pado...@collabora.co.uk This new struct will be the storage of src and dst coordinates between the check and commit stages of a plane update. Signed-off-by: Gustavo Padovan

[Intel-gfx] [PATCH -v2 3/4] drm/i915: create struct intel_plane_state

2014-09-02 Thread Gustavo Padovan
From: Gustavo Padovan gustavo.pado...@collabora.co.uk This new struct will be the storage of src and dst coordinates between the check and commit stages of a plane update. Signed-off-by: Gustavo Padovan gustavo.pado...@collabora.co.uk --- drivers/gpu/drm/i915/intel_drv.h | 20