commit | 1c914cecb5bc4b097df07b799d39abac842ce193 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jul 15 18:11:24 2015 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Oct 01 14:33:27 2015 +0100 |
tree | 6d4670fad2033e6e66a1b6519cb6d606cfdbcfac | |
parent | 561f60bc511f6ec054b566205b5c40ab9558a0ff [diff] |
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>