Searched refs:cursor_enabled (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbox_drv.h100 bool cursor_enabled; member in struct:vbox_crtc
H A Dvbox_mode.c415 vbox_crtc->cursor_enabled = true;
452 bool cursor_enabled = false; local
457 vbox_crtc->cursor_enabled = false;
460 if (to_vbox_crtc(crtci)->cursor_enabled)
461 cursor_enabled = true;
464 if (!cursor_enabled)

Completed in 94 milliseconds