]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/armada: add primary plane creation
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 15 Jul 2015 17:11:24 +0000 (18:11 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 1 Oct 2015 13:33:27 +0000 (14:33 +0100)
commit1c914cecb5bc4b097df07b799d39abac842ce193
tree6d4670fad2033e6e66a1b6519cb6d606cfdbcfac
parent561f60bc511f6ec054b566205b5c40ab9558a0ff
drm/armada: add primary plane creation

Use drm_primary_helper_create_plane() to create our primary plane, and
register the CRTC with drm_crtc_init_with_planes().  This enables the
primary plane to be initialised with the supported format information.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/armada/armada_crtc.c