]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit066b2727f9aa84e14c721efa7a19740c9324dd21
tree8b3cd2937deb1421fe6a3c52da138d1599c33869
parent67b6bc01fa836cb934359733596a99bac9691e3f
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]