Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c117 fifo->using_bounce_buffer = false; in vmw_fifo_create()
332 fifo_state->using_bounce_buffer = false; in vmw_local_fifo_reserve()
346 fifo_state->using_bounce_buffer = true; in vmw_local_fifo_reserve()
439 if (fifo_state->using_bounce_buffer) { in vmw_local_fifo_commit()
455 if (fifo_state->using_bounce_buffer || reserveable) { in vmw_local_fifo_commit()
H A Dvmwgfx_drv.h287 bool using_bounce_buffer; member