drm: Add rotation value to plane state
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 22 Jan 2015 00:35:40 +0000 (16:35 -0800)
committerDave Airlie <airlied@redhat.com>
Tue, 27 Jan 2015 08:48:53 +0000 (18:48 +1000)
The rotation property is shared by multiple drivers, so it makes sense
to store the rotation value (for atomic-converted drivers) in the common
plane state so that core code can eventually access it as well.

Cc: dri-devel@lists.freedesktop.org
Suggested-by: Daniel Vetter <daniel@ffwll.ch>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found