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 19:20:32 +0200 |
commit | 0152ac16522b6c6dd9319e005bf2945f585328d4 (patch) | |
tree | bdbf67ed0df0e685a354548d337b2f6b84a616ae /Documentation/gpu/amdgpu.rst | |
parent | drm/amdgpu: avoid sleep while executing atombios table (V2) (diff) | |
download | linux-0152ac16522b6c6dd9319e005bf2945f585328d4.tar.xz linux-0152ac16522b6c6dd9319e005bf2945f585328d4.zip |
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>
Diffstat (limited to 'Documentation/gpu/amdgpu.rst')
-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 -------------------- |