diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2018-06-01 12:10:02 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-06-15 12:20:32 -0500 |
commit | 0152ac16522b6c6dd9319e005bf2945f585328d4 (patch) | |
tree | bdbf67ed0df0e685a354548d337b2f6b84a616ae | |
parent | 8f4805a265fd710a2827b2c0e10c08ef2b526870 (diff) |
drm/amdgpu: Hook up documentation about memory domains
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/amdgpu.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/gpu/amdgpu.rst b/Documentation/gpu/amdgpu.rst index f557866f6788..ad3711fd2a28 100644 --- a/Documentation/gpu/amdgpu.rst +++ b/Documentation/gpu/amdgpu.rst @@ -10,6 +10,14 @@ Core Driver Infrastructure This section covers core driver infrastructure. +.. _amdgpu_memory_domains: + +Memory Domains +-------------- + +.. kernel-doc:: include/uapi/drm/amdgpu_drm.h + :doc: memory domains + PRIME Buffer Sharing -------------------- |