Searched refs:DRM (Results 1 – 25 of 104) sorted by relevance
12345
/Linux-v5.4/drivers/gpu/drm/tiny/ |
D | Kconfig | 5 depends on DRM && USB 13 tristate "DRM support for HX8357D display panels" 14 depends on DRM && SPI 20 DRM driver for the following HX8357D panels: 26 tristate "DRM support for ILI9225 display panels" 27 depends on DRM && SPI 32 DRM driver for the following Ilitek ILI9225 panels: 38 tristate "DRM support for ILI9341 display panels" 39 depends on DRM && SPI 45 DRM driver for the following Ilitek ILI9341 panels: [all …]
|
/Linux-v5.4/drivers/gpu/drm/exynos/ |
D | Kconfig | 3 tristate "DRM Support for Samsung SoC EXYNOS Series" 4 …depends on OF && DRM && (ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || ARCH_MULTIPLATFORM || COMP… 22 Choose this option if you want to use Exynos FIMD for DRM. 27 Choose this option if you want to use Exynos5433 DECON for DRM. 33 Choose this option if you want to use Exynos DECON for DRM. 38 Choose this option if you want to use Exynos Mixer for DRM. 43 Choose this option if you want to use Exynos VIDI for DRM. 78 Choose this option if you want to use Exynos HDMI for DRM. 84 Choose this option if you want to use Exynos MIC for DRM. 93 Choose this option if you want to use Exynos G2D for DRM. [all …]
|
/Linux-v5.4/drivers/gpu/drm/msm/ |
D | Kconfig | 4 tristate "MSM DRM" 5 depends on DRM 23 DRM/KMS driver for MSM/snapdragon. 31 bool "MSM DRM register logging" 53 bool "Enable HDMI HDCP support in MSM DRM driver" 60 bool "Enable DSI support in MSM DRM driver" 70 bool "Enable DSI PLL driver in MSM DRM" 78 bool "Enable DSI 28nm PHY driver in MSM DRM" 85 bool "Enable DSI 20nm PHY driver in MSM DRM" 92 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM" [all …]
|
/Linux-v5.4/drivers/gpu/drm/ |
D | Kconfig | 8 menuconfig DRM config 29 depends on DRM 33 depends on DRM 36 bool "DRM DP AUX Interface" 37 depends on DRM 44 bool "Insert extra checks and debug info into the DRM range managers" 46 depends on DRM=y 58 tristate "kselftests for DRM" 59 depends on DRM 67 various selftests on parts of the DRM api. This option is not [all …]
|
/Linux-v5.4/drivers/gpu/ipu-v3/ |
D | Kconfig | 5 depends on DRM || !DRM # if DRM=m, this can't be 'y' 7 select GENERIC_ALLOCATOR if DRM
|
/Linux-v5.4/drivers/gpu/drm/xen/ |
D | Kconfig | 3 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.
|
/Linux-v5.4/drivers/gpu/drm/mediatek/ |
D | Kconfig | 3 tristate "DRM Support for Mediatek SoCs" 4 depends on DRM 23 tristate "DRM HDMI Support for Mediatek SoCs" 28 DRM/KMS HDMI driver for Mediatek SoCs
|
/Linux-v5.4/drivers/gpu/drm/tegra/ |
D | Kconfig | 3 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.
|
/Linux-v5.4/drivers/gpu/drm/zte/ |
D | Kconfig | 3 tristate "DRM Support for ZTE SoCs" 4 depends on DRM && ARCH_ZX 11 Choose this option to enable DRM on ZTE ZX SoCs.
|
/Linux-v5.4/drivers/gpu/drm/sti/ |
D | Kconfig | 3 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
|
/Linux-v5.4/drivers/gpu/drm/omapdrm/ |
D | Kconfig | 3 tristate "OMAP DRM" 4 depends on DRM 10 DRM display driver for OMAP2/3/4 based boards.
|
/Linux-v5.4/drivers/gpu/drm/lima/ |
D | Kconfig | 5 tristate "LIMA (DRM support for ARM Mali 400/450 GPU)" 6 depends on DRM 13 DRM driver for ARM Mali 400/450 GPUs.
|
/Linux-v5.4/drivers/gpu/drm/panfrost/ |
D | Kconfig | 4 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
|
/Linux-v5.4/drivers/gpu/drm/ingenic/ |
D | Kconfig | 2 tristate "DRM Support for Ingenic SoCs" 4 depends on DRM 14 Choose this option for DRM support for the Ingenic SoCs.
|
/Linux-v5.4/drivers/gpu/drm/pl111/ |
D | Kconfig | 3 tristate "DRM Support for PL111 CLCD Controller" 4 depends on DRM 14 Choose this option for DRM support for the PL111 CLCD controller.
|
/Linux-v5.4/drivers/gpu/drm/rcar-du/ |
D | Kconfig | 3 tristate "DRM Support for R-Car Display Unit" 4 depends on DRM && OF 18 depends on DRM && OF 25 depends on DRM && DRM_BRIDGE && OF
|
/Linux-v5.4/Documentation/gpu/ |
D | drm-internals.rst | 2 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 …]
|
D | drm-uapi.rst | 5 The DRM core exports several interfaces to applications, generally 26 Primary Nodes, DRM Master and Authentication 41 The DRM subsystem has stricter requirements than most other kernel subsystems on 45 The short summary is that any addition of DRM uAPI requires corresponding 65 open-source userspace of the DRM subsystem. DRM developers are perfectly fine 106 is already rather painful for the DRM subsystem, with multiple different uAPIs 115 DRM core provides multiple character-devices for user-space to use. 127 make use of a GPU. But the DRM API required unprivileged clients to 128 authenticate to a DRM-Master prior to getting GPU access. To avoid this 133 render nodes, it must advertise it via the DRIVER_RENDER DRM driver [all …]
|
D | introduction.rst | 5 The Linux DRM layer contains code intended to support the needs of 8 make use of DRM functions to make tasks like memory management, 12 A note on versions: this guide covers features found in the DRM tree, 17 [Insert diagram of typical DRM stack here] 23 are written as all-uppercase, for example: DRM, KMS, IOCTL, CRTC, and so 73 Developers interested in helping out with the DRM subsystem are very welcome. 83 Mostly the DRM subsystem works like any other kernel subsystem, see :ref:`the 108 As a freedesktop.org project, dri-devel, and the DRM community, follows the
|
/Linux-v5.4/drivers/gpu/drm/tve200/ |
D | Kconfig | 3 tristate "DRM Support for Faraday TV Encoder TVE200" 4 depends on DRM 15 Choose this option for DRM support for the Faraday TV Encoder
|
/Linux-v5.4/drivers/gpu/drm/mcde/ |
D | Kconfig | 2 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
|
/Linux-v5.4/drivers/gpu/drm/etnaviv/ |
D | Kconfig | 4 tristate "ETNAVIV (DRM support for Vivante GPU IP cores)" 5 depends on DRM 16 DRM driver for Vivante GPUs.
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | Kconfig | 3 tristate "DRM driver for VMware Virtual GPU" 4 depends on DRM && PCI && X86 && MMU 17 This is a KMS enabled DRM driver for the VMware SVGA2
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | Kbuild | 17 # DRM - general 31 # DRM - memory management 42 # DRM - modesetting 55 # DRM - command submission
|
/Linux-v5.4/drivers/gpu/drm/imx/ |
D | Kconfig | 3 tristate "DRM Support for Freescale i.MX" 8 depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST) 37 tristate "Freescale i.MX DRM HDMI"
|
12345