summaryrefslogtreecommitdiff
path: root/amdgpu
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2019-06-18 11:24:42 +0200
committerMichel Dänzer <michel@daenzer.net>2019-06-25 17:59:10 +0200
commit46cb2aa1ede16380df2d965ca125d855c4278823 (patch)
tree4a4660f85f71d2c87defd8464760fdbc125e489b /amdgpu
parente246114c46140589ae95dfa3f517d59e853667d1 (diff)
downloadlibdrm-46cb2aa1ede16380df2d965ca125d855c4278823.tar.gz
libdrm-46cb2aa1ede16380df2d965ca125d855c4278823.tar.bz2
libdrm-46cb2aa1ede16380df2d965ca125d855c4278823.zip
amdgpu: Update amdgpu_bo_handle_type_kms_noimport documentation
To reflect current reality. Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'amdgpu')
-rw-r--r--amdgpu/amdgpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amdgpu/amdgpu.h b/amdgpu/amdgpu.h
index 9d9b0832..66e45f73 100644
--- a/amdgpu/amdgpu.h
+++ b/amdgpu/amdgpu.h
@@ -87,8 +87,8 @@ enum amdgpu_bo_handle_type {
/** DMA-buf fd handle */
amdgpu_bo_handle_type_dma_buf_fd = 2,
- /** KMS handle, but re-importing as a DMABUF handle through
- * drmPrimeHandleToFD is forbidden. (Glamor does that)
+ /** Deprecated in favour of and same behaviour as
+ * amdgpu_bo_handle_type_kms, use that instead of this
*/
amdgpu_bo_handle_type_kms_noimport = 3,
};