CRTC1_TMDS
case CRTC1_TMDS: /* digital panel on head 1, nothing on head 2 */
case CRTC1_TMDS | CRTC2_TMDS: /* digital panels on both heads */
case CRTC1_TMDS | CRTC2_VGA: /* digital panel on head 1, analog connected screen on head 2 */
if (si->ps.monitors & CRTC1_TMDS)
if (!(si->ps.monitors & CRTC1_TMDS)) CRTCW(PIXEL, (CRTCR(PIXEL) & 0x7f));
if (si->ps.monitors & CRTC1_TMDS)
if (do_panel && (si->ps.monitors & CRTC1_TMDS))
if (do_panel && (si->ps.monitors & CRTC1_TMDS))
if (!(si->ps.monitors & CRTC1_TMDS) && (si->ps.card_type != NV11))
if (!(si->ps.monitors & CRTC1_TMDS) && (si->ps.card_type != NV11))
if (si->ps.monitors & CRTC1_TMDS)
if ((si->ps.monitors & CRTC1_TMDS) && !si->settings.pgm_panel) {
if (si->ps.laptop && (si->ps.monitors & CRTC1_TMDS)) nv_dac_dither(true);
si->ps.monitors |= CRTC1_TMDS;
si->ps.monitors |= CRTC1_TMDS;
((si->ps.monitors & (CRTC1_TMDS | CRTC2_TMDS)) == (CRTC1_TMDS | CRTC2_TMDS)) &&
si->ps.monitors &= ~CRTC1_TMDS;
si->ps.monitors &= ~CRTC1_TMDS;
if (si->ps.monitors & CRTC1_TMDS)
if ((si->ps.monitors & CRTC1_TMDS) && (si->ps.card_type != NV11))
if(si->ps.monitors & CRTC1_TMDS) {
if (si->ps.monitors & CRTC1_TMDS)