Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/ | |
vbox_drv.h | 100 bool cursor_enabled; member in struct:vbox_crtc |
vbox_mode.c | 415 vbox_crtc->cursor_enabled = true; 452 bool cursor_enabled = false; local in function:vbox_cursor_atomic_disable 457 vbox_crtc->cursor_enabled = false; 460 if (to_vbox_crtc(crtci)->cursor_enabled) 461 cursor_enabled = true; 464 if (!cursor_enabled) |