Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c107 if (bo->bulk_move == bulk) in ttm_bo_set_bulk_move()
113 bo->bulk_move = bulk; in ttm_bo_set_bulk_move()
258 WARN_ON_ONCE(bo->bulk_move); in ttm_bo_release()
945 bo->bulk_move = NULL; in ttm_bo_init_reserved()
H A Dttm_bo_util.c273 fbo->base.bulk_move = NULL; in ttm_buffer_object_transfer()
1115 if (bo->bulk_move) { in ttm_bo_shrink()
1125 if (lret <= 0 && bo->bulk_move) { in ttm_bo_shrink()
/linux/include/drm/ttm/
H A Dttm_bo.h123 struct ttm_lru_bulk_move *bulk_move; member