summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRodrigo Vivi <rodrigo.vivi@intel.com>2024-08-21 15:38:32 -0400
committerRodrigo Vivi <rodrigo.vivi@intel.com>2024-08-22 14:00:44 -0400
commit244fe1666364865154930f34d8df5489df1922b6 (patch)
tree36b4439fdb0d2047222ad601f9798728996687e9 /Documentation
parent69f0925c67c21c1e3ccda152d2b6ce21c363e563 (diff)
downloadlinux-244fe1666364865154930f34d8df5489df1922b6.tar.gz
linux-244fe1666364865154930f34d8df5489df1922b6.tar.bz2
linux-244fe1666364865154930f34d8df5489df1922b6.zip
drm/xe: Introduce GGTT documentation
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/gpu/xe/xe_mm.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/gpu/xe/xe_mm.rst b/Documentation/gpu/xe/xe_mm.rst
index 6c8fd8b4a466..95864a4502dd 100644
--- a/Documentation/gpu/xe/xe_mm.rst
+++ b/Documentation/gpu/xe/xe_mm.rst
@@ -7,6 +7,21 @@ 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
==================