]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit1da30627fc511a57c9bd23a02c97f0576379f761
tree42511d2b9201e96a58e675bb1cdc14d558b1a9f2
parent9e26220286dc79eeeef25de138b144fde3d41a85
drm: Add rotation value to plane state

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>
drivers/gpu/drm/drm_atomic.c
include/drm/drm_crtc.h