Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c323 { SVGA_CAP2_DX2, "dx2" },
818 if ((dev->capabilities2 & SVGA_CAP2_DX2) != 0) { in vmw_write_driver_id()
1114 (dev_priv->capabilities2 & SVGA_CAP2_DX2)) { in vmw_driver_load()
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h431 #define SVGA_CAP2_DX2 0x00000004 macro