Searched refs:CRTC2_VGA (Results 1 – 3 of 3) sorted by relevance
299 case CRTC2_VGA: /* analog connected screen on head 2, nothing on head 1 */ in PROPOSE_DISPLAY_MODE()306 case CRTC1_VGA | CRTC2_VGA: /* analog connected screens on both heads */ in PROPOSE_DISPLAY_MODE()307 case CRTC1_TMDS | CRTC2_VGA: /* digital panel on head 1, analog connected screen on head 2 */ in PROPOSE_DISPLAY_MODE()
49 #define CRTC2_VGA 0x20 macro
2726 if (!si->ps.con2_screen.digital) si->ps.monitors |= CRTC2_VGA; in setup_output_matrix()2729 si->ps.monitors |= CRTC2_VGA; in setup_output_matrix()2737 if ((si->ps.monitors & (CRTC2_TMDS | CRTC2_VGA)) == CRTC2_VGA) { in setup_output_matrix()