Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h411 #define SVGA_CAP_MULTIMON 0x00010000 macro
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c561 int num_display_units = (dev_priv->capabilities & SVGA_CAP_MULTIMON) ? in vmw_kms_ldu_init_display()
H A Dvmwgfx_drv.c302 { SVGA_CAP_MULTIMON, "multimon" },
/openbmc/qemu/hw/display/
H A Dvmware_vga.c188 #define SVGA_CAP_MULTIMON (1 << 16) macro