Searched refs:TV_BITS (Results 1 - 18 of 18) sorted by relevance

/haiku/src/add-ons/accelerants/matrox/
H A DSetDisplayMode.c110 if (!(target2.flags & TV_BITS))
148 if ((target2.flags & TV_BITS) && (si->ps.card_type >= G450))
310 if (!(target2.flags & TV_BITS)) result = g400_crtc2_set_timing(target2);
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))
601 if ((si->dm.flags & TV_BITS) && (si->ps.card_type > G400MAX))
624 if ((si->dm.flags & TV_BITS) && (si->ps.card_type > G400MAX))
647 if ((si->dm.flags & TV_BITS) && (si->ps.card_type > G400MAX))
671 if (si->dm.flags & TV_BITS) gx00_maven_dpm
[all...]
H A DProposeDisplayMode.c417 target->flags &= ~TV_BITS;
421 if ((target->flags & TV_BITS) && !si->ps.secondary_head)
/haiku/src/add-ons/accelerants/nvidia/
H A DSetDisplayMode.c91 if ((0) && (target2.flags & TV_BITS))
93 target.flags &= ~TV_BITS;//still needed for some routines...
94 target2.flags &= ~TV_BITS;
215 if (si->ps.tvout && (target2.flags & TV_BITS)) BT_setmode(target2);
279 if (si->ps.tvout && (target.flags & TV_BITS)) BT_setmode(target);
499 if (si->dm.flags & TV_BITS)
590 if (si->dm.flags & TV_BITS)
H A DProposeDisplayMode.c275 || !(BT_check_tvmode(*target) && (target->flags & TV_BITS))) {
523 target->flags &= ~TV_BITS;
526 if (target->flags & TV_BITS) {
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_maventv.c69 if ((target.flags & TV_BITS) == TV_PAL)
662 if ((tv_target.flags & TV_BITS) == TV_PAL)
728 if ((tv_target.timing.h_display < 704) && ((tv_target.flags & TV_BITS) == TV_PAL))
746 if ((tv_target.flags & TV_BITS) == TV_PAL)
766 (((tv_target.flags & TV_BITS) << (14 - 9)) | tv_target.timing.h_display);
804 if ((tv_target.flags & TV_BITS) == TV_PAL)
855 if ((tv_target.flags & TV_BITS) == TV_PAL)
887 if ((tv_target.timing.h_display >= 1000) && (((tv_target.flags & TV_BITS) != TV_PAL)))
1134 if ((tv_target.flags & TV_BITS) == TV_PAL)
H A Dmga_crtc2.c19 if ((!(target.flags & TV_BITS)) || (si->ps.card_type <= G400MAX))
59 if ((si->ps.secondary_head) && (!(target.flags & TV_BITS)))
H A Dmga_maven.c80 if (!(si->dm.flags & TV_BITS))
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h50 #define TV_BITS (3<<9) macro
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h47 #define TV_BITS (3<<9) macro
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_brooktreetv.c1340 if (((target.flags & TV_BITS) == TV_PAL) && (!(target.flags & TV_VIDEO)))
1342 if ((target.flags & TV_BITS) == TV_NTSC)
1349 if (((target.flags & TV_BITS) == TV_PAL) && (target.flags & TV_VIDEO))
1353 if (((target.flags & TV_BITS) == TV_PAL) && (!(target.flags & TV_VIDEO)))
1355 if (((target.flags & TV_BITS) == TV_NTSC) && (!(target.flags & TV_VIDEO)))
1359 if (((target.flags & TV_BITS) == TV_NTSC) && (target.flags & TV_VIDEO))
1363 if (((target.flags & TV_BITS) == TV_PAL) && (target.flags & TV_VIDEO))
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dtvout.c74 if ((target.flags & TV_BITS) == TV_PAL)
667 if ((tv_target.flags & TV_BITS) == TV_PAL)
936 if ((tv_target.flags & TV_BITS) == TV_PAL)
/haiku/src/add-ons/accelerants/via/engine/
H A Dtvout.c74 if ((target.flags & TV_BITS) == TV_PAL)
667 if ((tv_target.flags & TV_BITS) == TV_PAL)
936 if ((tv_target.flags & TV_BITS) == TV_PAL)
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h50 #define TV_BITS (3<<9) macro
/haiku/src/add-ons/accelerants/skeleton/
H A DSetDisplayMode.c76 target.flags &= ~TV_BITS;
105 // if ((i2c_sec_tv_adapter() != B_OK) && (target2.flags & TV_BITS))
107 // target.flags &= ~TV_BITS;//still needed for some routines...
108 // target2.flags &= ~TV_BITS;
145 // if (!(target2.flags & TV_BITS))
203 /* if ((target2.flags & TV_BITS) && (si->ps.card_type >= G450))
232 // if (!(target2.flags & TV_BITS)) result = head2_set_timing(target2);
235 // if (si->ps.tvout && (target2.flags & TV_BITS)) maventv_init(target2);
/haiku/headers/private/graphics/via/
H A DDriverInterface.h50 #define TV_BITS (3<<9) macro
/haiku/src/add-ons/accelerants/via/
H A DSetDisplayMode.c76 target.flags &= ~TV_BITS;
105 // if ((i2c_sec_tv_adapter() != B_OK) && (target2.flags & TV_BITS))
107 // target.flags &= ~TV_BITS;//still needed for some routines...
108 // target2.flags &= ~TV_BITS;
145 // if (!(target2.flags & TV_BITS))
203 /* if ((target2.flags & TV_BITS) && (si->ps.card_type >= G450))
232 // if (!(target2.flags & TV_BITS)) result = head2_set_timing(target2);
235 // if (si->ps.tvout && (target2.flags & TV_BITS)) maventv_init(target2);
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h58 #define TV_BITS (3<<9) macro
/haiku/src/add-ons/accelerants/neomagic/
H A DProposeDisplayMode.c295 target->flags &= ~TV_BITS;

Completed in 110 milliseconds