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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c560 Bool crtc_active = FALSE; local in function:crtc_add_dpms_props
580 crtc_active = TRUE;
584 crtc_active ?
588 if (crtc_active) {
607 *active = crtc_active;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c7324 int crtc_active, crtc_enabled; local in function:sna_probe_initial_configuration
7362 crtc_active = crtc_enabled = 0;
7391 crtc_active++;
7485 if (crtc_active != crtc_enabled) {
7487 __FUNCTION__, crtc_enabled, crtc_active));

Completed in 820 milliseconds