summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos
2007-08-31Use XSERVER_LIBPCIACCESS to detect pci-rework.Ian Romanick
2007-08-22Set pScrn to NULL before calling xf86ConfigPciEntity.pci-reworkIan Romanick
Why is the interface to xf86ConfigPciEntity so filled with hate?
2007-08-22Merge PCI-rework support and "classic" PCI interface support into one treeIan Romanick
First pass at merging both trees. So far, this has only been tested on the PCI-rework build on a PCI G450.
2007-08-20Fix compile error introduced by merge.Ian Romanick
2007-08-20Merge branch 'master' of ↵Ian Romanick
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-mga into pci-rework
2007-08-08Fixed major blending and compositing breakage.Tilman Sauerbeck
Do not adjust the destination blend factor if we need source alpha but our source doesn't have an alpha channel. This makes no sense at all, because the intermediate picture will always have alpha bits (either from the original source, or forced to 0xff).
2007-08-01Add info for offset 116 in PInS version 5.Ian Romanick
2007-07-30Bug #4249: Further increase the minimum dot clock.Tilman Sauerbeck
2007-07-27Change minimal frequency guess from 12 to 16MHzBrice Goglin
G550 seems to lock up with frequencies below 16MHz. Reported by Benjamin Wong <hackerb9@u.washington.edu> in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430112 and https://bugs.freedesktop.org/show_bug.cgi?id=11339
2007-07-19Add Xv support for Millennium II chipsGabriele Gorla
Bug 11537
2007-04-15Added memcpy-based DownloadFromScreen implementation.Tilman Sauerbeck
2007-04-15On G550, do A8 adds in hardware.Tilman Sauerbeck
2007-04-15Make DRI initialization work when using EXA.Tilman Sauerbeck
Still need to implement InitBuffers and MoveBuffers for EXA.
2007-03-30Removed the debug messages for solid and copy ops.Tilman Sauerbeck
2007-03-30Sync after UploadToScreen.Tilman Sauerbeck