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>
Showing
- drivers/gpu/drm/arm/Kconfig 16 additions, 0 deletionsdrivers/gpu/drm/arm/Kconfig
- drivers/gpu/drm/arm/Makefile 2 additions, 0 deletionsdrivers/gpu/drm/arm/Makefile
- drivers/gpu/drm/arm/malidp_crtc.c 216 additions, 0 deletionsdrivers/gpu/drm/arm/malidp_crtc.c
- drivers/gpu/drm/arm/malidp_drv.c 512 additions, 0 deletionsdrivers/gpu/drm/arm/malidp_drv.c
- drivers/gpu/drm/arm/malidp_drv.h 54 additions, 0 deletionsdrivers/gpu/drm/arm/malidp_drv.h
- drivers/gpu/drm/arm/malidp_hw.c 691 additions, 0 deletionsdrivers/gpu/drm/arm/malidp_hw.c
- drivers/gpu/drm/arm/malidp_hw.h 241 additions, 0 deletionsdrivers/gpu/drm/arm/malidp_hw.h
- drivers/gpu/drm/arm/malidp_planes.c 298 additions, 0 deletionsdrivers/gpu/drm/arm/malidp_planes.c
- drivers/gpu/drm/arm/malidp_regs.h 172 additions, 0 deletionsdrivers/gpu/drm/arm/malidp_regs.h
drivers/gpu/drm/arm/malidp_crtc.c
0 → 100644
drivers/gpu/drm/arm/malidp_drv.c
0 → 100644
drivers/gpu/drm/arm/malidp_drv.h
0 → 100644
drivers/gpu/drm/arm/malidp_hw.c
0 → 100644
This diff is collapsed.
drivers/gpu/drm/arm/malidp_hw.h
0 → 100644
drivers/gpu/drm/arm/malidp_planes.c
0 → 100644
drivers/gpu/drm/arm/malidp_regs.h
0 → 100644
Please register or sign in to comment