summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-27Fix ChangeLog generationAdam Jackson
2009-04-27G200SE: Only force 16bpp on low-memory cardsAdam Jackson
2009-04-27Move device ID and memory sizing much earlier in setupAdam Jackson
2009-04-27Fix xf86ModeBandwidth checkAdam Jackson
2009-04-27Remove a leftover from overlay supportAdam Jackson
2009-04-21Fixed bad vga access in memory count routine.Yannick Heneault
2009-04-21Force pitch of 1024 for G200SE Pilot1 when edid is used as modeline.Yannick Heneault
2009-04-16Prevent MergedFB setups from crashing.Stefan Dirsch
Second time mga_read_and_process_bios() is called pMga->chip_attribs is a NULL pointer for some reason. (#21022)
2009-03-31Fixed G200SE PLL selection routine of m,n,p.Yannick Heneault
2009-03-30fixed memory count rountine for G200eW to detect up to 16Megs on X server ↵Yannick Heneault
without libpciaccess.
2009-03-26Modified memory count rountine for G200eW to detect up to 16Megs.Yannick Heneault
2009-03-11Fixed bad access issues and ddc1 implementation for IP core.Yannick Heneault
Fixed a bug in PLL programming sequence for G200eW/G200eV where a register IO offset was used instead of a memory offset. Removed clock selection toggling in PLL programming sequence for G200eW. Fixed ddc1 protocol to support correct I/O lines according to chip attribute. Fixed a bug in CRTC2 programming seqence where a register IO offset was used instead of a memory offset.
2009-03-06Fall back to software for unsupported repeat modesThomas Jaeger
[anholt: dropped unneded ->repeat check -- it's a misguided compat field for drivers from before repeatType existed]
2009-02-27Revert "Build fix for EXA 3"Chris Ball
This reverts commit 4aac5618278d47a801bef40d3eede1c360c1ea28. The EXA developers have backed out this ABI bump. Signed-off-by: Chris Ball <cjb@laptop.org>
2009-02-24Build fix for EXA 3Chris Ball
EXA in xserver head now requires us to pass -DEXA_DRIVER_KNOWN_MAJOR=3. Signed-off-by: Chris Ball <cjb@laptop.org>
2009-01-30Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith
2009-01-21Updated PLL algorithm for G200eW.Yannick Heneault
Changed the m,n,p selection for G200eW and programming sequence.
2009-01-09Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith
2008-11-20Fixed PLL m,n,p selection for G200eW to respect byte granularity.Yannick Heneault
Renamed G200 eW Winbond ID string to Nuvoton. Added EV suffix to G200 Maxim. Blocked double scan mode for G200 eW. Fixed memory bandwidth limitation for G200eW to 318.77 Mhz. Added a workaround (blit 1x1 with rop=xor) to fix the black screen problem for G200eW.
2008-10-01fixed winbond/nuvoton min pll clock to correct value (18.75Mhz).Yannick Heneault
2008-07-02mga 1.4.9xf86-video-mga-1.4.9Adam Jackson
2008-06-30Bug #16545: Add G200WB support.Yannick Henault
2008-06-23Death to RCS tags.Adam Jackson
2008-06-23Bug #15836: Fix DDC on G200SE.Yannick Henault
2008-06-09G200EV: Enable support for G200EVIan Romanick
2008-05-30I2C: Second (and final) round of clean-upsIan Romanick
2008-05-30I2C: First round of clean-upsIan Romanick
2008-05-30Get memory probe size and stride (offset) values values from a data table ↵Ian Romanick
instead of from code
2008-05-30Initialize default BIOS values from a data table instead of from codeIan Romanick
2008-05-30cfb8_32: Gut a remnants of support for 24-bit with 8-bit overlayIan Romanick
2008-05-07For compatibility, accept SWcursor as option.Tiago Vignatti
2008-03-16Replace ALLOCATE_LOCAL/DEALLOCATE_LOCAL with xalloc/xfree.Paulo Cesar Pereira de Andrade
The other missing symbols is MGAGetClientPointer, that I believe should be provided by matrox's libHAL.a, that I am afraid if someone still has a copy of it, it won't work with X Org's loader.
2008-03-08Makefile.am: nuke RCS IdMatthieu Herrb
2008-01-19Disable I2C on G200SE for now.Adam Jackson
2008-01-19Change initial memory sizing on G200SE.Adam Jackson
2008-01-19Adjust memory timings on G200SE-A.Adam Jackson
A bit opaque, but from the vendor: "The 0x1E24 check is to verify which pilot card is being used. And is used mainly to setup the hipri value of the card for use in a non hal enabled configuration as well as for when we check the max bandwidth for the latest board version of pilot." (fdo bug #11652)
2008-01-19Updates to memory sizing on G200SE.Adam Jackson
2008-01-19No depth 15 on G200SE-A.Adam Jackson
2008-01-19Filter high-bandwidth modes on G200SE.Adam Jackson
2008-01-19Update PInS defaults for G200SE-A.Adam Jackson
2008-01-18Bumped version to 1.4.8.xf86-video-mga-1.4.8Tilman Sauerbeck
2008-01-18Bug #13926: Unbreak Xinerama.Tilman Sauerbeck
2007-12-12G200SE-A can't cope with bigger than 1600x1200.Adam Jackson
2007-10-30Don't build or call init_dri if XF86DRI is undefinedAlan Coopersmith
2007-10-03Fixed a typo.Tilman Sauerbeck
2007-10-03Unmap the same size that was mappedIan Romanick
Make sure the same size is used with pci_device_unmap_range as was used with pci_device_map_range. Failing to do so was causing problems with a G450 card in a POWER6 box. Based on a patch submitted by Anton Blanchard.
2007-09-15Oops, don't access the "memory" field in struct pci_mem_region either.Tilman Sauerbeck
2007-09-14Use pci_device_map_range() instead of pci_device_map_region().Tilman Sauerbeck
Likewise for pci_device_unmap_region().
2007-09-05Bumped version to 1.4.7.xf86-video-mga-1.4.7Tilman Sauerbeck
2007-09-03Merge branch 'master' of ↵James Cloos
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga