Home
last modified time | relevance | path

Searched refs:ttm_ref_object_exists (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/ttm/
Dttm_object.c283 bool ttm_ref_object_exists(struct ttm_object_file *tfile, in ttm_ref_object_exists() function
317 EXPORT_SYMBOL(ttm_ref_object_exists);
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c547 if (likely(ttm_ref_object_exists(tfile, &vmw_user_bo->prime.base))) in vmw_user_dmabuf_verify_access()