Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_resource.c133 if (bo->bulk_move && !bo->pin_count) in ttm_resource_add_bulk_move()
134 ttm_lru_bulk_move_add(bo->bulk_move, res); in ttm_resource_add_bulk_move()
141 if (bo->bulk_move && !bo->pin_count) in ttm_resource_del_bulk_move()
142 ttm_lru_bulk_move_del(bo->bulk_move, res); in ttm_resource_del_bulk_move()
156 } else if (bo->bulk_move) { in ttm_resource_move_to_lru_tail()
158 ttm_lru_bulk_move_pos(bo->bulk_move, res); in ttm_resource_move_to_lru_tail()
H A Dttm_bo.c102 if (bo->bulk_move == bulk) in ttm_bo_set_bulk_move()
108 bo->bulk_move = bulk; in ttm_bo_set_bulk_move()
327 WARN_ON_ONCE(bo->bulk_move); in ttm_bo_release()
979 bo->bulk_move = NULL; in ttm_bo_init_reserved()
H A Dttm_bo_util.c262 fbo->base.bulk_move = NULL; in ttm_buffer_object_transfer()
/openbmc/linux/include/drm/ttm/
H A Dttm_bo.h120 struct ttm_lru_bulk_move *bulk_move; member