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

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c742 specs->digital = false;
743 if (edid->display.input_type) specs->digital = true;
773 LOG(4,("I2C: specsEDID: digital: %s\n", specs->digital ? "True" : "False"));
H A Dnv_info.c2594 if (!si->ps.con1_screen.digital) si->ps.monitors |= CRTC1_VGA;
2611 * we need to compare: we don't know the location of a digital cross switch.
2613 if (si->ps.con1_screen.have_full_edid && si->ps.con1_screen.digital &&
2625 if (si->ps.con2_screen.have_full_edid && si->ps.con2_screen.digital &&
2651 si->ps.crtc1_screen.digital = true;
2671 * we need to compare: we don't know the location of a digital cross switch.
2673 if (si->ps.con1_screen.have_full_edid && si->ps.con1_screen.digital &&
2685 if (si->ps.con2_screen.have_full_edid && si->ps.con2_screen.digital &&
2711 si->ps.crtc2_screen.digital = true;
2726 if (!si->ps.con2_screen.digital) s
[all...]
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h257 bool digital; /* screen connection type: analog (VGA) or digital (DVI) */ member in struct:__anon20

Completed in 55 milliseconds