Searched refs:monitors (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/accelerants/via/engine/
H A Dinfo.c462 /* no monitors (output devices) detected */
463 si->ps.monitors = 0x00;
477 if (si->ps.tmds1_active) si->ps.monitors |= 0x01;
478 if (si->ps.tmds2_active) si->ps.monitors |= 0x10;
479 /* detect analog monitors (confirmed working OK on NV18, NV28 and NV34): */
481 if (eng_dac_crt_connected()) si->ps.monitors |= 0x02;
483 if (eng_dac2_crt_connected()) si->ps.monitors |= 0x20;
487 switch (si->ps.monitors)
558 default: /* more than two monitors connected to just two outputs: illegal! */
559 LOG(2,("INFO: illegal monitor setup ($%02x):\n", si->ps.monitors));
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c2302 si->ps.monitors = 0x00;
2335 si->ps.monitors |= CRTC1_TMDS;
2348 si->ps.monitors |= CRTC2_TMDS;
2362 si->ps.monitors |= CRTC1_TMDS;
2376 si->ps.monitors |= CRTC2_TMDS;
2386 ((si->ps.monitors & (CRTC1_TMDS | CRTC2_TMDS)) == (CRTC1_TMDS | CRTC2_TMDS)) &&
2398 si->ps.monitors &= ~CRTC1_TMDS;
2409 si->ps.monitors &= ~CRTC1_TMDS;
2418 si->ps.monitors &= ~CRTC2_TMDS;
2426 if (si->ps.monitors
[all...]
H A Dnv_crtc.c220 if (si->ps.monitors & CRTC1_TMDS)
441 if (!(si->ps.monitors & CRTC1_TMDS)) CRTCW(PIXEL, (CRTCR(PIXEL) & 0x7f));
444 if (si->ps.monitors & CRTC1_TMDS)
623 if (do_panel && (si->ps.monitors & CRTC1_TMDS))
653 if (!(si->ps.monitors & CRTC2_TMDS) && (si->ps.card_type != NV11))
671 if (do_panel && (si->ps.monitors & CRTC1_TMDS))
696 if (!(si->ps.monitors & CRTC2_TMDS) && (si->ps.card_type != NV11))
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))
635 if (!(si->ps.monitors & CRTC1_TMDS) && (si->ps.card_type != NV11))
653 if (do_panel && (si->ps.monitors & CRTC2_TMDS))
677 if (!(si->ps.monitors & CRTC1_TMDS) && (si->ps.card_type != NV11))
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_dac.c200 if (si->ps.monitors & CRTC1_TMDS)
235 if ((si->ps.monitors & CRTC1_TMDS) && !si->settings.pgm_panel) {
H A Dnv_general.c1882 if (si->ps.laptop && (si->ps.monitors & CRTC1_TMDS)) nv_dac_dither(true);
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c2400 /* no monitors (output devices) detected */
2401 si->ps.monitors = 0x00;
2415 if (si->ps.tmds1_active) si->ps.monitors |= 0x01;
2416 if (si->ps.tmds2_active) si->ps.monitors |= 0x10;
2417 /* detect analog monitors (confirmed working OK on NV18, NV28 and NV34): */
2419 if (eng_dac_crt_connected()) si->ps.monitors |= 0x02;
2421 if (eng_dac2_crt_connected()) si->ps.monitors |= 0x20;
2425 switch (si->ps.monitors)
2496 default: /* more than two monitors connected to just two outputs: illegal! */
2497 LOG(2,("INFO: illegal monitor setup ($%02x):\n", si->ps.monitors));
[all...]
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h251 uint8 monitors; /* output devices connection matrix */ member in struct:__anon937::__anon943
/haiku/headers/private/graphics/via/
H A DDriverInterface.h262 uint8 monitors; /* output devices connection matrix */ member in struct:__anon7::__anon10
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h390 uint8 monitors; /* output devices connection matrix */ member in struct:__anon21::__anon27
/haiku/src/add-ons/accelerants/skeleton/
H A DProposeDisplayMode.c19 /*some monitors only handle a fixed set of modes*/
24 * panel connected. The modes as listed here, should timing-wise be as compatible with analog (CRT) monitors as can be... */
204 switch (si->ps.monitors)
/haiku/src/add-ons/accelerants/via/
H A DProposeDisplayMode.c21 /*some monitors only handle a fixed set of modes*/
26 * panel connected. The modes as listed here, should timing-wise be as compatible with analog (CRT) monitors as can be... */
206 switch (si->ps.monitors)
/haiku/src/add-ons/accelerants/nvidia/
H A DProposeDisplayMode.c21 * panel connected. The modes as listed here, should timing-wise be as compatible with analog (CRT) monitors as can be... */
161 to be issued. (yes: sometimes I switch monitors when I switch workspace.. ;-)
283 switch (si->ps.monitors) {

Completed in 306 milliseconds