Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c284 uint32_t reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_local_fifo_reserve() local
331 if (reserveable || bytes <= sizeof(uint32_t)) { in vmw_local_fifo_reserve()
334 if (reserveable) in vmw_local_fifo_reserve()
432 bool reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_local_fifo_commit() local
440 if (reserveable) in vmw_local_fifo_commit()
455 if (fifo_state->using_bounce_buffer || reserveable) { in vmw_local_fifo_commit()
463 if (reserveable) in vmw_local_fifo_commit()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A 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()
452 bool reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_local_fifo_commit() local
464 if (reserveable) in vmw_local_fifo_commit()
479 if (fifo_state->using_bounce_buffer || reserveable) { in vmw_local_fifo_commit()
487 if (reserveable) in vmw_local_fifo_commit()

Completed in 3 milliseconds