Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h439 #define SVGA_CAP2_DX3 0x00000400 macro
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c331 { SVGA_CAP2_DX3, "dx3" },
1118 (dev_priv->capabilities2 & SVGA_CAP2_DX3)) { in vmw_driver_load()