From: Michel Dänzer <michel.daen...@amd.com>

To reflect current reality.

Signed-off-by: Michel Dänzer <michel.daen...@amd.com>
---
 amdgpu/amdgpu.h | 4 ++--
 1 file 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,
 };
-- 
2.20.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to