Home
last modified time | relevance | path

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

/linux/include/drm/ttm/
A Dttm_resource.h36 #define TTM_MAX_BO_PRIORITY 4U macro
130 struct list_head lru[TTM_MAX_BO_PRIORITY];
228 for (i = 0; i < TTM_MAX_BO_PRIORITY; i++) in ttm_resource_manager_set_used()
A Dttm_bo_driver.h71 struct ttm_lru_bulk_move_pos tt[TTM_MAX_BO_PRIORITY];
72 struct ttm_lru_bulk_move_pos vram[TTM_MAX_BO_PRIORITY];
/linux/drivers/gpu/drm/ttm/
A Dttm_device.c156 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()
A Dttm_resource.c135 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()
A Dttm_bo.c142 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()
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_bo.c546 BUILD_BUG_ON(TTM_MAX_BO_PRIORITY <= 3); in vmw_bo_init()
A Dvmwgfx_drv.h121 u32 res_prios[TTM_MAX_BO_PRIORITY];

Completed in 40 milliseconds