Home
last modified time | relevance | path

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

/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()
448 bool reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_fifo_commit() local
456 if (reserveable) in vmw_fifo_commit()
471 if (fifo_state->using_bounce_buffer || reserveable) { in vmw_fifo_commit()
479 if (reserveable) in vmw_fifo_commit()