Searched refs:CRTC2_VGA (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/nvidia/
H A DProposeDisplayMode.c299 case CRTC2_VGA: /* analog connected screen on head 2, nothing on head 1 */
306 case CRTC1_VGA | CRTC2_VGA: /* analog connected screens on both heads */
307 case CRTC1_TMDS | CRTC2_VGA: /* digital panel on head 1, analog connected screen on head 2 */
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h49 #define CRTC2_VGA 0x20 macro
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c2726 if (!si->ps.con2_screen.digital) si->ps.monitors |= CRTC2_VGA;
2729 si->ps.monitors |= CRTC2_VGA;
2737 if ((si->ps.monitors & (CRTC2_TMDS | CRTC2_VGA)) == CRTC2_VGA) {

Completed in 75 milliseconds