Home
last modified time | relevance | path

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

/linux-3.4.99/include/drm/ttm/
Dttm_lock.h146 extern int ttm_write_lock(struct ttm_lock *lock, bool interruptible);
220 extern int ttm_write_lock(struct ttm_lock *lock, bool interruptible);
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_dmabuf.c59 ret = ttm_write_lock(&vmaster->lock, interruptible); in vmw_dmabuf_to_placement()
103 ret = ttm_write_lock(&vmaster->lock, interruptible); in vmw_dmabuf_to_vram_or_gmr()
212 ret = ttm_write_lock(&vmaster->lock, interruptible); in vmw_dmabuf_to_start_of_vram()
Dvmwgfx_fb.c383 ret = ttm_write_lock(&vmw_priv->fbdev_master.lock, false); in vmw_fb_create_bo()
/linux-3.4.99/drivers/gpu/drm/ttm/
Dttm_lock.c169 int ttm_write_lock(struct ttm_lock *lock, bool interruptible) in ttm_write_lock() function
187 EXPORT_SYMBOL(ttm_write_lock);