diff options
author | Simon Ser <contact@emersion.fr> | 2023-08-03 09:57:39 +0000 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-08-03 12:17:29 +0200 |
commit | 9a2eabf48ade4fbadb54b95dc1ece429b1cce400 (patch) | |
tree | 0c86173745a2f6026a20ad8e7aadfd725e7a8685 /Documentation/gpu | |
parent | 1e8ea2e9ac5b7ac42cf4afa9e21680c23cf5fa35 (diff) |
drm/doc: use proper cross-references for sections
When I originally wrote these docs, I couldn't manage to insert a
cross-reference to a section. Here's how it can be done.
Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Pekka Paalanen <pekka.paalanen@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230803095734.386761-1-contact@emersion.fr
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/drm-mm.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst index 3d5dc9dc1bfe..513197359aba 100644 --- a/Documentation/gpu/drm-mm.rst +++ b/Documentation/gpu/drm-mm.rst @@ -517,6 +517,8 @@ DRM Cache Handling and Fast WC memcpy() .. kernel-doc:: drivers/gpu/drm/drm_cache.c :export: +.. _drm_sync_objects: + DRM Sync Objects =========================== |