]> git.baikalelectronics.ru Git - kernel.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)
commit50dfc55726b272b3971aa14501d06b76c8667f80
tree42511d2b9201e96a58e675bb1cdc14d558b1a9f2
parentb32e3e0a1f1c15e504d02df61074f7b9adc6312d
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