Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-11 | Added support for G200EH | Yannick Heneault | |
2009-11-10 | Removed DDC1 support for G200eW. | Yannick Heneault | |
2009-08-19 | updated G200eW PLL programming sequence. | Yannick Heneault | |
2009-07-28 | mga: change to using ABI version check | Dave Airlie | |
2009-07-28 | mga: update for resources/RAC API removal | Dave Airlie | |
2009-05-28 | Remove useless loader symbol lists. | Adam Jackson | |
2009-05-06 | Do E-EDID if built against a server that supports it. | Adam Jackson | |
2009-05-06 | Normalize DDC for the second head. | Adam Jackson | |
The exit path wasn't symmetric with the exit path for the first head. | |||
2009-05-06 | Remove redundant MGAuseI2C macro | Adam Jackson | |
2009-04-27 | G200SE: Only force 16bpp on low-memory cards | Adam Jackson | |
2009-04-27 | Move device ID and memory sizing much earlier in setup | Adam Jackson | |
2009-04-27 | Remove a leftover from overlay support | Adam Jackson | |
2009-04-21 | Fixed bad vga access in memory count routine. | Yannick Heneault | |
2009-04-21 | Force pitch of 1024 for G200SE Pilot1 when edid is used as modeline. | Yannick Heneault | |
2009-04-16 | Prevent 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-31 | Fixed G200SE PLL selection routine of m,n,p. | Yannick Heneault | |
2009-03-30 | fixed memory count rountine for G200eW to detect up to 16Megs on X server ↵ | Yannick Heneault | |
without libpciaccess. | |||
2009-03-26 | Modified memory count rountine for G200eW to detect up to 16Megs. | Yannick Heneault | |
2009-03-11 | Fixed 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-06 | Fall back to software for unsupported repeat modes | Thomas Jaeger | |
[anholt: dropped unneded ->repeat check -- it's a misguided compat field for drivers from before repeatType existed] | |||
2009-01-21 | Updated PLL algorithm for G200eW. | Yannick Heneault | |
Changed the m,n,p selection for G200eW and programming sequence. | |||
2008-11-20 | Fixed 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-01 | fixed winbond/nuvoton min pll clock to correct value (18.75Mhz). | Yannick Heneault | |
2008-06-30 | Bug #16545: Add G200WB support. | Yannick Henault | |
2008-06-23 | Death to RCS tags. | Adam Jackson | |
2008-06-23 | Bug #15836: Fix DDC on G200SE. | Yannick Henault | |
2008-06-09 | G200EV: Enable support for G200EV | Ian Romanick | |
2008-05-30 | I2C: Second (and final) round of clean-ups | Ian Romanick | |
2008-05-30 | I2C: First round of clean-ups | Ian Romanick | |
2008-05-30 | Get memory probe size and stride (offset) values values from a data table ↵ | Ian Romanick | |
instead of from code | |||
2008-05-30 | Initialize default BIOS values from a data table instead of from code | Ian Romanick | |
2008-05-30 | cfb8_32: Gut a remnants of support for 24-bit with 8-bit overlay | Ian Romanick | |
2008-05-07 | For compatibility, accept SWcursor as option. | Tiago Vignatti | |
2008-03-16 | Replace 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-01-19 | Disable I2C on G200SE for now. | Adam Jackson | |
2008-01-19 | Change initial memory sizing on G200SE. | Adam Jackson | |
2008-01-19 | Adjust 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-19 | Updates to memory sizing on G200SE. | Adam Jackson | |
2008-01-19 | No depth 15 on G200SE-A. | Adam Jackson | |
2008-01-19 | Filter high-bandwidth modes on G200SE. | Adam Jackson | |
2008-01-19 | Update PInS defaults for G200SE-A. | Adam Jackson | |
2008-01-18 | Bug #13926: Unbreak Xinerama. | Tilman Sauerbeck | |
2007-12-12 | G200SE-A can't cope with bigger than 1600x1200. | Adam Jackson | |
2007-10-30 | Don't build or call init_dri if XF86DRI is undefined | Alan Coopersmith | |
2007-10-03 | Fixed a typo. | Tilman Sauerbeck | |
2007-10-03 | Unmap the same size that was mapped | Ian 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-15 | Oops, don't access the "memory" field in struct pci_mem_region either. | Tilman Sauerbeck | |
2007-09-14 | Use pci_device_map_range() instead of pci_device_map_region(). | Tilman Sauerbeck | |
Likewise for pci_device_unmap_region(). | |||
2007-08-31 | Use XSERVER_LIBPCIACCESS to detect pci-rework. | Ian Romanick | |
2007-08-22 | Set pScrn to NULL before calling xf86ConfigPciEntity.pci-rework | Ian Romanick | |
Why is the interface to xf86ConfigPciEntity so filled with hate? |