Directory Files
.. 110
File Size
Kconfig 592 B
Makefile 317 B
armada_510.c 3.7 kB
armada_crtc.c 32 kB
armada_crtc.h 2.1 kB
armada_debugfs.c 2.6 kB
armada_drm.h 2.2 kB
armada_drv.c 6.8 kB
armada_fb.c 3.5 kB
armada_fb.h 665 B
armada_fbdev.c 5.0 kB
armada_gem.c 14 kB
armada_gem.h 1.4 kB
armada_hw.h 8.9 kB
armada_ioctlP.h 353 B
armada_overlay.c 21 kB
armada_plane.c 9.2 kB
armada_plane.h 1.2 kB
armada_trace.c 117 B
armada_trace.h 2.4 kB

Linux v6.6.1 - armada

# SPDX-License-Identifier: GPL-2.0-only
config DRM_ARMADA
	tristate "DRM support for Marvell Armada SoCs"
	depends on DRM && HAVE_CLK && ARM && MMU
	select DRM_KMS_HELPER
	select FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION
	help
	  Support the "LCD" controllers found on the Marvell Armada 510
	  devices.  There are two controllers on the device, each controller
	  supports graphics and video overlays.

	  This driver provides no built-in acceleration; acceleration is
	  performed by other IP found on the SoC.  This driver provides
	  kernel mode setting and buffer management to userspace.