amdgpu: don't call add_handle_to_table for KMS BO exports
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>main
parent
7164abebec
commit
fe0488aa13
|
@ -240,7 +240,7 @@ int amdgpu_bo_export(amdgpu_bo_handle bo,
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
case amdgpu_bo_handle_type_kms:
|
case amdgpu_bo_handle_type_kms:
|
||||||
amdgpu_add_handle_to_table(bo);
|
/* Don't add the handle to the hash table. It can't be reimported. */
|
||||||
*shared_handle = bo->handle;
|
*shared_handle = bo->handle;
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue