Home
last modified time | relevance | path

Searched refs:fifo_mutex (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fifo.c95 mutex_init(&fifo->fifo_mutex); in vmw_fifo_init()
308 mutex_lock(&fifo_state->fifo_mutex); in vmw_fifo_reserve()
376 mutex_unlock(&fifo_state->fifo_mutex); in vmw_fifo_reserve()
465 mutex_unlock(&fifo_state->fifo_mutex); in vmw_fifo_commit()
Dvmwgfx_drv.h138 struct mutex fifo_mutex; member