diff options
| author | Dave Airlie <airlied@redhat.com> | 2026-05-15 15:36:59 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2026-05-15 15:37:16 +1000 |
| commit | 1f863fe67343e2f45fc0af75ac94c3705bdf6537 (patch) | |
| tree | 4426eba121017b70c3ba6273b1d258995d97b561 /Documentation/gpu/intel-display/fbc.rst | |
| parent | bfdb8fa114007403c5e4da594eda7f4feda65317 (diff) | |
| parent | ae27befd097f1ddaec61b231ba775d0768aab859 (diff) | |
| download | linux-next-1f863fe67343e2f45fc0af75ac94c3705bdf6537.tar.gz linux-next-1f863fe67343e2f45fc0af75ac94c3705bdf6537.zip | |
Merge tag 'drm-intel-next-2026-05-14' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
- A Revert of a Kconfig patch that broke some builds (Jani)
- New fb_pin abstraction for xe and i915 fb transparent handling (Ville, Tvrtko)
- Skip inactive MST connectors on HDCP cases (Suraj)
- Reduce redundant intel_panel_fixed_mode (Ankit)
- Some general fixes (Imre, Chaitanya)
- Reorganize display documentation (Jani)
- Start switching to display specific reg types (Jani)
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patch.msgid.link/agXbLMtMECnKy-YV@intel.com
Diffstat (limited to 'Documentation/gpu/intel-display/fbc.rst')
| -rw-r--r-- | Documentation/gpu/intel-display/fbc.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/gpu/intel-display/fbc.rst b/Documentation/gpu/intel-display/fbc.rst new file mode 100644 index 000000000000..de9e19021f50 --- /dev/null +++ b/Documentation/gpu/intel-display/fbc.rst @@ -0,0 +1,11 @@ +.. SPDX-License-Identifier: MIT +.. Copyright © 2026 Intel Corporation + +Frame Buffer Compression (FBC) +============================== + +.. kernel-doc:: drivers/gpu/drm/i915/display/intel_fbc.c + :doc: Frame Buffer Compression (FBC) + +.. kernel-doc:: drivers/gpu/drm/i915/display/intel_fbc.c + :internal: |
