Home
last modified time | relevance | path

Searched refs:SVGA_CAP_8BIT_EMULATION (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h407 #define SVGA_CAP_8BIT_EMULATION 0x00000100 macro
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c302 { SVGA_CAP_8BIT_EMULATION, "8bit emulation" },
H A Dvmwgfx_kms.c2015 if ((vmw_priv->capabilities & SVGA_CAP_8BIT_EMULATION) != 0) in vmw_kms_write_svga()