Home
last modified time | relevance | path

Searched refs:DRM (Results 1 – 25 of 164) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A DKconfig5 depends on DRM && PCI && MMU
24 depends on DRM && USB
32 tristate "DRM support for HX8357D display panels"
33 depends on DRM && SPI
39 DRM driver for the following HX8357D panels:
45 tristate "DRM support for ILI9225 display panels"
46 depends on DRM && SPI
51 DRM driver for the following Ilitek ILI9225 panels:
57 tristate "DRM support for ILI9341 display panels"
58 depends on DRM && SPI
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A DKconfig3 tristate "DRM Support for Samsung SoC Exynos Series"
4 depends on OF && DRM && COMMON_CLK
23 Choose this option if you want to use Exynos FIMD for DRM.
28 Choose this option if you want to use Exynos5433 DECON for DRM.
34 Choose this option if you want to use Exynos DECON for DRM.
39 Choose this option if you want to use Exynos Mixer for DRM.
44 Choose this option if you want to use Exynos VIDI for DRM.
79 Choose this option if you want to use Exynos HDMI for DRM.
85 Choose this option if you want to use Exynos MIC for DRM.
94 Choose this option if you want to use Exynos G2D for DRM.
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A DKconfig8 menuconfig DRM config
32 depends on DRM
36 bool "EDID function for DRM"
37 depends on DRM
41 DRM EDID read and parse function.
45 depends on DRM && ANDROID && NO_GKI
49 depends on DRM
52 bool "DRM DisplayPort support"
53 depends on DRM
61 bool "DRM DP AUX Interface"
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A DKconfig4 tristate "MSM DRM"
5 depends on DRM
24 DRM/KMS driver for MSM/snapdragon.
32 bool "MSM DRM register logging"
54 bool "Enable HDMI HDCP support in MSM DRM driver"
61 bool "Enable DisplayPort support in MSM DRM driver"
66 Compile in support for DP driver in MSM DRM driver. DP external
71 bool "Enable DSI support in MSM DRM driver"
81 bool "Enable DSI PLL driver in MSM DRM"
89 bool "Enable DSI 28nm PHY driver in MSM DRM"
[all …]
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Ddrm-uapi.rst7 The DRM core exports several interfaces to applications, generally
28 Primary Nodes, DRM Master and Authentication
43 The DRM subsystem has stricter requirements than most other kernel subsystems on
47 The short summary is that any addition of DRM uAPI requires corresponding
67 open-source userspace of the DRM subsystem. DRM developers are perfectly fine
108 is already rather painful for the DRM subsystem, with multiple different uAPIs
117 DRM core provides multiple character-devices for user-space to use.
129 make use of a GPU. But the DRM API required unprivileged clients to
130 authenticate to a DRM-Master prior to getting GPU access. To avoid this
135 render nodes, it must advertise it via the DRIVER_RENDER DRM driver
[all …]
H A Ddrm-internals.rst2 DRM Internals
5 This chapter documents DRM internals relevant to driver authors and
14 The DRM layer provides several services to graphics drivers, many of
16 the library that wraps most of the DRM ioctls. These include vblank
24 At the core of every DRM driver is a :c:type:`struct drm_driver
33 supports, and pointers to methods that the DRM core will call to
34 implement the DRM API. We will first go through the :c:type:`struct
46 The DRM core identifies driver versions by a major, minor and patch
74 update it, its value is mostly useless. The DRM core prints it to the
114 Every DRM driver requires a memory manager which must be initialized at
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A DKconfig5 depends on DRM || !DRM # if DRM=m, this can't be 'y'
7 select GENERIC_ALLOCATOR if DRM
/OK3568_Linux_fs/kernel/drivers/gpu/drm/xen/
H A DKconfig3 bool "DRM Support for Xen guest OS"
6 Choose this option if you want to enable DRM support
12 depends on DRM
19 frontend DRM/KMS driver for Xen guest OSes.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-conn-info.rst77 * .. _`CEC-CONNECTOR-TYPE-DRM`:
81 - Indicates that a DRM connector is associated with this adapter.
96 * .. _`CEC-DRM-CONNECTOR-TYPE-CARD-NO`:
100 - DRM card number: the number from a card's path, e.g. 0 in case of
102 * .. _`CEC-DRM-CONNECTOR-TYPE-CONNECTOR_ID`:
106 - DRM connector ID.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A DKconfig3 tristate "DRM Support for Mediatek SoCs"
4 depends on DRM
24 tristate "DRM HDMI Support for Mediatek SoCs"
29 DRM/KMS HDMI driver for Mediatek SoCs
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A DKconfig3 tristate "DRM Support for R-Car Display Unit"
4 depends on DRM && OF
19 depends on DRM && OF
26 depends on DRM && OF
33 depends on DRM && DRM_BRIDGE && OF
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A DKconfig3 tristate "NVIDIA Tegra DRM"
6 depends on DRM
23 bool "NVIDIA Tegra DRM debug support"
31 Say yes if HOST1X should be available for userspace DRM users.
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A DKconfig7 depends on DRM || DMABUF_HEAPS_ROCKCHIP_CMA_HEAP
45 bool "RKNPU DRM GEM"
46 depends on DRM
48 Enable RKNPU memory manager by DRM GEM.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/
H A DKconfig3 tristate "DRM Support for ZTE SoCs"
4 depends on DRM && ARCH_ZX
10 Choose this option to enable DRM on ZTE ZX SoCs.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/
H A DKconfig3 tristate "DRM Support for Hisilicon Kirin series SoCs Platform"
4 depends on DRM && OF && ARM64
16 bool "DRM Support for Hisilicon Kirin620 Platform"
30 bool "DRM Support for Hisilicon Kirin960 Platform"
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A DKconfig3 tristate "OMAP DRM"
4 depends on DRM
10 DRM display driver for OMAP2/3/4 based boards.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A DKconfig3 tristate "DRM Support for STMicroelectronics SoC stiH4xx Series"
4 depends on OF && DRM && (ARCH_STI || ARCH_MULTIPLATFORM)
13 Choose this option to enable DRM on STM stiH4xx chipset
/OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/
H A DKconfig5 tristate "LIMA (DRM support for ARM Mali 400/450 GPU)"
6 depends on DRM
16 DRM driver for ARM Mali 400/450 GPUs.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/
H A DKconfig4 tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)"
5 depends on DRM
15 DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tve200/
H A DKconfig3 tristate "DRM Support for Faraday TV Encoder TVE200"
4 depends on DRM
15 Choose this option for DRM support for the Faraday TV Encoder
/OK3568_Linux_fs/kernel/drivers/gpu/drm/pl111/
H A DKconfig3 tristate "DRM Support for PL111 CLCD Controller"
4 depends on DRM
15 Choose this option for DRM support for the PL111 CLCD controller.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mcde/
H A DKconfig2 tristate "DRM Support for ST-Ericsson MCDE (Multichannel Display Engine)"
3 depends on DRM
16 Choose this option for DRM support for the ST-Ericsson MCDE
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A DKconfig4 tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
5 depends on DRM
16 DRM driver for Vivante GPUs.
/OK3568_Linux_fs/buildroot/package/cog/
H A DConfig.in40 bool "DRM backend"
46 Enable the DRM platform backend. Cog will interface directly
48 via the DRM user-space API.
55 comment "DRM platform needs mesa3d w/ EGL driver and GBM"
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ingenic/
H A DKconfig2 tristate "DRM Support for Ingenic SoCs"
4 depends on DRM
14 Choose this option for DRM support for the Ingenic SoCs.

1234567