Home
last modified time | relevance | path

Searched refs:io_reserve_fastpath (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_bo_util.c82 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_lock()
95 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_unlock()
127 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_reserve()
149 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_free()
Dttm_bo.c1322 man->io_reserve_fastpath = true; in ttm_bo_init_mm()
/linux-4.1.27/include/drm/ttm/
Dttm_bo_driver.h288 bool io_reserve_fastpath; member
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bo.c629 man->io_reserve_fastpath = false; in nouveau_bo_init_mem_type()