Home
last modified time | relevance | path

Searched refs:ttm_bo_get_unless_zero (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_device.c266 if (!ttm_bo_get_unless_zero(bo)) in ttm_device_clear_lru_dma_mappings()
H A Dttm_bo_util.c885 if (!ttm_bo_get_unless_zero(bo)) { in ttm_lru_walk_for_evict()
H A Dttm_bo.c460 if (!ttm_bo_get_unless_zero(bo)) in ttm_bo_evict_first()
/linux/include/drm/ttm/
H A Dttm_bo.h249 ttm_bo_get_unless_zero(struct ttm_buffer_object *bo) in ttm_bo_get_unless_zero() function
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c265 val_buf->bo = ttm_bo_get_unless_zero(&vbo->tbo); in vmw_validation_add_bo()