| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/ |
| H A D | ttm_execbuf_util.c | 42 dma_resv_unlock(bo->base.resv); in ttm_eu_backoff_reservation_reverse() 59 dma_resv_unlock(bo->base.resv); in ttm_eu_backoff_reservation() 166 dma_resv_unlock(bo->base.resv); in ttm_eu_fence_buffer_objects()
|
| H A D | ttm_bo.c | 339 dma_resv_unlock(&bo->base._resv); in ttm_bo_individualize_resv() 407 dma_resv_unlock(bo->base.resv); in ttm_bo_cleanup_refs() 436 dma_resv_unlock(bo->base.resv); in ttm_bo_cleanup_refs() 447 dma_resv_unlock(bo->base.resv); in ttm_bo_cleanup_refs() 568 dma_resv_unlock(bo->base.resv); in ttm_bo_release() 720 dma_resv_unlock(busy_bo->base.resv); in ttm_mem_evict_wait_busy() 752 dma_resv_unlock(bo->base.resv); in ttm_mem_evict_first() 757 dma_resv_unlock(bo->base.resv); in ttm_mem_evict_first() 1527 dma_resv_unlock(bo->base.resv); in ttm_bo_swapout() 1598 dma_resv_unlock(bo->base.resv); in ttm_bo_swapout()
|
| H A D | ttm_bo_vm.c | 73 dma_resv_unlock(bo->base.resv); in ttm_bo_vm_fault_idle() 149 dma_resv_unlock(bo->base.resv); in ttm_bo_vm_reserve() 421 dma_resv_unlock(bo->base.resv); in ttm_bo_vm_fault()
|
| H A D | ttm_bo_util.c | 578 dma_resv_unlock(&ghost_obj->base._resv); in ttm_bo_move_to_ghost() 652 dma_resv_unlock(&ghost->base._resv); in ttm_bo_pipeline_gutting()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_page_dirty.c | 431 dma_resv_unlock(bo->base.resv); in vmw_bo_vm_mkwrite() 485 dma_resv_unlock(bo->base.resv); in vmw_bo_vm_fault() 556 dma_resv_unlock(bo->base.resv); in vmw_bo_vm_huge_fault()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_dma_buf.c | 497 dma_resv_unlock(resv); in amdgpu_dma_buf_create_obj() 501 dma_resv_unlock(resv); in amdgpu_dma_buf_create_obj() 564 dma_resv_unlock(resv); in amdgpu_dma_buf_move_notify()
|
| H A D | amdgpu_object.c | 629 dma_resv_unlock(bo->tbo.base.resv); in amdgpu_bo_do_create() 697 dma_resv_unlock((*bo_ptr)->tbo.base.resv); in amdgpu_bo_create() 1354 dma_resv_unlock(bo->base.resv); in amdgpu_bo_release_notify()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-buf.c | 892 dma_resv_unlock(dmabuf->resv); in dma_buf_dynamic_attach() 917 dma_resv_unlock(attach->dmabuf->resv); in dma_buf_dynamic_attach() 934 dma_resv_unlock(attach->dmabuf->resv); in dma_buf_dynamic_attach() 977 dma_resv_unlock(attach->dmabuf->resv); in dma_buf_detach() 983 dma_resv_unlock(dmabuf->resv); in dma_buf_detach() 1582 dma_resv_unlock(buf_obj->resv); in dma_buf_debug_show()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dma-resv.h | 216 static inline void dma_resv_unlock(struct dma_resv *obj) in dma_resv_unlock() function
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_prime.c | 74 dma_resv_unlock(resv); in radeon_gem_prime_import_sg_table()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_prime.c | 99 dma_resv_unlock(robj); in nouveau_gem_prime_import_sg_table()
|
| H A D | nouveau_ttm.c | 146 dma_resv_unlock(bo->base.resv); in nouveau_ttm_fault()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_gem.c | 1280 dma_resv_unlock(objs[j]->resv); in drm_gem_lock_reservations() 1283 dma_resv_unlock(objs[contended]->resv); in drm_gem_lock_reservations() 1308 dma_resv_unlock(objs[i]->resv); in drm_gem_unlock_reservations()
|
| H A D | drm_mode_config.c | 450 dma_resv_unlock(&resv); in drmm_mode_config_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_wait.c | 90 dma_resv_unlock(resv); in i915_gem_object_wait_reservation()
|
| H A D | i915_gem_object.h | 155 dma_resv_unlock(obj->base.resv); in i915_gem_object_unlock()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vgem/ |
| H A D | vgem_fence.c | 167 dma_resv_unlock(resv); in vgem_fence_attach_ioctl()
|
| /OK3568_Linux_fs/kernel/include/drm/ttm/ |
| H A D | ttm_bo_driver.h | 575 dma_resv_unlock(bo->base.resv); in ttm_bo_unreserve()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_buffer_pool.c | 110 dma_resv_unlock(resv); in pool_active()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_gem.c | 223 dma_resv_unlock(objs->objs[0]->resv); in virtio_gpu_array_unlock_resv()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H A D | vc4_gem.c | 571 dma_resv_unlock(bo->resv); in vc4_unlock_bo_reservations() 617 dma_resv_unlock(bo->resv); in vc4_lock_bo_reservations() 623 dma_resv_unlock(bo->resv); in vc4_lock_bo_reservations()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_vma.h | 236 dma_resv_unlock(vma->resv); in i915_vma_unlock()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/ |
| H A D | qxl_release.c | 466 dma_resv_unlock(bo->base.resv); in qxl_release_fence_buffer_objects()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-dma-heap.c | 520 dma_resv_unlock(dmabuf->resv); in rk_dma_heap_dump_dmabuf()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_gem_submit.c | 116 dma_resv_unlock(obj->resv); in submit_unlock_object()
|