Home
last modified time | relevance | path

Searched refs:SVGA_CAP_HP_CMD_QUEUE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h482 * When the SVGA_CAP_HP_CMD_QUEUE cap bit is set a new command queue
499 SVGA_CB_CONTEXT_1 = 0x1, /* Supported with SVGA_CAP_HP_CMD_QUEUE */
606 SVGA_DC_CMD_START_QUEUE = 3, /* Requires SVGA_CAP_HP_CMD_QUEUE */
607 SVGA_DC_CMD_ASYNC_STOP_QUEUE = 4, /* Requires SVGA_CAP_HP_CMD_QUEUE */
608 SVGA_DC_CMD_EMPTY_CONTEXT_QUEUE = 5, /* Requires SVGA_CAP_HP_CMD_QUEUE */
642 * if the SVGA_CAP_HP_CMD_QUEUE cap is set.
677 * Valid only if the SVGA_CAP_HP_CMD_QUEUE cap is set.
858 * SVGA_CAP_HP_CMD_QUEUE --
909 #define SVGA_CAP_HP_CMD_QUEUE 0x20000000 macro
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h424 #define SVGA_CAP_HP_CMD_QUEUE 0x20000000 macro
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c1313 man->num_contexts = (dev_priv->capabilities & SVGA_CAP_HP_CMD_QUEUE) ? in vmw_cmdbuf_man_create()
H A Dvmwgfx_drv.c340 if (capabilities & SVGA_CAP_HP_CMD_QUEUE) in vmw_print_capabilities()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c1303 man->num_contexts = (dev_priv->capabilities & SVGA_CAP_HP_CMD_QUEUE) ? in vmw_cmdbuf_man_create()
H A Dvmwgfx_drv.c314 { SVGA_CAP_HP_CMD_QUEUE, "hp cmd queue" },

Completed in 12 milliseconds