]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Complete moving rotation property to core
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Thu, 26 Feb 2015 13:49:17 +0000 (13:49 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 10 Mar 2015 08:59:32 +0000 (09:59 +0100)
commit62921c147c8031865521fb95b06c8626f6bdad12
tree084568e9ecc5bf493be322ee14d2c76136fc99c7
parent195e90933d8c415fbc39d600d6b3b536c5fb212e
drm: Complete moving rotation property to core

Commit 50dfc55726b272b3971aa14501d06b76c8667f80 "drm: Add rotation value to
plane state" moved the rotation property to DRM core but only did the set
property part. This does the get property part as well.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_atomic.c