Searched refs:DRM (Results 1 – 25 of 91) sorted by relevance
1234
/Linux-v4.19/drivers/gpu/drm/tinydrm/ |
D | Kconfig | 3 depends on DRM 14 tristate "DRM support for ILI9225 display panels" 18 DRM driver for the following Ilitek ILI9225 panels: 24 tristate "DRM support for ILI9341 display panels" 29 DRM driver for the following Ilitek ILI9341 panels: 35 tristate "DRM support for MI0283QT" 40 DRM driver for the Multi-Inno MI0283QT display panel 44 tristate "DRM support for Pervasive Displays RePaper panels (V231)" 48 DRM driver for the following Pervasive Displays panels: 57 tristate "DRM support for Sitronix ST7586 display panels" [all …]
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | Kconfig | 2 tristate "DRM Support for Samsung SoC EXYNOS Series" 3 depends on OF && DRM && (ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || ARCH_MULTIPLATFORM) 25 Choose this option if you want to use Exynos FIMD for DRM. 30 Choose this option if you want to use Exynos5433 DECON for DRM. 36 Choose this option if you want to use Exynos DECON for DRM. 41 Choose this option if you want to use Exynos Mixer for DRM. 46 Choose this option if you want to use Exynos VIDI for DRM. 81 Choose this option if you want to use Exynos HDMI for DRM. 87 Choose this option if you want to use Exynos MIC for DRM. 96 Choose this option if you want to use Exynos G2D for DRM. [all …]
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | Kconfig | 3 tristate "MSM DRM" 4 depends on DRM 21 DRM/KMS driver for MSM/snapdragon. 24 bool "MSM DRM register logging" 46 bool "Enable HDMI HDCP support in MSM DRM driver" 53 bool "Enable DSI support in MSM DRM driver" 63 bool "Enable DSI PLL driver in MSM DRM" 71 bool "Enable DSI 28nm PHY driver in MSM DRM" 78 bool "Enable DSI 20nm PHY driver in MSM DRM" 85 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM" [all …]
|
/Linux-v4.19/drivers/gpu/drm/ |
D | Kconfig | 7 menuconfig DRM config 28 depends on DRM 31 bool "DRM DP AUX Interface" 32 depends on DRM 39 bool "Insert extra checks and debug info into the DRM range managers" 41 depends on DRM=y 53 tristate "kselftests for DRM" 54 depends on DRM 62 various selftests on parts of the DRM api. This option is not 64 developers working on DRM and associated drivers. [all …]
|
/Linux-v4.19/drivers/gpu/ipu-v3/ |
D | Kconfig | 4 depends on DRM || !DRM # if DRM=m, this can't be 'y' 6 select GENERIC_ALLOCATOR if DRM
|
/Linux-v4.19/drivers/gpu/drm/xen/ |
D | Kconfig | 2 bool "DRM Support for Xen guest OS" 5 Choose this option if you want to enable DRM support 11 depends on DRM 17 frontend DRM/KMS driver for Xen guest OSes.
|
/Linux-v4.19/drivers/gpu/drm/mediatek/ |
D | Kconfig | 2 tristate "DRM Support for Mediatek SoCs" 3 depends on DRM 22 tristate "DRM HDMI Support for Mediatek SoCs" 27 DRM/KMS HDMI driver for Mediatek SoCs
|
/Linux-v4.19/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 45 Drivers inform the DRM core about their requirements and supported 47 Since those flags influence the DRM core behaviour since registration 54 Driver uses AGP interface, the DRM core will manage AGP resources. [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 104 is already rather painful for the DRM subsystem, with multiple different uAPIs 113 DRM core provides multiple character-devices for user-space to use. 125 make use of a GPU. But the DRM API required unprivileged clients to 126 authenticate to a DRM-Master prior to getting GPU access. To avoid this 131 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 57 Developers interested in helping out with the DRM subsystem are very welcome. 67 Mostly the DRM subsystem works like any other kernel subsystem, see :ref:`the 92 As a freedesktop.org project, dri-devel, and the DRM community, follows the
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | Kconfig | 2 tristate "NVIDIA Tegra DRM" 5 depends on DRM 22 bool "NVIDIA Tegra DRM debug support" 30 Say yes if HOST1X should be available for userspace DRM users.
|
/Linux-v4.19/drivers/gpu/drm/zte/ |
D | Kconfig | 2 tristate "DRM Support for ZTE SoCs" 3 depends on DRM && ARCH_ZX 10 Choose this option to enable DRM on ZTE ZX SoCs.
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | Kconfig | 2 tristate "OMAP DRM" 3 depends on DRM 9 DRM display driver for OMAP2/3/4 based boards.
|
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | Kconfig | 2 tristate "DRM Support for STMicroelectronics SoC stiH4xx Series" 3 depends on OF && DRM && (ARCH_STI || ARCH_MULTIPLATFORM) 12 Choose this option to enable DRM on STM stiH4xx chipset
|
/Linux-v4.19/drivers/gpu/drm/rcar-du/ |
D | Kconfig | 2 tristate "DRM Support for R-Car Display Unit" 3 depends on DRM && OF 16 depends on DRM && OF 23 depends on DRM && DRM_BRIDGE && OF
|
/Linux-v4.19/drivers/gpu/drm/pl111/ |
D | Kconfig | 2 tristate "DRM Support for PL111 CLCD Controller" 3 depends on DRM 13 Choose this option for DRM support for the PL111 CLCD controller.
|
/Linux-v4.19/drivers/gpu/drm/tve200/ |
D | Kconfig | 2 tristate "DRM Support for Faraday TV Encoder TVE200" 3 depends on DRM 14 Choose this option for DRM support for the Faraday TV Encoder
|
/Linux-v4.19/drivers/gpu/drm/etnaviv/ |
D | Kconfig | 3 tristate "ETNAVIV (DRM support for Vivante GPU IP cores)" 4 depends on DRM 16 DRM driver for Vivante GPUs.
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/nouveau/ |
D | Kbuild | 16 # DRM - general 30 # DRM - memory management 39 # DRM - modesetting 52 # DRM - command submission
|
/Linux-v4.19/drivers/gpu/drm/imx/ |
D | Kconfig | 2 tristate "DRM Support for Freescale i.MX" 7 depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM) 35 tristate "Freescale i.MX DRM HDMI"
|
/Linux-v4.19/drivers/gpu/drm/bochs/ |
D | Kconfig | 2 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)" 3 depends on DRM && PCI && MMU
|
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/ |
D | Kconfig | 2 tristate "DRM Support for Hisilicon Hibmc" 3 depends on DRM && PCI && MMU
|
/Linux-v4.19/drivers/gpu/drm/shmobile/ |
D | Kconfig | 2 tristate "DRM Support for SH Mobile" 3 depends on DRM && ARM
|
/Linux-v4.19/drivers/gpu/drm/atmel-hlcdc/ |
D | Kconfig | 2 tristate "DRM Support for ATMEL HLCDC Display Controller" 3 depends on DRM && OF && COMMON_CLK && MFD_ATMEL_HLCDC && ARM
|
1234