Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
A Dttm_resource.c242 if (bo->bulk_move && !bo->pin_count) in ttm_resource_add_bulk_move()
243 ttm_lru_bulk_move_add(bo->bulk_move, res); in ttm_resource_add_bulk_move()
250 if (bo->bulk_move && !bo->pin_count) in ttm_resource_del_bulk_move()
251 ttm_lru_bulk_move_del(bo->bulk_move, res); in ttm_resource_del_bulk_move()
265 } else if (bo->bulk_move) { in ttm_resource_move_to_lru_tail()
267 ttm_lru_bulk_move_pos(bo->bulk_move, res); in ttm_resource_move_to_lru_tail()
564 bulk = bo->bulk_move; in ttm_resource_cursor_check_bulk()
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()
253 WARN_ON_ONCE(bo->bulk_move); in ttm_bo_release()
900 bo->bulk_move = NULL; in ttm_bo_init_reserved()
A Dttm_bo_util.c262 fbo->base.bulk_move = NULL; in ttm_buffer_object_transfer()
/linux/include/drm/ttm/
A Dttm_bo.h123 struct ttm_lru_bulk_move *bulk_move; member
/linux/drivers/gpu/drm/ttm/tests/
A Dttm_bo_validate_test.c136 KUNIT_EXPECT_NULL(test, bo->bulk_move); in ttm_bo_init_reserved_sys_man()
628 KUNIT_ASSERT_NULL(test, bo->bulk_move); in ttm_bo_validate_no_placement_not_signaled()

Completed in 24 milliseconds