Searched refs:have_native_edid (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/accelerants/nvidia/
H A DGetDeviceInfo.c91 if (!si->ps.crtc1_screen.have_native_edid && !si->ps.crtc2_screen.have_native_edid) {
101 if (si->ps.crtc1_screen.have_native_edid && si->ps.crtc2_screen.have_native_edid) {
130 if (si->ps.crtc1_screen.have_native_edid)
H A DProposeDisplayMode.c326 if (si->ps.crtc1_screen.have_native_edid) {
333 if (si->ps.crtc2_screen.have_native_edid) {
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c687 specs->have_native_edid = false;
749 specs->have_native_edid = true;
760 LOG(4,("I2C: specsEDID: have_native_edid: %s\n", specs->have_native_edid ? "True" : "False"));
761 if (!specs->have_native_edid) return;
793 si->ps.con1_screen.have_native_edid = false;
794 si->ps.con2_screen.have_native_edid = false;
839 if (!si->ps.con2_screen.have_native_edid) {
846 if (!si->ps.con2_screen.have_native_edid && si->ps.laptop) {
H A Dnv_info.c2574 si->ps.crtc1_screen.have_native_edid = false;
2578 si->ps.crtc2_screen.have_native_edid = false;
2593 if (si->ps.con1_screen.have_native_edid) {
2648 si->ps.crtc1_screen.have_native_edid = true;
2708 si->ps.crtc2_screen.have_native_edid = true;
2725 if (si->ps.con2_screen.have_native_edid) {
2939 if (!si->ps.crtc1_screen.have_native_edid) return B_ERROR;
2954 if (!si->ps.crtc2_screen.have_native_edid) return B_ERROR;
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h256 bool have_native_edid; /* gathered 'native' EDID either via DDC or via GPU */ member in struct:__anon20

Completed in 98 milliseconds