Searched refs:cursor_enabled (Results 1 – 2 of 2) sorted by relevance
767 bool cursor_enabled = false; in vbox_cursor_set2() local771 vbox_crtc->cursor_enabled = false; in vbox_cursor_set2()774 if (to_vbox_crtc(crtci)->cursor_enabled) in vbox_cursor_set2()775 cursor_enabled = true; in vbox_cursor_set2()778 if (!cursor_enabled) in vbox_cursor_set2()784 vbox_crtc->cursor_enabled = true; in vbox_cursor_set2()
152 bool cursor_enabled; member