Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvmware_vga.c158 SVGA_REG_CURSOR_Y = 26, /* Set cursor Y position */ enumerator
945 case SVGA_REG_CURSOR_Y: in vmsvga_value_read()
1076 case SVGA_REG_CURSOR_Y: in vmsvga_value_write()
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h133 SVGA_REG_CURSOR_Y = 26, enumerator
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c357 vmw_write(dev_priv, SVGA_REG_CURSOR_Y, y); in vmw_cursor_update_position()