Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/ttm/
Dttm_object.h252 extern bool ttm_ref_object_exists(struct ttm_object_file *tfile,
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_object.c284 bool ttm_ref_object_exists(struct ttm_object_file *tfile, in ttm_ref_object_exists() function
318 EXPORT_SYMBOL(ttm_ref_object_exists);
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_bo.c659 if (likely(ttm_ref_object_exists(tfile, &vmw_user_bo->prime.base))) in vmw_user_bo_verify_access()