xref: /linux/Documentation/gpu/intel-display/index.rst (revision 7a39b9856acccc8e9b05845ca2bf62494fcd3dfa)
1.. SPDX-License-Identifier: MIT
2.. Copyright © 2026 Intel Corporation
3
4.. _drm/intel-display:
5
6====================
7Intel Display Driver
8====================
9
10The Intel display driver provides the display, or :ref:`drm-kms`, support for
11both the :ref:`drm/xe <drm/xe>` and :ref:`drm/i915 <drm/i915>` Intel GPU
12drivers.
13
14The source code currently resides under ``drivers/gpu/drm/i915/display`` due to
15historical reasons, and it's compiled separately into both drm/xe and drm/i915
16kernel modules.
17
18The drm/xe and drm/i915 drivers are the "core" or "parent" drivers for display,
19as they initialize and own the drm device, and pass that on to the display
20driver. The display driver isn't an independent driver in that sense.
21
22.. toctree::
23   :maxdepth: 1
24   :caption: Detailed display topics
25
26   async-flip
27   atomic
28   audio
29   casf
30   cdclk
31   cmtg
32   dmc
33   dpio
34   dpll
35   drrs
36   dsb
37   fbc
38   fifo-underrun
39   frontbuffer
40   hotplug
41   dp-link-training
42   plane
43   psr
44   snps-phy
45   vbt
46