Home
last modified time | relevance | path

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

1234567

/linux-6.12.1/drivers/gpu/drm/tiny/
DKconfig5 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
56 depends on DRM && MMU && OF && (PPC || COMPILE_TEST)
61 DRM driver for Open Firmware framebuffers.
68 tristate "DRM support for MIPI DBI compatible panels"
69 depends on DRM && SPI
84 depends on DRM && MMU
[all …]
/linux-6.12.1/drivers/gpu/drm/exynos/
DKconfig3 tristate "DRM Support for Samsung SoC Exynos Series"
4 depends on OF && DRM && COMMON_CLK
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.
83 Choose this option if you want to use Exynos HDMI for DRM.
89 Choose this option if you want to use Exynos MIC for DRM.
97 Choose this option if you want to use Exynos G2D for DRM.
[all …]
/linux-6.12.1/drivers/gpu/drm/msm/
DKconfig4 tristate "MSM DRM"
5 depends on DRM
39 DRM/KMS driver for MSM/snapdragon.
65 This option is mostly targeting DRM MSM developers. If unsure, say N.
73 bool "Enable MDP4 support in MSM DRM driver"
78 the MSM DRM driver. It is the older display controller found in
82 bool "Enable MDP5 support in MSM DRM driver"
88 the MSM DRM driver. It is the display controller found in devices
92 bool "Enable DPU support in MSM DRM driver"
98 the MSM DRM driver. It is the display controller found in devices
[all …]
/linux-6.12.1/drivers/gpu/drm/display/
DKconfig5 depends on DRM
10 depends on DRM
12 DRM helpers for display adapters.
20 DRM connector implementation terminating DRM bridge chains.
34 bool "DRM DP AUX Interface"
44 DRM display helpers for DisplayPort.
70 DRM display helpers for HDCP.
75 DRM display helpers for HDMI.
81 DRM KMS state helpers for HDMI.
/linux-6.12.1/drivers/hid/i2c-hid/
DKconfig12 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.12.1/Documentation/gpu/rfc/
Di915_scheduler.rst2 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-6.12.1/drivers/gpu/drm/mediatek/
DKconfig3 tristate "DRM Support for Mediatek SoCs"
4 depends on DRM
27 tristate "DRM DPTX Support for MediaTek SoCs"
34 DRM/KMS Display Port driver for MediaTek SoCs.
37 tristate "DRM HDMI Support for Mediatek SoCs"
42 DRM/KMS HDMI driver for Mediatek SoCs
/linux-6.12.1/Documentation/gpu/amdgpu/display/
Ddisplay-manager.rst57 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
90 Pixel blend mode is a DRM plane composition property of :c:type:`drm_plane` used to
92 background plane (bg). Here, we present main concepts of DRM blend mode to help
94 this DRM property and the alpha blending equations in :ref:`DRM Plane
106 more in :ref:`DRM Plane Composition Properties <plane_composition_properties>`.
115 DRM has three blend mode to define the blend formula in the plane composition:
126 mode property is created or defined, DRM considers the plane's pixels has
[all …]
/linux-6.12.1/drivers/gpu/drm/
DKconfig8 menuconfig DRM config
32 if DRM
36 depends on DRM
41 depends on DRM
44 bool "Insert extra checks and debug info into the DRM range managers"
46 depends on DRM
61 depends on DRM
66 Due to callsite counts in DRM drivers (~4k in amdgpu) and 56
72 depends on DRM && KUNIT
78 tristate "KUnit tests for DRM" if !KUNIT_ALL_TESTS
[all …]
/linux-6.12.1/drivers/gpu/ipu-v3/
DKconfig5 depends on DRM || !DRM # if DRM=m, this can't be 'y'
7 select GENERIC_ALLOCATOR if DRM
/linux-6.12.1/drivers/gpu/drm/solomon/
DKconfig2 tristate "DRM support for Solomon SSD13xx OLED displays"
3 depends on DRM && MMU
8 DRM driver for the SSD13xx Solomon and SINO WEALTH SH110x OLED
15 tristate "DRM support for Solomon SSD13xx OLED displays (I2C bus)"
25 tristate "DRM support for Solomon SSD13xx OLED displays (SPI bus)"
/linux-6.12.1/Documentation/userspace-api/media/cec/
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.
/linux-6.12.1/Documentation/gpu/
Dintroduction.rst5 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 …]
Ddrm-uapi.rst7 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 …]
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
117 Every DRM driver requires a memory manager which must be initialized at
118 load time. DRM currently contains two memory managers, the Translation
[all …]
/linux-6.12.1/drivers/gpu/drm/logicvc/
DKconfig2 tristate "LogiCVC DRM"
3 depends on DRM
11 DRM display driver for the logiCVC programmable logic block from Xylon
/linux-6.12.1/drivers/gpu/drm/tegra/
DKconfig3 tristate "NVIDIA Tegra DRM"
6 depends on DRM
33 bool "NVIDIA Tegra DRM debug support"
41 Say yes if HOST1X should be available for userspace DRM users.
/linux-6.12.1/drivers/gpu/drm/sti/
DKconfig3 tristate "DRM Support for STMicroelectronics SoC stiH4xx Series"
4 depends on OF && DRM && (ARCH_STI || COMPILE_TEST)
12 Choose this option to enable DRM on STM stiH4xx chipset
/linux-6.12.1/drivers/gpu/drm/lima/
DKconfig5 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.12.1/drivers/gpu/drm/tve200/
DKconfig3 tristate "DRM Support for Faraday TV Encoder TVE200"
4 depends on DRM
13 Choose this option for DRM support for the Faraday TV Encoder
/linux-6.12.1/drivers/gpu/drm/panfrost/
DKconfig4 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.12.1/drivers/gpu/drm/pl111/
DKconfig3 tristate "DRM Support for PL111 CLCD Controller"
4 depends on DRM
13 Choose this option for DRM support for the PL111 CLCD controller.
/linux-6.12.1/drivers/gpu/drm/mcde/
DKconfig2 tristate "DRM Support for ST-Ericsson MCDE (Multichannel Display Engine)"
3 depends on DRM
15 Choose this option for DRM support for the ST-Ericsson MCDE
/linux-6.12.1/drivers/gpu/drm/etnaviv/
DKconfig4 tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
5 depends on DRM
16 DRM driver for Vivante GPUs.
/linux-6.12.1/drivers/gpu/drm/loongson/
DKconfig4 tristate "DRM support for Loongson Graphics"
5 depends on DRM && PCI && MMU
13 This is a DRM driver for Loongson Graphics, it may including

1234567