Home
last modified time | relevance | path

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

/linux-6.15/include/drm/ttm/
H A Dttm_resource.h38 #define TTM_MAX_BO_PRIORITY 4U macro
208 struct list_head lru[TTM_MAX_BO_PRIORITY];
307 struct ttm_lru_bulk_move_pos pos[TTM_NUM_MEM_TYPES][TTM_MAX_BO_PRIORITY];
395 for (i = 0; i < TTM_MAX_BO_PRIORITY; i++) in ttm_resource_manager_set_used()
/linux-6.15/drivers/gpu/drm/ttm/
H A Dttm_device.c246 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_device_fini()
293 for (j = 0; j < TTM_MAX_BO_PRIORITY; ++j) in ttm_device_clear_dma_mappings()
H A Dttm_resource.c161 for (j = 0; j < TTM_MAX_BO_PRIORITY; ++j) { in ttm_lru_bulk_move_tail()
530 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_resource_manager_init()
683 if (++cursor->priority >= TTM_MAX_BO_PRIORITY) in ttm_resource_manager_next()
/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.h92 u32 res_prios[TTM_MAX_BO_PRIORITY];
H A Dvmwgfx_bo.c427 BUILD_BUG_ON(TTM_MAX_BO_PRIORITY <= 3); in vmw_bo_init()
/linux-6.15/drivers/gpu/drm/ttm/tests/
H A Dttm_resource_test.c222 for (int i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_resource_manager_init_basic()
H A Dttm_bo_test.c245 unsigned int bo_prio = TTM_MAX_BO_PRIORITY - 1; in ttm_bo_unreserve_basic()
/linux-6.15/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c984 bo->priority = TTM_MAX_BO_PRIORITY - 1; in i915_ttm_adjust_lru()