Searched refs:SVGA_CURSOR_ON_SHOW (Results 1 – 3 of 3) sorted by relevance
291 SVGA_CURSOR_ON_SHOW = 1, enumerator1081 s->cursor.on |= (value == SVGA_CURSOR_ON_SHOW); in vmsvga_value_write()1084 if (value <= SVGA_CURSOR_ON_SHOW) { in vmsvga_value_write()
58 #define SVGA_CURSOR_ON_SHOW 0x1 macro
338 const uint32_t svga_cursor_on = show ? SVGA_CURSOR_ON_SHOW in vmw_cursor_update_position()