Home
last modified time | relevance | path

Searched refs:TTM_REF_USAGE (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_object.c182 ret = ttm_ref_object_add(tfile, base, TTM_REF_USAGE, NULL); in ttm_base_object_init()
234 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_base_object_lookup()
286 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; in ttm_ref_object_exists()
401 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release) in ttm_ref_object_release()
638 ret = ttm_ref_object_add(tfile, base, TTM_REF_USAGE, NULL); in ttm_prime_fd_to_handle()
Dttm_lock.c269 lock->base.hash.key, TTM_REF_USAGE); in ttm_vt_unlock()
/linux-4.4.14/include/drm/ttm/
Dttm_object.h63 TTM_REF_USAGE, enumerator
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c760 TTM_REF_USAGE); in vmw_fence_obj_wait_ioctl()
807 TTM_REF_USAGE); in vmw_fence_obj_unref_ioctl()
1126 TTM_REF_USAGE, &existed); in vmw_fence_event_ioctl()
1170 handle, TTM_REF_USAGE); in vmw_fence_event_ioctl()
Dvmwgfx_surface.c679 return ttm_ref_object_base_unref(tfile, arg->sid, TTM_REF_USAGE); in vmw_surface_destroy_ioctl()
955 ret = ttm_ref_object_add(tfile, base, TTM_REF_USAGE, NULL); in vmw_surface_handle_reference()
969 (void) ttm_ref_object_base_unref(tfile, handle, TTM_REF_USAGE); in vmw_surface_handle_reference()
1017 ttm_ref_object_base_unref(tfile, base->hash.key, TTM_REF_USAGE); in vmw_surface_reference_ioctl()
1430 TTM_REF_USAGE); in vmw_gb_surface_reference_ioctl()
Dvmwgfx_resource.c729 TTM_REF_USAGE); in vmw_dmabuf_unref_ioctl()
778 TTM_REF_USAGE, NULL); in vmw_user_dmabuf_reference()
882 ttm_ref_object_base_unref(tfile, stream->base.hash.key, TTM_REF_USAGE); in vmw_stream_unref_ioctl()
1071 handle, TTM_REF_USAGE); in vmw_dumb_destroy()
Dvmwgfx_context.c736 return ttm_ref_object_base_unref(tfile, arg->cid, TTM_REF_USAGE); in vmw_context_destroy_ioctl()
Dvmwgfx_shader.c717 TTM_REF_USAGE); in vmw_shader_destroy_ioctl()
Dvmwgfx_execbuf.c3726 fence_handle, TTM_REF_USAGE); in vmw_execbuf_copy_fence_user()