Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h407 #define SVGA_CAP_8BIT_EMULATION 0x00000100 macro
/openbmc/qemu/hw/display/
H A Dvmware_vga.c180 #define SVGA_CAP_8BIT_EMULATION (1 << 8) macro
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c298 { SVGA_CAP_8BIT_EMULATION, "8bit emulation" },
H A Dvmwgfx_kms.c2143 if ((vmw_priv->capabilities & SVGA_CAP_8BIT_EMULATION) != 0) in vmw_kms_write_svga()