Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h274 SVGA_CB_STATUS_QUEUE_FULL = 2, enumerator
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c355 if (WARN_ON_ONCE(status == SVGA_CB_STATUS_QUEUE_FULL)) { in vmw_cmdbuf_ctx_submit()