diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2018-06-01 12:30:44 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-06-15 12:20:33 -0500 |
commit | a2d19d66b1454b88bfcf1929837b329378d3377f (patch) | |
tree | b5663a68134e4a003e4ad0e9b9d96fcc8b9aa0ae /Documentation/gpu | |
parent | 2472e11b85f08e56519b988c4b76c610c818b1b0 (diff) | |
download | blackbird-obmc-linux-a2d19d66b1454b88bfcf1929837b329378d3377f.tar.gz blackbird-obmc-linux-a2d19d66b1454b88bfcf1929837b329378d3377f.zip |
drm/amdgpu: Hook up amdgpu_object.c documentation
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')
-rw-r--r-- | Documentation/gpu/amdgpu.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/gpu/amdgpu.rst b/Documentation/gpu/amdgpu.rst index ad3711fd2a28..1fbf3876a3d8 100644 --- a/Documentation/gpu/amdgpu.rst +++ b/Documentation/gpu/amdgpu.rst @@ -18,6 +18,15 @@ Memory Domains .. kernel-doc:: include/uapi/drm/amdgpu_drm.h :doc: memory domains +Buffer Objects +-------------- + +.. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_object.c + :doc: amdgpu_object + +.. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_object.c + :internal: + PRIME Buffer Sharing -------------------- |