CRTC2_VGA
case CRTC2_VGA: /* analog connected screen on head 2, nothing on head 1 */
case CRTC1_VGA | CRTC2_VGA: /* analog connected screens on both heads */
case CRTC1_TMDS | CRTC2_VGA: /* digital panel on head 1, analog connected screen on head 2 */
if (!si->ps.con2_screen.digital) si->ps.monitors |= CRTC2_VGA;
si->ps.monitors |= CRTC2_VGA;
if ((si->ps.monitors & (CRTC2_TMDS | CRTC2_VGA)) == CRTC2_VGA) {