Home
last modified time | relevance | path

Searched refs:ttm_mem_io_lock (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo_util.c80 int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible) in ttm_mem_io_lock() function
91 EXPORT_SYMBOL(ttm_mem_io_lock);
199 (void) ttm_mem_io_lock(man, false); in ttm_mem_reg_ioremap()
213 (void) ttm_mem_io_lock(man, false); in ttm_mem_reg_ioremap()
232 (void) ttm_mem_io_lock(man, false); in ttm_mem_reg_iounmap()
588 (void) ttm_mem_io_lock(man, false); in ttm_bo_kmap()
626 (void) ttm_mem_io_lock(man, false); in ttm_bo_kunmap()
Dttm_bo_vm.c166 ret = ttm_mem_io_lock(man, true); in ttm_bo_vm_fault()
Dttm_bo.c290 ret = ttm_mem_io_lock(old_man, true); in ttm_bo_handle_move_mem()
629 ttm_mem_io_lock(man, false); in ttm_bo_release()
1530 ttm_mem_io_lock(man, false); in ttm_bo_unmap_virtual()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_object.c159 (void) ttm_mem_io_lock(man, false); in qxl_bo_kmap_atomic_page()
201 (void) ttm_mem_io_lock(man, false); in qxl_bo_kunmap_atomic_page()
/linux-4.4.14/include/drm/ttm/
Dttm_bo_driver.h749 extern int ttm_mem_io_lock(struct ttm_mem_type_manager *man,