Searched refs:G200 (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/accelerants/matrox/
H A DGetAccelerantHook.c173 if (si->ps.card_type >= G200)
H A DProposeDisplayMode.c370 case G200:
435 if (si->ps.card_type >= G200)
H A DSetDisplayMode.c371 case G200:
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h185 G200, enumerator in enum:__anon785::__anon788
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_crtc.c42 case G200:
81 case G200:
399 //if card is a G200 or G400 then do first extension bit
400 if (si->ps.card_type>=G200)
425 /* only on G200 the mem_priority register should be programmed with this formula */
426 if (si->ps.card_type != G200)
432 /* make sure the G200 is running at peak performance, so for instance high-res
436 LOG(4,("CRTC: Setting G200 memory priority level\n"));
H A Dmga_maven.c233 case G200:
345 //fixme: check G100 and G200 m_max if possible...
352 case G200:
353 LOG(4, ("MAVEN: G200 restrictions apply\n"));
440 case G200:
H A Dmga_dac.c473 * current card (see G100, G200 and G400 specs). */
480 case G200:
481 LOG(4, ("DAC: G200 restrictions apply\n"));
580 * for the current card (see G100, G200 and G400 specs). */
587 case G200:
767 * current card (see G100, G200 and G400 specs). */
774 case G200:
775 LOG(4, ("DAC: G200 restrictions apply\n"));
838 * for the current card (see G100, G200 and G400 specs). */
845 case G200
[all...]
H A Dmga_info.c192 /* pins v3 is used by G100 and G200. */
217 if ((si->ps.card_type == G200) && (pins[58] & 0x04))
219 /* G200 can work without divisor */
233 /* G100 and G200 support 2-16Mb RAM */
254 /* G200 and earlier cards are always singlehead cards */
260 /* calculate refresh timer info-bits for 15uS interval (or shorter). See G100/G200 specs */
262 if ((si->ps.card_type == G200) && (pins[58] & 0x08))
264 /* G200 can work without Mclk divisor */
270 /* this factor is only used on G200, not on G100 */
288 /* indirect logical consequences, see also G100 and G200 spec
[all...]
H A Dmga_acc.c144 /* G200 and up are equal.. */
155 if (si->ps.card_type >= G200) {
163 /* init YDSTORG - apsed, if not inited, BitBlts may fails on <= G200 */
H A Dmga_general.c94 case 0x0520102b:case 0x0521102b: //G200
95 si->ps.card_type = G200;
96 sprintf(si->adi.name, "Matrox MGA G200");
97 sprintf(si->adi.chipset, "G200");
213 case G200:
215 LOG(4,("INIT: G200 RAM CAS tuning not implemented, aborting.\n"));
358 * - Mark says b14 (G200) should be done also though not defined for G100 in spec,
398 LOG(4, ("INIT: G200 powerup\n"));
419 /* G200 SGRAM and SDRAM use external pix and dac refs, do *not* activate internals!
1065 /* G200
[all...]
H A Dmga_maventv.c51 //fixme: check G100 and G200 m_max if exist and possible...
58 case G200:
59 LOG(2, ("MAVENTV: G200 restrictions apply\n"));
222 case G200:
658 //only saw 27Mhz versions of G100 and G200 that (can) hold a MAVEN upto now...

Completed in 76 milliseconds