Directory Files
.. 110
File Size
Kconfig 485 B
Makefile 241 B
tilcdc_crtc.c 29 kB
tilcdc_drv.c 15 kB
tilcdc_drv.h 4.6 kB
tilcdc_external.c 4.3 kB
tilcdc_external.h 436 B
tilcdc_panel.c 10 kB
tilcdc_panel.h 329 B
tilcdc_plane.c 3.3 kB
tilcdc_regs.h 6.6 kB

Linux v6.6.1 - tilcdc

# SPDX-License-Identifier: GPL-2.0-only
config DRM_TILCDC
	tristate "DRM Support for TI LCDC Display Controller"
	depends on DRM && OF && ARM
	select DRM_KMS_HELPER
	select DRM_GEM_DMA_HELPER
	select DRM_BRIDGE
	select DRM_PANEL_BRIDGE
	select VIDEOMODE_HELPERS
	select BACKLIGHT_CLASS_DEVICE
	help
	  Choose this option if you have an TI SoC with LCDC display
	  controller, for example AM33xx in beagle-bone, DA8xx, or
	  OMAP-L1xx.  This driver replaces the FB_DA8XX fbdev driver.