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

/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_crtc.c41 case G100:
80 case G100:
234 uint8 viddelay = 0; // in CRTCEXT3, reserved if >= G100
236 if (si->ps.card_type < G100) do { // apsed TODO in caller
379 if (si->ps.card_type < G100)
513 if (si->ps.card_type >= G100)
516 /* cursor bitmap will be stored at the start of the framebuffer on >= G100 */
522 /* ... and repeat that: G100 requires other programming order than later cards!?! */
545 /* <= G100 cards have serial cursor color registers,
587 if ((si->ps.card_type < G100)
[all...]
H A Dmga_general.c41 DUMP_CFG (OPTION2, G100);
44 DUMP_CFG (PM_IDENT, G100);
45 DUMP_CFG (PM_CSR, G100);
88 case 0x1000102b:case 0x1001102b: //G100
89 si->ps.card_type = G100;
90 sprintf(si->adi.name, "Matrox MGA G100");
91 sprintf(si->adi.chipset, "G100");
198 case G100:
201 LOG(4,("INIT: G100 SGRAM CAS tuning not permitted, aborting.\n"));
296 LOG(4, ("INIT: G100 poweru
[all...]
H A Dmga_maven.c46 if ((si->ps.card_type >= G100) && si->settings.hardcursor) pointer_reservation = 1024;
232 case G100:
345 //fixme: check G100 and G200 m_max if possible...
348 case G100:
349 LOG(4, ("MAVEN: G100 restrictions apply\n"));
439 case G100:
H A Dmga_dac.c88 if (si->ps.card_type >= G100)
473 * current card (see G100, G200 and G400 specs). */
476 case G100:
477 LOG(4, ("DAC: G100 restrictions apply\n"));
580 * for the current card (see G100, G200 and G400 specs). */
586 case G100:
767 * current card (see G100, G200 and G400 specs). */
770 case G100:
771 LOG(4, ("DAC: G100 restrictions apply\n"));
838 * for the current card (see G100, G20
[all...]
H A Dmga_acc.c138 case G100:
167 /* <= G100 uses this register as SRCORG/DSTORG replacement, but
169 if ((si->ps.card_type == G100) && (si->settings.hardcursor))
184 LOG(8,("ACC: G100 hardcursor not supported for current colorspace\n"));
389 //acc fixme: checkout blockmode constraints for G100+ (mil: nc?): also add blockmode
425 //acc fixme: checkout blockmode constraints for G100+ (mil: nc?): also add blockmode
H A Dmga_info.c192 /* pins v3 is used by G100 and G200. */
233 /* G100 and G200 support 2-16Mb RAM */
260 /* calculate refresh timer info-bits for 15uS interval (or shorter). See G100/G200 specs */
270 /* this factor is only used on G200, not on G100 */
288 /* indirect logical consequences, see also G100 and G200 specs */
297 /* see G100, G200 and G400 specs */
303 /* assuming G100, G200 MAVEN has same specs as G400 MAVEN */
425 /* indirect logical consequences, see also G100, G200 and G400 specs */
434 /* see G100, G200 and G400 specs */
569 case G100
[all...]
H A Dmga_maventv.c51 //fixme: check G100 and G200 m_max if exist and possible...
54 case G100:
55 LOG(2, ("MAVENTV: G100 restrictions apply\n"));
221 case G100:
658 //only saw 27Mhz versions of G100 and G200 that (can) hold a MAVEN upto now...
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h173 uint32 src_dst; /* G100 pre SRCORG/DSTORG registers */
184 G100, enumerator in enum:__anon785::__anon788
234 uint8 v3_option2_reg; /* pins v3 option2 register, not used for G100 */
/haiku/src/add-ons/accelerants/matrox/
H A DSetDisplayMode.c344 if (si->ps.card_type >= G100)
370 case G100:
H A DProposeDisplayMode.c257 if ((si->ps.card_type >= G100) && si->settings.hardcursor) pointer_reservation = 1024;
369 case G100:
H A DInitAccelerant.c168 if ((si->ps.card_type >= G100) && si->settings.hardcursor)

Completed in 68 milliseconds