Linux Audio

Check our new training course

Loading...
v5.4
 1# SPDX-License-Identifier: GPL-2.0
 2config DRM_RCAR_DU
 3	tristate "DRM Support for R-Car Display Unit"
 4	depends on DRM && OF
 5	depends on ARM || ARM64
 6	depends on ARCH_RENESAS || COMPILE_TEST
 7	imply DRM_RCAR_LVDS
 8	select DRM_KMS_HELPER
 9	select DRM_KMS_CMA_HELPER
10	select DRM_GEM_CMA_HELPER
11	select VIDEOMODE_HELPERS
12	help
13	  Choose this option if you have an R-Car chipset.
14	  If M is selected the module will be called rcar-du-drm.
15
16config DRM_RCAR_DW_HDMI
17	tristate "R-Car DU Gen3 HDMI Encoder Support"
18	depends on DRM && OF
19	select DRM_DW_HDMI
20	help
21	  Enable support for R-Car Gen3 internal HDMI encoder.
22
23config DRM_RCAR_LVDS
24	tristate "R-Car DU LVDS Encoder Support"
25	depends on DRM && DRM_BRIDGE && OF
26	select DRM_PANEL
27	select OF_FLATTREE
28	select OF_OVERLAY
29	help
30	  Enable support for the R-Car Display Unit embedded LVDS encoders.
31
32config DRM_RCAR_VSP
33	bool "R-Car DU VSP Compositor Support" if ARM
34	default y if ARM64
35	depends on DRM_RCAR_DU
36	depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m)
37	help
38	  Enable support to expose the R-Car VSP Compositor as KMS planes.
39
40config DRM_RCAR_WRITEBACK
41	bool
42	default y if ARM64
v4.17
 
 1config DRM_RCAR_DU
 2	tristate "DRM Support for R-Car Display Unit"
 3	depends on DRM && OF
 4	depends on ARM || ARM64
 5	depends on ARCH_RENESAS || COMPILE_TEST
 
 6	select DRM_KMS_HELPER
 7	select DRM_KMS_CMA_HELPER
 8	select DRM_GEM_CMA_HELPER
 9	select VIDEOMODE_HELPERS
10	help
11	  Choose this option if you have an R-Car chipset.
12	  If M is selected the module will be called rcar-du-drm.
13
14config DRM_RCAR_DW_HDMI
15	tristate "R-Car DU Gen3 HDMI Encoder Support"
16	depends on DRM && OF
17	select DRM_DW_HDMI
18	help
19	  Enable support for R-Car Gen3 internal HDMI encoder.
20
21config DRM_RCAR_LVDS
22	tristate "R-Car DU LVDS Encoder Support"
23	depends on DRM && DRM_BRIDGE && OF
24	select DRM_PANEL
25	select OF_FLATTREE
26	select OF_OVERLAY
27	help
28	  Enable support for the R-Car Display Unit embedded LVDS encoders.
29
30config DRM_RCAR_VSP
31	bool "R-Car DU VSP Compositor Support" if ARM
32	default y if ARM64
33	depends on DRM_RCAR_DU
34	depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m)
35	help
36	  Enable support to expose the R-Car VSP Compositor as KMS planes.