Home
last modified time | relevance | path

Searched refs:bo_list_handles (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bo_list.c163 list = idr_remove(&fpriv->bo_list_handles, id); in amdgpu_bo_list_destroy()
173 *result = idr_find(&fpriv->bo_list_handles, id); in amdgpu_bo_list_get()
288 r = idr_alloc(&fpriv->bo_list_handles, list, 1, 0, GFP_KERNEL); in amdgpu_bo_list_ioctl()
309 old = idr_replace(&fpriv->bo_list_handles, list, handle); in amdgpu_bo_list_ioctl()
H A Damdgpu_kms.c1055 idr_init(&fpriv->bo_list_handles); in amdgpu_driver_open_kms()
1127 idr_for_each_entry(&fpriv->bo_list_handles, list, handle) in amdgpu_driver_postclose_kms()
1130 idr_destroy(&fpriv->bo_list_handles); in amdgpu_driver_postclose_kms()
H A Damdgpu.h462 struct idr bo_list_handles; member