Searched refs:cursor_enabled (Results 1 – 2 of 2) sorted by relevance
734 bool cursor_enabled = false; in vbox_cursor_set2() local738 vbox_crtc->cursor_enabled = false; in vbox_cursor_set2()741 if (to_vbox_crtc(crtci)->cursor_enabled) in vbox_cursor_set2()742 cursor_enabled = true; in vbox_cursor_set2()745 if (!cursor_enabled) in vbox_cursor_set2()751 vbox_crtc->cursor_enabled = true; in vbox_cursor_set2()
152 bool cursor_enabled; member