Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo_util.c96 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_lock()
109 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_unlock()
141 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_reserve()
163 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_free()
Dttm_bo.c1586 man->io_reserve_fastpath = true; in ttm_bo_init_mm()
/Linux-v5.4/include/drm/ttm/
Dttm_bo_driver.h188 bool io_reserve_fastpath; member
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_bo.c685 man->io_reserve_fastpath = false; in nouveau_bo_init_mem_type()