Searched refs:TTM_MAX_BO_PRIORITY (Results 1 – 6 of 6) sorted by relevance
38 #define TTM_MAX_BO_PRIORITY 4U macro170 struct list_head lru[TTM_MAX_BO_PRIORITY];256 struct ttm_lru_bulk_move_pos pos[TTM_NUM_MEM_TYPES][TTM_MAX_BO_PRIORITY];312 for (i = 0; i < TTM_MAX_BO_PRIORITY; i++) in ttm_resource_manager_set_used()
58 for (j = 0; j < TTM_MAX_BO_PRIORITY; ++j) { in ttm_lru_bulk_move_tail()394 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_resource_manager_init()426 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_resource_manager_evict_all()505 for (cursor->priority = 0; cursor->priority < TTM_MAX_BO_PRIORITY; in ttm_resource_manager_first()532 for (++cursor->priority; cursor->priority < TTM_MAX_BO_PRIORITY; in ttm_resource_manager_next()
248 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_device_fini()295 for (j = 0; j < TTM_MAX_BO_PRIORITY; ++j) in ttm_device_clear_dma_mappings()
510 BUILD_BUG_ON(TTM_MAX_BO_PRIORITY <= 3); in vmw_bo_init()
143 u32 res_prios[TTM_MAX_BO_PRIORITY];
984 bo->priority = TTM_MAX_BO_PRIORITY - 1; in i915_ttm_adjust_lru()
Completed in 14 milliseconds