Searched refs:TTM_MAX_BO_PRIORITY (Results 1 – 7 of 7) sorted by relevance
36 #define TTM_MAX_BO_PRIORITY 4U macro130 struct list_head lru[TTM_MAX_BO_PRIORITY];228 for (i = 0; i < TTM_MAX_BO_PRIORITY; i++) in ttm_resource_manager_set_used()
71 struct ttm_lru_bulk_move_pos tt[TTM_MAX_BO_PRIORITY];72 struct ttm_lru_bulk_move_pos vram[TTM_MAX_BO_PRIORITY];
156 for (j = 0; j < TTM_MAX_BO_PRIORITY; ++j) { in ttm_device_swapout()252 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_device_fini()289 for (j = 0; j < TTM_MAX_BO_PRIORITY; ++j) { in ttm_device_clear_dma_mappings()
135 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_resource_manager_init()167 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_resource_manager_evict_all()
142 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_bo_bulk_move_lru_tail()157 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_bo_bulk_move_lru_tail()681 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_mem_evict_first()
546 BUILD_BUG_ON(TTM_MAX_BO_PRIORITY <= 3); in vmw_bo_init()
121 u32 res_prios[TTM_MAX_BO_PRIORITY];
Completed in 40 milliseconds