Searched refs:DRM (Results 1 – 25 of 123) sorted by relevance
12345
/linux-5.19.10/drivers/gpu/drm/tiny/ |
D | Kconfig | 5 depends on DRM && OF 14 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)" 15 depends on DRM && PCI && MMU 28 depends on DRM && PCI && MMU 47 depends on DRM && USB && MMU 55 tristate "DRM support for MIPI DBI compatible panels" 56 depends on DRM && SPI 71 depends on DRM && MMU 75 DRM driver for simple platform-provided framebuffers. 86 tristate "DRM support for HX8357D display panels" [all …]
|
/linux-5.19.10/drivers/gpu/drm/display/ |
D | Kconfig | 5 depends on DRM 10 depends on DRM 12 DRM helpers for display adapters. 18 DRM display helpers for DisplayPort. 24 DRM display helpers for HDCP. 30 DRM display helpers for HDMI. 33 bool "DRM DP AUX Interface" 34 depends on DRM && DRM_DISPLAY_HELPER 43 depends on DRM && DRM_DISPLAY_HELPER
|
/linux-5.19.10/drivers/gpu/drm/msm/ |
D | Kconfig | 4 tristate "MSM DRM" 5 depends on DRM 32 DRM/KMS driver for MSM/snapdragon. 58 bool "Enable MDP4 support in MSM DRM driver" 63 the MSM DRM driver. It is the older display controller found in 67 bool "Enable MDP5 support in MSM DRM driver" 73 the MSM DRM driver. It is the display controller found in devices 77 bool "Enable DPU support in MSM DRM driver" 83 the MSM DRM driver. It is the display controller found in devices 87 bool "Enable DisplayPort support in MSM DRM driver" [all …]
|
/linux-5.19.10/drivers/gpu/drm/exynos/ |
D | Kconfig | 3 tristate "DRM Support for Samsung SoC Exynos Series" 4 depends on OF && DRM && COMMON_CLK 24 Choose this option if you want to use Exynos FIMD for DRM. 29 Choose this option if you want to use Exynos5433 DECON for DRM. 35 Choose this option if you want to use Exynos DECON for DRM. 40 Choose this option if you want to use Exynos Mixer for DRM. 45 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. 95 Choose this option if you want to use Exynos G2D for DRM. [all …]
|
/linux-5.19.10/Documentation/gpu/rfc/ |
D | i915_scheduler.rst | 2 I915 GuC Submission/DRM Scheduler Section 8 i915 with the DRM scheduler is: 14 * Lots of rework will need to be done to integrate with DRM scheduler so 32 * Convert the i915 to use the DRM scheduler 33 * GuC submission backend fully integrated with DRM scheduler 35 handled in DRM scheduler) 36 * Resets / cancels hook in DRM scheduler 37 * Watchdog hooks into DRM scheduler 39 integrated with DRM scheduler (e.g. state machine gets 41 * Execlists backend will minimum required to hook in the DRM scheduler [all …]
|
/linux-5.19.10/drivers/gpu/drm/ |
D | Kconfig | 8 menuconfig DRM config 33 depends on DRM 37 depends on DRM 40 bool "Insert extra checks and debug info into the DRM range managers" 42 depends on DRM=y 54 tristate "kselftests for DRM" 55 depends on DRM 67 various selftests on parts of the DRM api. This option is not 69 developers working on DRM and associated drivers. 75 depends on DRM [all …]
|
/linux-5.19.10/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-5.19.10/drivers/gpu/drm/solomon/ |
D | Kconfig | 2 tristate "DRM support for Solomon SSD130x OLED displays" 3 depends on DRM && MMU 8 DRM driver for the SSD130x Solomon and SINO WEALTH SH110x OLED 15 tristate "DRM support for Solomon SSD130x OLED displays (I2C bus)" 25 tristate "DRM support for Solomon SSD130X OLED displays (SPI bus)"
|
/linux-5.19.10/Documentation/gpu/ |
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 116 Simple DRM drivers to use as examples 119 The DRM subsystem contains a lot of helper functions to ease writing drivers for [all …]
|
D | drm-uapi.rst | 7 The DRM core exports several interfaces to applications, generally 28 Primary Nodes, DRM Master and Authentication 43 DRM Display Resource Leasing 52 The DRM subsystem has stricter requirements than most other kernel subsystems on 56 The short summary is that any addition of DRM uAPI requires corresponding 76 open-source userspace of the DRM subsystem. DRM developers are perfectly fine 117 is already rather painful for the DRM subsystem, with multiple different uAPIs 126 DRM core provides multiple character-devices for user-space to use. 138 make use of a GPU. But the DRM API required unprivileged clients to 139 authenticate to a DRM-Master prior to getting GPU access. To avoid this [all …]
|
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 123 Every DRM driver requires a memory manager which must be initialized at [all …]
|
/linux-5.19.10/drivers/gpu/drm/mediatek/ |
D | Kconfig | 3 tristate "DRM Support for Mediatek SoCs" 4 depends on DRM 25 tristate "DRM HDMI Support for Mediatek SoCs" 30 DRM/KMS HDMI driver for Mediatek SoCs
|
/linux-5.19.10/Documentation/userspace-api/media/cec/ |
D | cec-ioc-adap-g-conn-info.rst | 77 * .. _`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.
|
/linux-5.19.10/drivers/gpu/drm/tegra/ |
D | Kconfig | 3 tristate "NVIDIA Tegra DRM" 6 depends on DRM 31 bool "NVIDIA Tegra DRM debug support" 39 Say yes if HOST1X should be available for userspace DRM users.
|
/linux-5.19.10/drivers/gpu/drm/sti/ |
D | Kconfig | 3 tristate "DRM Support for STMicroelectronics SoC stiH4xx Series" 4 depends on OF && DRM && (ARCH_STI || ARCH_MULTIPLATFORM) 12 Choose this option to enable DRM on STM stiH4xx chipset
|
/linux-5.19.10/drivers/gpu/drm/lima/ |
D | Kconfig | 5 tristate "LIMA (DRM support for ARM Mali 400/450 GPU)" 6 depends on DRM 16 DRM driver for ARM Mali 400/450 GPUs.
|
/linux-5.19.10/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-5.19.10/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-5.19.10/drivers/gpu/drm/tve200/ |
D | Kconfig | 3 tristate "DRM Support for Faraday TV Encoder TVE200" 4 depends on DRM 14 Choose this option for DRM support for the Faraday TV Encoder
|
/linux-5.19.10/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-5.19.10/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-5.19.10/drivers/gpu/drm/rcar-du/ |
D | Kconfig | 3 tristate "DRM Support for R-Car Display Unit" 4 depends on DRM && OF 27 depends on DRM && OF 49 depends on DRM && DRM_BRIDGE && OF
|
/linux-5.19.10/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-5.19.10/drivers/gpu/drm/vmwgfx/ |
D | Kconfig | 3 tristate "DRM driver for VMware Virtual GPU" 4 depends on DRM && PCI && MMU 15 This is a KMS enabled DRM driver for the VMware SVGA2
|
/linux-5.19.10/drivers/gpu/drm/imx/ |
D | Kconfig | 3 tristate "DRM Support for Freescale i.MX" 8 depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST) 38 tristate "Freescale i.MX DRM HDMI"
|
12345