Home
last modified time | relevance | path

Searched refs:SVGA_CAP_3D (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h409 #define SVGA_CAP_3D 0x00004000 macro
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c40 if (!(dev_priv->capabilities & SVGA_CAP_3D)) in vmw_supports_3d()
H A Dvmwgfx_drv.c300 { SVGA_CAP_3D, "3D" },
H A Dvmwgfx_kms.c1667 !(dev_priv->capabilities & SVGA_CAP_3D), in vmw_kms_fb_create()
/openbmc/qemu/hw/display/
H A Dvmware_vga.c186 #define SVGA_CAP_3D (1 << 14) macro