[PATCH 7/7] drm/i915: Drop unused position fields

2014-11-13 Thread Bob Paauwe
On Thu, 13 Nov 2014 10:43:26 -0800 Matt Roper wrote: > The userspace-requested plane coordinates are now stored in > plane->state.base (and the i915-adjusted values are stored in > plane->state), so we no longer use the coordinate fields in intel_plane > or the orig_{src,dst} fields in intel_plan

[PATCH 7/7] drm/i915: Drop unused position fields

2014-11-13 Thread Matt Roper
The userspace-requested plane coordinates are now stored in plane->state.base (and the i915-adjusted values are stored in plane->state), so we no longer use the coordinate fields in intel_plane or the orig_{src,dst} fields in intel_plane_state. Drop them. Signed-off-by: Matt Roper --- drivers/g