Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fifo.c322 uint32_t reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_fifo_reserve() local
369 if (reserveable || bytes <= sizeof(uint32_t)) { in vmw_fifo_reserve()
372 if (reserveable) in vmw_fifo_reserve()
446 bool reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_fifo_commit() local
454 if (reserveable) in vmw_fifo_commit()
469 if (fifo_state->using_bounce_buffer || reserveable) { in vmw_fifo_commit()
477 if (reserveable) in vmw_fifo_commit()