Add a new heading "Buffer Objects" in xe_mm documentation, grouping both the related BO sections and explicitly stating what BO stands for. This abbreviation is used all over the document, but is never written out. Section markers are adapted to remain consistent relative to included doc from drivers/gpu/drm/xe/xe_bo_doc.h. Signed-off-by: Dominik M. Weber <dominik.marcel.weber@xxxxxxxxxx> --- I am aware of the guideline recommending sticking to the usual heading adornments, though doing so is not possible here without either necessitating larger changes in the kernel-doc comments or breaking the current hierarchical formatting. Introducing + hence seemed the cleaner solution. Since this is not about the content change yet, this RFC is sent only to documentation specific mailing lists. --- Documentation/gpu/xe/xe_mm.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation/gpu/xe/xe_mm.rst b/Documentation/gpu/xe/xe_mm.rst index 95864a4502dd..24a532979f1a 100644 --- a/Documentation/gpu/xe/xe_mm.rst +++ b/Documentation/gpu/xe/xe_mm.rst @@ -4,17 +4,20 @@ Memory Management ================= +Buffer Objects +++++++++++++++ + .. 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: @@ -23,7 +26,7 @@ GGTT Internal API :internal: Pagetable building -================== +++++++++++++++++++ .. kernel-doc:: drivers/gpu/drm/xe/xe_pt.c :doc: Pagetable building -- 2.43.0