[PATCH 5/7] drm/i915: Prepare for atomic plane helpers

2014-11-13 Thread Matt Roper
On Thu, Nov 13, 2014 at 11:46:25AM -0800, Bob Paauwe wrote: > On Thu, 13 Nov 2014 10:43:24 -0800 > Matt Roper wrote: ... > > + > > +/** > > + * intel_plane_destroy_state - destroy plane state > > + * @plane: drm plane > > + * > > + * Allocates and returns a copy of the plane state (both common and

[PATCH 5/7] drm/i915: Prepare for atomic plane helpers

2014-11-13 Thread Bob Paauwe
On Thu, 13 Nov 2014 10:43:24 -0800 Matt Roper wrote: > Add the new driver entrypoints that will be called by the atomic plane > helpers. > > This patch does not actually switch over to the new plane helpers yet, > so there should be no functional change here. Also note that although > plane pro

[PATCH 5/7] drm/i915: Prepare for atomic plane helpers

2014-11-13 Thread Matt Roper
Add the new driver entrypoints that will be called by the atomic plane helpers. This patch does not actually switch over to the new plane helpers yet, so there should be no functional change here. Also note that although plane programming was already split into check/prepare/commit steps, some of