]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: mali-dp: Add support for setting plane's rotation property from userspace.
authorLiviu Dudau <Liviu.Dudau@arm.com>
Mon, 24 Oct 2016 17:35:09 +0000 (18:35 +0100)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Fri, 4 Nov 2016 17:10:42 +0000 (17:10 +0000)
commit2fe1f08ee06e9f2eabdaf9fdaba31360920abfcb
tree3305441cef8f3e9d91583051867fd842fa005d47
parentfe37ed6a2dd63b5cc945b6b354c02b58473c0abf
drm: mali-dp: Add support for setting plane's rotation property from userspace.

In order to support DRM_IOCTL_MODE_OBJ_SETPROPERTY for the rotation property
we need to have a ->set_property hook defined for the planes. Set the
plane's ->set_property hook to drm_atomic_helper_plane_set_property()

Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
drivers/gpu/drm/arm/malidp_planes.c