Searched refs:G400MAX (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_maventv.c27 // on <= G400MAX cards.
63 LOG(2, ("MAVENTV: G400/G400MAX restrictions apply\n"));
265 * <= G400MAX cards have a fixed 27Mhz(?) clock for TV timing register values,
321 if (si->ps.card_type <= G400MAX)
333 if (si->ps.card_type <= G400MAX)
378 if (si->ps.card_type <= G400MAX)
392 if (si->ps.card_type <= G400MAX)
400 if (si->ps.card_type <= G400MAX)
476 if (si->ps.card_type <= G400MAX)
488 if (si->ps.card_type <= G400MAX)
[all...]
H A Dmga_crtc2.c19 if ((!(target.flags & TV_BITS)) || (si->ps.card_type <= G400MAX))
57 /* On <= G400MAX dualhead cards we need to send a copy to the MAVEN;
166 if (si->ps.card_type <= G400MAX)
183 /* On <= G400MAX dualhead cards we always need to send a 'copy' to the MAVEN */
H A Dmga_maven.c41 if (si->ps.card_type > G400MAX) return B_OK;
75 if (si->ps.card_type > G400MAX) return B_OK;
116 if (si->ps.card_type > G400MAX) return B_OK;
212 if (si->ps.card_type > G400MAX) return B_OK;
236 //case G400MAX:
357 LOG(4, ("MAVEN: G400/G400MAX restrictions apply\n"));
H A Dmga_general.c100 case 0x0525102b: //G400, G400MAX or G450
114 /* standard G400, G400MAX */
219 case G400MAX:
221 LOG(4,("INIT: G400/G400MAX RAM CAS tuning not implemented, aborting.\n"));
498 LOG(4, ("INIT: G400/G400MAX powerup\n"));
900 case G400MAX:
H A Dmga_info.c317 /* pins v4 is used by G400 and G400MAX */
373 * the 15uS value was confirmed by Mark Watson for both G400 and G400MAX */
449 /* check for a G400MAX card */
453 si->ps.card_type = G400MAX;
454 LOG(2,("INFO: G400MAX detected\n"));
578 case G400MAX:
817 /* this routine is currently unused, because G400MAX is detected via pins! */
824 /* see G400MAX specs */
832 /* see G400MAX specs */
849 //fixme: primary_dvi should be overrule-able via mga.settings for G400MAX
[all...]
/haiku/src/add-ons/accelerants/matrox/
H A DSetDisplayMode.c168 case G400MAX:
358 /* if we do TVout mode, its non-interlaced (as we are on <= G400MAX for sure) */
373 case G400MAX:
418 if ((target.flags & DUALHEAD_BITS) && (si->ps.card_type <= G400MAX))
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))
H A DProposeDisplayMode.c330 if (si->ps.card_type <= G400MAX) vblank_fix = 1;
381 case G400MAX:
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h187 G400MAX, enumerator in enum:__anon785::__anon788

Completed in 55 milliseconds