Home
last modified time | relevance | path

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

/linux/include/drm/ttm/
H A Dttm_resource.h37 #define TTM_MAX_BO_PRIORITY 4U macro
218 struct list_head lru[TTM_MAX_BO_PRIORITY];
317 struct ttm_lru_bulk_move_pos pos[TTM_NUM_MEM_TYPES][TTM_MAX_BO_PRIORITY];
405 for (i = 0; i < TTM_MAX_BO_PRIORITY; i++) in ttm_resource_manager_set_used()
/linux/drivers/gpu/drm/ttm/
H A Dttm_resource.c163 for (j = 0; j < TTM_MAX_BO_PRIORITY; ++j) { in ttm_lru_bulk_move_tail()
531 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_resource_manager_init()
697 if (++cursor->priority >= TTM_MAX_BO_PRIORITY) in ttm_resource_manager_next()
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_resource_test.c223 for (int i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_resource_manager_init_basic()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c422 BUILD_BUG_ON(TTM_MAX_BO_PRIORITY <= 3); in vmw_bo_init()