Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvmware_vga.c291 SVGA_CURSOR_ON_SHOW = 1, enumerator
1083 s->cursor.on |= (value == SVGA_CURSOR_ON_SHOW); in vmsvga_value_write()
1086 if (value <= SVGA_CURSOR_ON_SHOW) { in vmsvga_value_write()
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h58 #define SVGA_CURSOR_ON_SHOW 0x1 macro
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c338 const uint32_t svga_cursor_on = show ? SVGA_CURSOR_ON_SHOW in vmw_cursor_update_position()