Searched refs:CRTC2_TMDS (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_dac2.c165 if (si->ps.monitors & CRTC2_TMDS)
200 if ((si->ps.monitors & CRTC2_TMDS) && !si->settings.pgm_panel) {
H A Dnv_crtc2.c206 if (si->ps.monitors & CRTC2_TMDS)
424 if (!(si->ps.monitors & CRTC2_TMDS)) CRTC2W(PIXEL, (CRTC2R(PIXEL) & 0x7f));
427 if (si->ps.monitors & CRTC2_TMDS)
606 if (do_panel && (si->ps.monitors & CRTC2_TMDS))
653 if (do_panel && (si->ps.monitors & CRTC2_TMDS))
H A Dnv_info.c2348 si->ps.monitors |= CRTC2_TMDS;
2376 si->ps.monitors |= CRTC2_TMDS;
2386 ((si->ps.monitors & (CRTC1_TMDS | CRTC2_TMDS)) == (CRTC1_TMDS | CRTC2_TMDS)) &&
2418 si->ps.monitors &= ~CRTC2_TMDS;
2447 if (si->ps.monitors & CRTC2_TMDS)
2552 if ((si->ps.monitors & CRTC2_TMDS) && (si->ps.card_type != NV11))
2669 if(si->ps.monitors & CRTC2_TMDS) {
2737 if ((si->ps.monitors & (CRTC2_TMDS | CRTC2_VGA)) == CRTC2_VGA) {
3460 if (si->ps.monitors & CRTC2_TMDS)
[all...]
H A Dnv_crtc.c653 if (!(si->ps.monitors & CRTC2_TMDS) && (si->ps.card_type != NV11))
696 if (!(si->ps.monitors & CRTC2_TMDS) && (si->ps.card_type != NV11))
/haiku/src/add-ons/accelerants/nvidia/
H A DProposeDisplayMode.c298 case CRTC2_TMDS: /* nothing on head 1, digital panel on head 2 */
305 case CRTC1_TMDS | CRTC2_TMDS: /* digital panels on both heads */
308 case CRTC1_VGA | CRTC2_TMDS: /* analog connected screen on head 1, digital panel on head 2 */
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h47 #define CRTC2_TMDS 0x10 macro

Completed in 172 milliseconds