mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
Not all of the overview DOC: comments in the display driver are incorporated into the documentation. Add the missing ones, including some function documentation. Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patch.msgid.link/589c46cf9a46763f4fbb7e1756656e6d71ba1431.1778235406.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
45 lines
971 B
ReStructuredText
45 lines
971 B
ReStructuredText
.. SPDX-License-Identifier: MIT
|
|
.. Copyright © 2026 Intel Corporation
|
|
|
|
.. _drm/intel-display:
|
|
|
|
====================
|
|
Intel Display Driver
|
|
====================
|
|
|
|
The Intel display driver provides the display, or :ref:`drm-kms`, support for
|
|
both the :ref:`drm/xe <drm/xe>` and :ref:`drm/i915 <drm/i915>` Intel GPU
|
|
drivers.
|
|
|
|
The source code currently resides under ``drivers/gpu/drm/i915/display`` due to
|
|
historical reasons, and it's compiled separately into both drm/xe and drm/i915
|
|
kernel modules.
|
|
|
|
The drm/xe and drm/i915 drivers are the "core" or "parent" drivers for display,
|
|
as they initialize and own the drm device, and pass that on to the display
|
|
driver. The display driver isn't an independent driver in that sense.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Detailed display topics
|
|
|
|
async-flip
|
|
atomic
|
|
audio
|
|
casf
|
|
cdclk
|
|
cmtg
|
|
dmc
|
|
dpio
|
|
dpll
|
|
drrs
|
|
dsb
|
|
fbc
|
|
fifo-underrun
|
|
frontbuffer
|
|
hotplug
|
|
plane
|
|
psr
|
|
snps-phy
|
|
vbt
|