Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fifo.c305 uint32_t reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_local_fifo_reserve() local
352 if (reserveable || bytes <= sizeof(uint32_t)) { in vmw_local_fifo_reserve()
355 if (reserveable) in vmw_local_fifo_reserve()
456 bool reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_local_fifo_commit() local
468 if (reserveable) in vmw_local_fifo_commit()
483 if (fifo_state->using_bounce_buffer || reserveable) { in vmw_local_fifo_commit()
491 if (reserveable) in vmw_local_fifo_commit()