Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/ttm/
Dttm_bo_driver.h47 #define TTM_MAX_BO_PRIORITY 4U macro
202 struct list_head lru[TTM_MAX_BO_PRIORITY];
430 struct list_head swap_lru[TTM_MAX_BO_PRIORITY];
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo.c724 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_mem_evict_first()
1323 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_bo_force_list_clean()
1434 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_bo_init_mm()
1479 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_bo_global_init()
1526 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) in ttm_bo_device_release()
1679 for (i = 0; i < TTM_MAX_BO_PRIORITY; ++i) { in ttm_bo_swapout()