Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_reg.h439 #define SVGA_CAP2_DX3 0x00000400 macro
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c333 { SVGA_CAP2_DX3, "dx3" },
1114 (dev_priv->capabilities2 & SVGA_CAP2_DX3)) { in vmw_driver_load()