| /linux-6.15/drivers/gpu/drm/tiny/ |
| H A D | Kconfig | 5 depends on DRM && USB && MMU 17 depends on DRM && OF 84 depends on DRM && SPI 100 depends on DRM && MMU 118 depends on DRM && SPI 132 depends on DRM && SPI 146 depends on DRM && SPI 159 depends on DRM && SPI 173 depends on DRM && SPI 188 depends on DRM && SPI [all …]
|
| /linux-6.15/drivers/gpu/drm/display/ |
| H A D | Kconfig | 5 depends on DRM 10 depends on DRM 12 DRM helpers for display adapters. 21 DRM connector implementation terminating DRM bridge chains. 35 bool "DRM DP AUX Interface" 45 DRM display helpers for DisplayPort. 72 DRM display helpers for VESA DSC (used by DSI and DisplayPort). 77 DRM display helpers for HDCP. 82 DRM display helpers for HDMI Audio functionality (generic HDMI Codec 88 DRM display helpers for HDMI. [all …]
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | Kconfig | 4 tristate "MSM DRM" 5 depends on DRM 41 DRM/KMS driver for MSM/snapdragon. 75 bool "Enable MDP4 support in MSM DRM driver" 84 bool "Enable MDP5 support in MSM DRM driver" 94 bool "Enable DPU support in MSM DRM driver" 115 bool "Enable DSI support in MSM DRM driver" 126 bool "Enable DSI 28nm PHY driver in MSM DRM" 133 bool "Enable DSI 20nm PHY driver in MSM DRM" 140 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM" [all …]
|
| /linux-6.15/drivers/gpu/drm/exynos/ |
| H A D | Kconfig | 3 tristate "DRM Support for Samsung SoC Exynos Series" 4 depends on OF && DRM && COMMON_CLK 26 Choose this option if you want to use Exynos FIMD for DRM. 37 Choose this option if you want to use Exynos DECON for DRM. 42 Choose this option if you want to use Exynos Mixer for DRM. 47 Choose this option if you want to use Exynos VIDI for DRM. 84 Choose this option if you want to use Exynos HDMI for DRM. 90 Choose this option if you want to use Exynos MIC for DRM. 98 Choose this option if you want to use Exynos G2D for DRM. 107 Choose this option if you want to use Exynos FIMC for DRM. [all …]
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | Kconfig | 8 menuconfig DRM config 29 if DRM 33 depends on DRM 38 depends on DRM 43 depends on DRM 58 depends on DRM 101 depends on DRM 108 depends on DRM 112 depends on DRM 219 depends on DRM [all …]
|
| /linux-6.15/drivers/hid/i2c-hid/ |
| H A D | Kconfig | 12 depends on DRM || !DRM 29 depends on DRM || !DRM 46 depends on DRM || !DRM 62 depends on DRM || !DRM 77 # We need to call into panel code so if DRM=m, this can't be 'y' 78 depends on DRM || !DRM
|
| /linux-6.15/Documentation/gpu/rfc/ |
| H A D | i915_scheduler.rst | 2 I915 GuC Submission/DRM Scheduler Section 8 i915 with the DRM scheduler is: 32 * Convert the i915 to use the 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 47 * ROI low on fully integrating into DRM scheduler 48 * Fully integrating would add lots of complexity to DRM 53 * Will be an optional feature in the DRM scheduler [all …]
|
| /linux-6.15/drivers/gpu/drm/mediatek/ |
| H A D | Kconfig | 3 tristate "DRM Support for Mediatek SoCs" 4 depends on DRM 25 tristate "DRM DPTX Support for MediaTek SoCs" 31 DRM/KMS Display Port driver for MediaTek SoCs. 34 tristate "DRM HDMI Support for Mediatek SoCs" 38 DRM/KMS HDMI driver for Mediatek SoCs
|
| /linux-6.15/Documentation/gpu/amdgpu/display/ |
| H A D | display-manager.rst | 57 DRM/KMS framework defines three CRTC color correction properties: degamma, 60 pre-blending but DRM/KMS has not per-plane color correction properties. 62 In general, the DRM CRTC color properties are programmed to DC, as follows: 65 color caps available in the hw is not currently exposed by DRM interface and 94 this DRM property and the alpha blending equations in :ref:`DRM Plane 126 mode property is created or defined, DRM considers the plane's pixels has 152 * *MPC pixel alpha* matches *DRM fg.alpha* as the alpha component value 154 * *MPC global alpha* matches *DRM plane_alpha* when the pixel alpha should 156 * *MPC global gain* assumes *MPC global alpha* value when both *DRM 157 fg.alpha* and *DRM plane_alpha* participate in the blend equation [all …]
|
| /linux-6.15/drivers/gpu/ipu-v3/ |
| H A D | Kconfig | 5 depends on DRM || !DRM # if DRM=m, this can't be 'y' 7 select GENERIC_ALLOCATOR if DRM
|
| /linux-6.15/drivers/gpu/drm/solomon/ |
| H A D | Kconfig | 2 tristate "DRM support for Solomon SSD13xx OLED displays" 3 depends on DRM && MMU 9 DRM driver for the SSD13xx Solomon and SINO WEALTH SH110x OLED 16 tristate "DRM support for Solomon SSD13xx OLED displays (I2C bus)" 26 tristate "DRM support for Solomon SSD13xx OLED displays (SPI bus)"
|
| /linux-6.15/Documentation/userspace-api/media/cec/ |
| H A 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-6.15/Documentation/gpu/ |
| H A 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 128 The tiny DRM drivers are good examples to understand how DRM drivers should look [all …]
|
| H A 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 105 Every DRM driver requires a memory manager which must be initialized at 106 load time. DRM currently contains two memory managers, the Translation [all …]
|
| H A 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 76 open-source userspace of the DRM subsystem. DRM developers are perfectly fine 210 device somehow comes back in the mean time, it shall be a new DRM 236 - Attempting to create a DRM lease on a disappeared DRM device will 501 practice within the DRM subsystem: 536 DRM drivers assume that userspace restarts all IOCTLs. Any DRM IOCTL can 578 DRM drivers and that can be used to check that changes to DRM drivers or the 583 Using VKMS to test DRM API [all …]
|
| /linux-6.15/drivers/gpu/drm/clients/ |
| H A D | Kconfig | 5 depends on DRM 9 This option enables the DRM client library and selects all 14 depends on DRM 18 Drivers that support in-kernel DRM clients have to select this 25 Enables the DRM client selection. DRM drivers that support the 28 menu "Supported DRM clients" 89 prompt "Default DRM Client"
|
| /linux-6.15/drivers/gpu/drm/logicvc/ |
| H A D | Kconfig | 2 tristate "LogiCVC DRM" 3 depends on DRM 12 DRM display driver for the logiCVC programmable logic block from Xylon
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | Kconfig | 3 tristate "NVIDIA Tegra DRM" 6 depends on DRM 34 bool "NVIDIA Tegra DRM debug support" 42 Say yes if HOST1X should be available for userspace DRM users.
|
| /linux-6.15/drivers/gpu/drm/sti/ |
| H A D | Kconfig | 3 tristate "DRM Support for STMicroelectronics SoC stiH4xx Series" 4 depends on OF && DRM && (ARCH_STI || COMPILE_TEST) 13 Choose this option to enable DRM on STM stiH4xx chipset
|
| /linux-6.15/drivers/gpu/drm/lima/ |
| H A 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-6.15/drivers/gpu/drm/panfrost/ |
| H A D | Kconfig | 4 tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)" 5 depends on DRM 17 DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
|
| /linux-6.15/drivers/gpu/drm/tve200/ |
| H A 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-6.15/drivers/gpu/drm/pl111/ |
| H A 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-6.15/drivers/gpu/drm/mcde/ |
| H A 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-6.15/drivers/gpu/drm/loongson/ |
| H A D | Kconfig | 4 tristate "DRM support for Loongson Graphics" 5 depends on DRM && PCI && MMU 14 This is a DRM driver for Loongson Graphics, it may including
|