Home
last modified time | relevance | path

Searched refs:ttm_resource_cursor (Results 1 – 2 of 2) sorted by relevance

/linux/include/drm/ttm/
H A Dttm_resource.h338 struct ttm_resource_cursor { struct
347 void ttm_resource_cursor_init(struct ttm_resource_cursor *cursor, argument
350 void ttm_resource_cursor_fini(struct ttm_resource_cursor *cursor);
486 ttm_resource_manager_first(struct ttm_resource_cursor *cursor);
488 ttm_resource_manager_next(struct ttm_resource_cursor *cursor);
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c449 struct ttm_resource_cursor cursor; in ttm_bo_evict_first()