Searched refs:CRTC1_TMDS (Results 1 – 7 of 7) sorted by relevance
220 if (si->ps.monitors & CRTC1_TMDS) in nv_crtc_set_timing()441 if (!(si->ps.monitors & CRTC1_TMDS)) CRTCW(PIXEL, (CRTCR(PIXEL) & 0x7f)); in nv_crtc_set_timing()444 if (si->ps.monitors & CRTC1_TMDS) in nv_crtc_set_timing()623 if (do_panel && (si->ps.monitors & CRTC1_TMDS)) in nv_crtc_dpms()671 if (do_panel && (si->ps.monitors & CRTC1_TMDS)) in nv_crtc_dpms()
200 if (si->ps.monitors & CRTC1_TMDS) in nv_dac_set_pix_pll()235 if ((si->ps.monitors & CRTC1_TMDS) && !si->settings.pgm_panel) { in nv_dac_set_pix_pll()
2335 si->ps.monitors |= CRTC1_TMDS; in detect_panels()2362 si->ps.monitors |= CRTC1_TMDS; in detect_panels()2386 ((si->ps.monitors & (CRTC1_TMDS | CRTC2_TMDS)) == (CRTC1_TMDS | CRTC2_TMDS)) && in detect_panels()2398 si->ps.monitors &= ~CRTC1_TMDS; in detect_panels()2409 si->ps.monitors &= ~CRTC1_TMDS; in detect_panels()2426 if (si->ps.monitors & CRTC1_TMDS) in detect_panels()2541 if ((si->ps.monitors & CRTC1_TMDS) && (si->ps.card_type != NV11)) in detect_panels()2609 if(si->ps.monitors & CRTC1_TMDS) { in setup_output_matrix()3453 if (si->ps.monitors & CRTC1_TMDS) in dump_pins()
635 if (!(si->ps.monitors & CRTC1_TMDS) && (si->ps.card_type != NV11)) in nv_crtc2_dpms()677 if (!(si->ps.monitors & CRTC1_TMDS) && (si->ps.card_type != NV11)) in nv_crtc2_dpms()
1890 if (si->ps.laptop && (si->ps.monitors & CRTC1_TMDS)) nv_dac_dither(true); in nv_general_bios_to_powergraphics()
291 case CRTC1_TMDS: /* digital panel on head 1, nothing on head 2 */ in PROPOSE_DISPLAY_MODE()305 case CRTC1_TMDS | CRTC2_TMDS: /* digital panels 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()
46 #define CRTC1_TMDS 0x01 macro