Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/ttm/
Dttm_bo_util.c80 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_lock()
92 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_unlock()
122 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_reserve()
143 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_free()
Dttm_bo.c1412 man->io_reserve_fastpath = true; in ttm_bo_init_mm()
/linux-3.4.99/include/drm/ttm/
Dttm_bo_driver.h283 bool io_reserve_fastpath; member
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_bo.c401 man->io_reserve_fastpath = false; in nouveau_bo_init_mem_type()