Home
last modified time | relevance | path

Searched refs:TTM_MAX_BO_PRIORITY (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/drm/ttm/
H A Dttm_bo_driver.h290 struct list_head swap_lru[TTM_MAX_BO_PRIORITY];
391 struct ttm_lru_bulk_move_pos tt[TTM_MAX_BO_PRIORITY];
392 struct ttm_lru_bulk_move_pos vram[TTM_MAX_BO_PRIORITY];
393 struct ttm_lru_bulk_move_pos swap[TTM_MAX_BO_PRIORITY];
H A Dttm_resource.h33 #define TTM_MAX_BO_PRIORITY 4U macro
133 struct list_head lru[TTM_MAX_BO_PRIORITY];
/kernel/linux/linux-6.6/include/drm/ttm/
H A Dttm_resource.h38 #define TTM_MAX_BO_PRIORITY 4U macro
170 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_resource.c71 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_resource_manager_init()
104 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_resource_manager_force_list_clean()
H A Dttm_bo.c190 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_bo_bulk_move_lru_tail()
205 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_bo_bulk_move_lru_tail()
220 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_bo_bulk_move_lru_tail()
746 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_mem_evict_first()
1384 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_bo_global_init()
1419 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_bo_device_release()
1529 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_bo_swapout()
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H A Dttm_resource.c58 for (j = 0; j < TTM_MAX_BO_PRIORITY; ++j) { in ttm_lru_bulk_move_tail()
396 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_resource_manager_init()
428 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_resource_manager_evict_all()
507 for (cursor->priority = 0; cursor->priority < TTM_MAX_BO_PRIORITY; in ttm_resource_manager_first()
534 for (++cursor->priority; cursor->priority < TTM_MAX_BO_PRIORITY; in ttm_resource_manager_next()
H A Dttm_device.c247 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_device_fini()
294 for (j = 0; j < TTM_MAX_BO_PRIORITY; ++j) in ttm_device_clear_dma_mappings()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.h85 u32 res_prios[TTM_MAX_BO_PRIORITY];
H A Dvmwgfx_bo.c388 BUILD_BUG_ON(TTM_MAX_BO_PRIORITY <= 3); in vmw_bo_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c519 BUILD_BUG_ON(TTM_MAX_BO_PRIORITY <= 3); in vmw_bo_init()
H A Dvmwgfx_drv.h119 u32 res_prios[TTM_MAX_BO_PRIORITY];
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c990 bo->priority = TTM_MAX_BO_PRIORITY - 1; in i915_ttm_adjust_lru()

Completed in 13 milliseconds