amdgpu: don't call add_handle_to_table for KMS BO exports

Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
main
Marek Olšák 2018-07-06 16:15:31 -04:00
parent 7164abebec
commit fe0488aa13
1 changed files with 1 additions and 1 deletions

View File

@ -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;