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

/haiku/src/add-ons/accelerants/matrox/
H A DGetModeInfo.c60 case G450:
99 case G450:
H A DSetDisplayMode.c148 if ((target2.flags & TV_BITS) && (si->ps.card_type >= G450))
209 case G450:
379 case G450:
603 /* keep display enabled in TVout modes for G450 and G550! */
626 /* keep display enabled in TVout modes for G450 and G550! */
649 /* keep display enabled in TVout modes for G450 and G550! */
728 //fixme: G450/G550 support full DPMS on CRTC2...
731 /* normally CRTC1 supports full DPMS (and on G450/G550 CRTC2 also).. */
H A DOverlay.c179 if (si->ps.card_type < G450) {
H A DProposeDisplayMode.c390 case G450:
392 /* G450/G550 can only do secondary TVout in Video modes (no Desktop modes!) */
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_general.c100 case 0x0525102b: //G400, G400MAX or G450
105 /* G450 */
106 si->ps.card_type = G450;
107 sprintf(si->adi.name, "Matrox MGA G450");
108 sprintf(si->adi.chipset, "G450 revision %x", (card_class & 0x7f));
123 si->ps.card_type = G450;
224 case G450:
227 LOG(4,("INIT: G450/G550 RAM CAS tuning not implemented, aborting.\n"));
613 LOG(4, ("INIT: G450/G550 powerup\n"));
723 //fixme: G550 is still noted as a G450, fi
[all...]
H A Dmga_acc.c47 if ((si->ps.card_type >= G450) && (si->ps.pins_status == B_OK))
H A Dmga_info.c459 /* pins v5 is used by G450 and G550 */
581 case G450:
864 /* see G450 pins readouts for max ranges, then use a bit smaller ones */
879 /* see G450 pins readouts */
887 //fixme: primary & secondary_dvi should be overrule-able via mga.settings for G450.
892 /* ask the G450 what type of RAM it has been set to by it's BIOS */
969 if ((si->ps.tvout) && (si->ps.card_type < G450))
H A Dmga_maven.c40 /* this function is nolonger needed on G450/G550 cards */
74 /* this function is nolonger needed on G450/G550 cards */
115 /* this function is nolonger needed on G450/G550 cards */
211 /* this function is nolonger needed on G450/G550 cards */
251 case G450:
577 LOG(4, ("MAVEN: G450/G550 restrictions apply\n"));
677 LOG(2, ("MAVEN: Not testing G450/G550 VCO feedback filters\n"));
H A Dmga_crtc.c328 /* make sure CRTC1 sync is patched through on connector on G450/G550! */
329 if (si->ps.card_type >= G450)
H A Dmga_dac.c332 case G450: return g450_g550_dac_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
633 LOG(4, ("DAC: G450/G550 restrictions apply\n"));
740 LOG(2, ("DAC: Not testing G450/G550 VCO feedback filters\n"));
976 LOG(4, ("DAC: G450/G550 restrictions apply\n"));
1247 LOG(1,("DAC: Setting up G450/G550 system clock\n"));
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h188 G450, enumerator in enum:__anon785::__anon788
250 /* On G450/G550 we need this info for secondary head DPMS functionality */

Completed in 117 milliseconds