Home
last modified time | relevance | path

Searched refs:use_screen_monitor (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.h629 Bool use_screen_monitor; member
945 xf86OutputUseScreenMonitor(xf86OutputPtr output, Bool use_screen_monitor);
H A Dxf86Crtc.c537 if (!output->conf_monitor && output->use_screen_monitor) in xf86OutputSetMonitor()
644 output->use_screen_monitor = (xf86_config->num_output == 0); in xf86OutputCreate()
702 xf86OutputUseScreenMonitor(xf86OutputPtr output, Bool use_screen_monitor) in xf86OutputUseScreenMonitor() argument
704 if (use_screen_monitor != output->use_screen_monitor) { in xf86OutputUseScreenMonitor()
705 output->use_screen_monitor = use_screen_monitor; in xf86OutputUseScreenMonitor()