mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
244fe16663
Document xe_ggtt and ensure it is part of the built kernel docs. v2: - Accepted all Michal's suggestions - Rebased on top of new set_pte per platform/wa function pointer v3: - Typos and other acronym fixes (Michal) Cc: Matthew Brost <matthew.brost@intel.com> Cc: Michal Wajdeczko <michal.wajdeczko@intel.com> Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com> #v1 Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240821193842.352557-2-rodrigo.vivi@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
30 lines
559 B
ReStructuredText
30 lines
559 B
ReStructuredText
.. SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
=================
|
|
Memory Management
|
|
=================
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/xe/xe_bo_doc.h
|
|
:doc: Buffer Objects (BO)
|
|
|
|
GGTT
|
|
====
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/xe/xe_ggtt.c
|
|
:doc: Global Graphics Translation Table (GGTT)
|
|
|
|
GGTT Internal API
|
|
-----------------
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/xe/xe_ggtt_types.h
|
|
:internal:
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/xe/xe_ggtt.c
|
|
:internal:
|
|
|
|
Pagetable building
|
|
==================
|
|
|
|
.. kernel-doc:: drivers/gpu/drm/xe/xe_pt.c
|
|
:doc: Pagetable building
|