Home
last modified time | relevance | path

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

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