summaryrefslogtreecommitdiff
path: root/src/mga_driver.c
AgeCommit message (Expand)Author
2009-04-27Move device ID and memory sizing much earlier in setupAdam 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-03-30fixed memory count rountine for G200eW to detect up to 16Megs on X server wit...Yannick Heneault
2009-03-26Modified memory count rountine for G200eW to detect up to 16Megs.Yannick Heneault
2008-11-20Fixed PLL m,n,p selection for G200eW to respect byte granularity.Yannick Heneault
2008-10-01fixed winbond/nuvoton min pll clock to correct value (18.75Mhz).Yannick Heneault
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-30Get memory probe size and stride (offset) values values from a data table ins...Ian Romanick
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-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
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-18Bug #13926: Unbreak Xinerama.Tilman Sauerbeck
2007-12-12G200SE-A can't cope with bigger than 1600x1200.Adam Jackson
2007-10-03Fixed a typo.Tilman Sauerbeck
2007-10-03Unmap the same size that was mappedIan Romanick
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
2007-08-31Use XSERVER_LIBPCIACCESS to detect pci-rework.Ian Romanick
2007-08-22Set pScrn to NULL before calling xf86ConfigPciEntity.pci-reworkIan Romanick
2007-08-22Merge PCI-rework support and "classic" PCI interface support into one treeIan Romanick
2007-08-20Fix compile error introduced by merge.Ian Romanick
2007-08-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...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
2007-03-28Default mode on G200SE of 1024x768 @ 16bpp.Adam Jackson
2007-03-28Disable MTRR support for PCIE G200SE cards, as it tickles hardware bugs.Adam Jackson
2007-03-28Fix various timing bugs on the G200SE.Adam Jackson
2007-02-02Code refactoring in MGAScreenInit.Ian Romanick
2007-02-01Ensure the result of MGAMapMem is checked.Ian Romanick
2007-02-01Refactor memory map / unmap functions.Ian Romanick
2006-12-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Ian Romanick
2006-12-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Ian Romanick
2006-12-02Removed a duplicated register definition.Tilman Sauerbeck
2006-12-01More janitoring work.Tilman Sauerbeck
2006-12-01Use the XORG_RELEASE_VERSION autoconf macro.Tilman Sauerbeck
2006-10-27Convert tests of pMga->Chipset to tests of single bit flags.Ian Romanick
2006-10-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Ian Romanick
2006-09-06Fixed the non-EXA build.Tilman Sauerbeck
2006-08-10Initial commit of the Exa bits.Tilman Sauerbeck