drm/arm: Add support for Mali Display Processors
authorLiviu Dudau <Liviu.Dudau@arm.com>
Mon, 7 Mar 2016 10:00:53 +0000 (10:00 +0000)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Wed, 15 Jun 2016 16:29:22 +0000 (17:29 +0100)
commitad49f8602fe88929b185b21ccf43ff5196bbb7c3
tree8b3cd2937deb1421fe6a3c52da138d1599c33869
parentee6ea993dfb27c4a809c3384b19b58eebea65a36
drm/arm: Add support for Mali Display Processors

Add support for the new family of Display Processors from ARM Ltd.
This commit adds basic support for Mali DP500, DP550 and DP650
parts, with only the display engine being supported at the moment.

Cc: David Brown <David.Brown@arm.com>
Cc: Brian Starkey <Brian.Starkey@arm.com>
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/arm/Kconfig
drivers/gpu/drm/arm/Makefile
drivers/gpu/drm/arm/malidp_crtc.c [new file with mode: 0644]
drivers/gpu/drm/arm/malidp_drv.c [new file with mode: 0644]
drivers/gpu/drm/arm/malidp_drv.h [new file with mode: 0644]
drivers/gpu/drm/arm/malidp_hw.c [new file with mode: 0644]
drivers/gpu/drm/arm/malidp_hw.h [new file with mode: 0644]
drivers/gpu/drm/arm/malidp_planes.c [new file with mode: 0644]
drivers/gpu/drm/arm/malidp_regs.h [new file with mode: 0644]
This page took 0.025836 seconds and 5 git commands to generate.