Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/ttm/
Dttm_resource.c129 if (bo->bulk_move && !bo->pin_count) in ttm_resource_add_bulk_move()
130 ttm_lru_bulk_move_add(bo->bulk_move, res); in ttm_resource_add_bulk_move()
137 if (bo->bulk_move && !bo->pin_count) in ttm_resource_del_bulk_move()
138 ttm_lru_bulk_move_del(bo->bulk_move, res); in ttm_resource_del_bulk_move()
152 } else if (bo->bulk_move) { in ttm_resource_move_to_lru_tail()
154 ttm_lru_bulk_move_pos(bo->bulk_move, res); in ttm_resource_move_to_lru_tail()
Dttm_bo.c108 if (bo->bulk_move == bulk) in ttm_bo_set_bulk_move()
114 bo->bulk_move = bulk; in ttm_bo_set_bulk_move()
363 WARN_ON_ONCE(bo->bulk_move); in ttm_bo_release()
954 bo->bulk_move = NULL; in ttm_bo_init_reserved()
/linux-5.19.10/include/drm/ttm/
Dttm_bo_api.h137 struct ttm_lru_bulk_move *bulk_move; member