diff --git a/amdgpu/amdgpu_bo.c b/amdgpu/amdgpu_bo.c index 9e7f9589..9e37b149 100644 --- a/amdgpu/amdgpu_bo.c +++ b/amdgpu/amdgpu_bo.c @@ -240,7 +240,7 @@ int amdgpu_bo_export(amdgpu_bo_handle bo, return 0; case amdgpu_bo_handle_type_kms: - /* Don't add the handle to the hash table. It can't be reimported. */ + amdgpu_add_handle_to_table(bo); *shared_handle = bo->handle; return 0;