Searched refs:bo (Results 1 – 3 of 3) sorted by relevance
/include/drm/ttm/ |
D | ttm_bo_api.h | 300 struct ttm_buffer_object *bo; member 312 ttm_bo_reference(struct ttm_buffer_object *bo) in ttm_bo_reference() argument 314 kref_get(&bo->kref); in ttm_bo_reference() 315 return bo; in ttm_bo_reference() 332 extern int ttm_bo_wait(struct ttm_buffer_object *bo, bool lazy, 350 extern int ttm_bo_validate(struct ttm_buffer_object *bo, 362 extern void ttm_bo_unref(struct ttm_buffer_object **bo); 374 extern void ttm_bo_list_ref_sub(struct ttm_buffer_object *bo, int count, 387 extern void ttm_bo_add_to_lru(struct ttm_buffer_object *bo); 399 extern int ttm_bo_del_from_lru(struct ttm_buffer_object *bo); [all …]
|
D | ttm_bo_driver.h | 204 struct ttm_buffer_object *bo, 380 void(*evict_flags) (struct ttm_buffer_object *bo, 395 int (*move) (struct ttm_buffer_object *bo, 412 int (*verify_access) (struct ttm_buffer_object *bo, 434 void (*move_notify)(struct ttm_buffer_object *bo, 438 int (*fault_reserve_notify)(struct ttm_buffer_object *bo); 443 void (*swap_notify) (struct ttm_buffer_object *bo); 717 extern int ttm_bo_mem_space(struct ttm_buffer_object *bo, 723 extern void ttm_bo_mem_put(struct ttm_buffer_object *bo, 725 extern void ttm_bo_mem_put_locked(struct ttm_buffer_object *bo, [all …]
|
D | ttm_execbuf_util.h | 50 struct ttm_buffer_object *bo; member
|