From: Michel Dänzer Date: Tue, 18 Jun 2019 09:24:42 +0000 (+0200) Subject: amdgpu: Update amdgpu_bo_handle_type_kms_noimport documentation X-Git-Tag: libdrm-2.4.99~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46cb2aa1ede16380df2d965ca125d855c4278823;p=platform%2Fupstream%2Flibdrm.git amdgpu: Update amdgpu_bo_handle_type_kms_noimport documentation To reflect current reality. Reviewed-by: Christian König --- diff --git a/amdgpu/amdgpu.h b/amdgpu/amdgpu.h index 9d9b083..66e45f7 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, };