Home
last modified time | relevance | path

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

12345

/Linux-v5.15/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
56 depends on DRM
60 DRM driver for simple platform-provided framebuffers.
71 tristate "DRM support for HX8357D display panels"
72 depends on DRM && SPI
78 DRM driver for the following HX8357D panels:
[all …]
/Linux-v5.15/drivers/gpu/drm/exynos/
DKconfig3 tristate "DRM Support for Samsung SoC Exynos Series"
4 depends on OF && DRM && COMMON_CLK
23 Choose this option if you want to use Exynos FIMD for DRM.
28 Choose this option if you want to use Exynos5433 DECON for DRM.
34 Choose this option if you want to use Exynos DECON for DRM.
39 Choose this option if you want to use Exynos Mixer for DRM.
44 Choose this option if you want to use Exynos VIDI for DRM.
79 Choose this option if you want to use Exynos HDMI for DRM.
85 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.15/drivers/gpu/drm/msm/
DKconfig4 tristate "MSM DRM"
5 depends on DRM
27 DRM/KMS driver for MSM/snapdragon.
35 bool "MSM DRM register logging"
57 bool "Enable HDMI HDCP support in MSM DRM driver"
64 bool "Enable DisplayPort support in MSM DRM driver"
68 Compile in support for DP driver in MSM DRM driver. DP external
73 bool "Enable DSI support in MSM DRM driver"
83 bool "Enable DSI 28nm PHY driver in MSM DRM"
90 bool "Enable DSI 20nm PHY driver in MSM DRM"
[all …]
/Linux-v5.15/drivers/gpu/drm/
DKconfig8 menuconfig DRM config
32 depends on DRM
36 depends on DRM
40 depends on DRM
44 bool "DRM DP AUX Interface"
45 depends on DRM
52 bool "Insert extra checks and debug info into the DRM range managers"
54 depends on DRM=y
66 tristate "kselftests for DRM"
67 depends on DRM
[all …]
/Linux-v5.15/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-v5.15/drivers/gpu/ipu-v3/
DKconfig5 depends on DRM || !DRM # if DRM=m, this can't be 'y'
7 select GENERIC_ALLOCATOR if DRM
/Linux-v5.15/drivers/gpu/drm/mediatek/
DKconfig3 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-v5.15/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-v5.15/Documentation/gpu/
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
74 update it, its value is mostly useless. The DRM core prints it to the
117 Every DRM driver requires a memory manager which must be initialized at
[all …]
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
/Linux-v5.15/drivers/gpu/drm/tegra/
DKconfig3 tristate "NVIDIA Tegra DRM"
6 depends on DRM
24 bool "NVIDIA Tegra DRM debug support"
32 Say yes if HOST1X should be available for userspace DRM users.
/Linux-v5.15/drivers/gpu/drm/rcar-du/
DKconfig3 tristate "DRM Support for R-Car Display Unit"
4 depends on DRM && OF
19 depends on DRM && OF
26 depends on DRM && OF
33 depends on DRM && DRM_BRIDGE && OF
/Linux-v5.15/drivers/gpu/drm/zte/
DKconfig3 tristate "DRM Support for ZTE SoCs"
4 depends on DRM && ARCH_ZX
10 Choose this option to enable DRM on ZTE ZX SoCs.
/Linux-v5.15/drivers/gpu/drm/sti/
DKconfig3 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.15/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-v5.15/drivers/gpu/drm/panfrost/
DKconfig4 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.15/drivers/gpu/drm/pl111/
DKconfig3 tristate "DRM Support for PL111 CLCD Controller"
4 depends on DRM
15 Choose this option for DRM support for the PL111 CLCD controller.
/Linux-v5.15/drivers/gpu/drm/tve200/
DKconfig3 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.15/drivers/gpu/drm/mcde/
DKconfig2 tristate "DRM Support for ST-Ericsson MCDE (Multichannel Display Engine)"
3 depends on DRM
17 Choose this option for DRM support for the ST-Ericsson MCDE
/Linux-v5.15/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-v5.15/drivers/gpu/drm/ingenic/
DKconfig2 tristate "DRM Support for Ingenic SoCs"
4 depends on DRM
15 Choose this option for DRM support for the Ingenic SoCs.
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
DKconfig3 tristate "DRM driver for VMware Virtual GPU"
4 depends on DRM && PCI && MMU
14 This is a KMS enabled DRM driver for the VMware SVGA2
/Linux-v5.15/drivers/gpu/drm/imx/
DKconfig3 tristate "DRM Support for Freescale i.MX"
8 depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST)
38 tristate "Freescale i.MX DRM HDMI"
/Linux-v5.15/drivers/gpu/drm/nouveau/
DKbuild19 # DRM - general
33 # DRM - memory management
51 # DRM - modesetting
64 # DRM - command submission

12345