diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2018-05-30 07:00:46 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-06-15 13:20:30 -0400 |
commit | 41f507080e45010f916698165420640422942f7c (patch) | |
tree | 8eaccb51387bf4647ad89bc2c5d4b2b2f21cb70e | |
parent | 3120e2a390a9322a8247d7e9b8be52a7efc26dab (diff) |
drm/doc: Add a label for the PRIME Buffer Sharing chapter
So that it can be referenced from e.g. DOC comments.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-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 96ebcc2a7b41..21b6b72a9ba8 100644 --- a/Documentation/gpu/drm-mm.rst +++ b/Documentation/gpu/drm-mm.rst | |||
@@ -395,6 +395,8 @@ VMA Offset Manager | |||
395 | .. kernel-doc:: drivers/gpu/drm/drm_vma_manager.c | 395 | .. kernel-doc:: drivers/gpu/drm/drm_vma_manager.c |
396 | :export: | 396 | :export: |
397 | 397 | ||
398 | .. _prime_buffer_sharing: | ||
399 | |||
398 | PRIME Buffer Sharing | 400 | PRIME Buffer Sharing |
399 | ==================== | 401 | ==================== |
400 | 402 | ||