Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/vmwgfx/ !
Dvmwgfx_cmd.c284 uint32_t reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_local_fifo_reserve()
432 bool reserveable = fifo_state->capabilities & SVGA_FIFO_CAP_RESERVE; in vmw_local_fifo_commit()
/linux-6.1.9/drivers/gpu/drm/vmwgfx/device_include/ !
Dsvga_reg.h524 #define SVGA_FIFO_CAP_RESERVE (1 << 6) macro