Searched refs:TV_PRIMARY (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h56 #define TV_PRIMARY (1<<13) macro
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h53 #define TV_PRIMARY (1<<13) macro
/haiku/src/add-ons/accelerants/nvidia/
H A DProposeDisplayMode.c528 target->flags |= TV_PRIMARY;
530 target->flags |= TV_PRIMARY;
532 target->flags &= ~TV_PRIMARY;
H A DInitAccelerant.c206 si->dm.flags = TV_PRIMARY;
H A DSetDisplayMode.c501 /* TV_PRIMARY tells us that the head to be used with TVout is the head that's
504 if (si->dm.flags & TV_PRIMARY)
/haiku/src/add-ons/accelerants/matrox/
H A DProposeDisplayMode.c423 target->flags |= TV_PRIMARY;
427 target->flags &= ~TV_PRIMARY;
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h64 #define TV_PRIMARY (1<<13) macro
/haiku/src/add-ons/accelerants/neomagic/
H A DProposeDisplayMode.c299 target->flags |= TV_PRIMARY;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_brooktreetv.c1583 /* TV_PRIMARY tells us that the head to be used with TVout is the head that's
1586 if (tv_target.flags & TV_PRIMARY)
1613 /* TV_PRIMARY tells us that the head to be used with TVout is the head that's
1616 if (si->dm.flags & TV_PRIMARY)
1727 /* TV_PRIMARY tells us that the head to be used with TVout is the head that's
1730 if (tv_target.flags & TV_PRIMARY)

Completed in 109 milliseconds