Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmd.c120 mutex_init(&fifo->fifo_mutex); in vmw_fifo_create()
288 mutex_lock(&fifo_state->fifo_mutex); in vmw_local_fifo_reserve()
360 mutex_unlock(&fifo_state->fifo_mutex); in vmw_local_fifo_reserve()
469 mutex_unlock(&fifo_state->fifo_mutex); in vmw_local_fifo_commit()
Dvmwgfx_drv.h272 struct mutex fifo_mutex; member