Searched refs:tvout (Results 1 - 16 of 16) sorted by relevance

/haiku/src/add-ons/accelerants/nvidia/
H A DSetDisplayMode.c66 if (si->ps.tvout) BT_stop_tvout();
71 if (si->ps.tvout) BT_dpms(false);
215 if (si->ps.tvout && (target2.flags & TV_BITS)) BT_setmode(target2);
279 if (si->ps.tvout && (target.flags & TV_BITS)) BT_setmode(target);
H A DProposeDisplayMode.c274 if (!si->ps.tvout
518 if (si->ps.tvout && BT_check_tvmode(*target))
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_info.c145 si->ps.tvout = false;
247 si->ps.tvout = !(pins[59] & 0x01);
251 si->ps.tvout = true;
409 si->ps.tvout = !(pins[91] & 0x01);
413 si->ps.tvout = true;
540 si->ps.tvout = (pins[117] & 0x40);
590 si->ps.tvout = false;
597 si->ps.tvout = true;
966 LOG(2,("tvout: "));
967 if (si->ps.tvout) LO
[all...]
H A Dmga_general.c315 if (si->ps.tvout) gx00_maven_dpms(false, false, false);
417 if (si->ps.tvout) gx00_maven_dpms(false, false, false);
513 if (si->ps.tvout)
626 si->ps.tvout && (i2c_sec_tv_adapter() != B_OK))
774 if (si->ps.primary_dvi && si->ps.secondary_head && si->ps.tvout)
902 if (si->ps.tvout)
/haiku/src/add-ons/accelerants/matrox/
H A DSetDisplayMode.c85 if (si->ps.tvout) gx00_maven_dpms(false, false, false);
313 if (si->ps.tvout && (target2.flags & TV_BITS)) maventv_init(target2);
374 if (!si->ps.secondary_head && si->ps.tvout && (target.flags & TV_BITS))
389 if (!si->ps.secondary_head && si->ps.tvout && (target.flags & TV_BITS))
H A DProposeDisplayMode.c372 if (si->ps.tvout &&
382 if (si->ps.tvout &&
395 if (si->ps.tvout &&
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h224 bool tvout; member in struct:__anon785::__anon789
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h278 bool tvout; member in struct:__anon937::__anon943
/haiku/headers/private/graphics/via/
H A DDriverInterface.h289 bool tvout; member in struct:__anon7::__anon10
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h418 bool tvout; member in struct:__anon21::__anon27
/haiku/src/add-ons/accelerants/skeleton/
H A DProposeDisplayMode.c475 if (si->ps.tvout &&
/haiku/src/add-ons/accelerants/via/
H A DProposeDisplayMode.c477 if (si->ps.tvout &&
/haiku/src/add-ons/accelerants/via/engine/
H A Dinfo.c118 /* find out if the card has a tvout chip */
119 si->ps.tvout = false;
124 si->ps.tvout = true;
188 /* if the panel isn't selected, tvout is.. */
210 /* if the panel isn't selected, tvout is.. */
1062 LOG(2,("tvout: "));
1063 if (si->ps.tvout) LOG(2,("present\n")); else LOG(2,("absent\n"));
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c2056 /* find out if the card has a tvout chip */
2057 si->ps.tvout = false;
2062 si->ps.tvout = true;
2126 /* if the panel isn't selected, tvout is.. */
2148 /* if the panel isn't selected, tvout is.. */
3045 LOG(2,("tvout: "));
3046 if (si->ps.tvout) LOG(2,("present\n")); else LOG(2,("absent\n"));
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_brooktreetv.c209 si->ps.tvout = true;
H A Dnv_info.c2187 /* find out if the card has a tvout chip */
2188 si->ps.tvout = false;
2264 /* if the panel isn't selected, tvout is.. */
2286 /* if the panel isn't selected, tvout is.. */
3388 LOG(2,("tvout: %s\n", si->ps.tvout ? "present" : "absent"));

Completed in 177 milliseconds