summaryrefslogtreecommitdiff
path: root/src/atipreinit.c
AgeCommit message (Expand)Author
2024-05-18Drop support for ABI_VIDEODRV_VERSION < 6Alan Coopersmith
2024-05-08use XNFcallocarray() instead of xnfcalloc macroEnrico Weigelt, metux IT consult
2017-02-16Move max mode h/v checks into ATIValidModeAdam Jackson
2014-11-15mach64: fix build probably not required with pci access anywaysDave Airlie
2013-04-04preinit: Don't bother explicitly loading int10, vbe will do it for usAdam Jackson
2012-06-06mach64: port to new compat API.Dave Airlie
2011-04-28Replace deprecated xalloc/xfree/xrealloc with malloc/free/reallocJulien Cristau
2009-07-28mach64: change to using ABI version checkDave Airlie
2009-07-28mach64: update for resources/RAC API removalDave Airlie
2008-10-03Don't print the resource list on failure.Adam Jackson
2008-02-15mach64: minor cosmetic, I2C typeGeorge Sapountzis
2008-02-08mach64: factor out BIOS panel info parsingGeorge Sapountzis
2008-02-08mach64: minor cosmetic, LCD panel idGeorge Sapountzis
2008-02-08mach64: minor cosmetic, DAC typeGeorge Sapountzis
2008-02-07mach64: factor out BIOS multimedia parsingGeorge Sapountzis
2008-02-07mach64: consolidate refclk #2George Sapountzis
2008-02-07mach64: consolidate refclk #1George Sapountzis
2008-02-07mach64: cosmeticGeorge Sapountzis
2008-02-07mach64: factor out BIOS clock parsingGeorge Sapountzis
2008-01-11[mach64] Drop symbol lists.George Sapountzis
2007-08-28Merge branch 'master' into pci-reworkGeorge Sapountzis
2007-03-24[mach64] Use Mach64Chipsets[] instead of ATIChipNames[].George Sapountzis
2007-03-23Drop now unneeded _X_EXPORT's.George Sapountzis
2007-03-21[mach64] Compute MMIO address once for each case (PIO, MMIO).George Sapountzis
2007-03-21[mach64] Move setting of PIO and MMIO addresses up, after BIOS init.George Sapountzis
2007-03-21[mach64] Add macros for pci-rework source-code compatibilty.George Sapountzis
2007-03-21[mach64] Drop checking that BAR base + size fits in 32 bit.George Sapountzis
2007-03-21[mach64] Single mapping per BAR.George Sapountzis
2007-03-21[mach64] Drop poking the VGA MMIO aperture.George Sapountzis
2007-03-08Move atioption.c from ati to atimisc.George Sapountzis
2007-03-08Move atiprobe.c from ati to atimisc.George Sapountzis
2007-02-13[mach64] PreInit: maxPitch, minor cosmetic.George Sapountzis
2007-02-13[mach64] PreInit: pitchInc is local.George Sapountzis
2007-02-13[mach64] PreInit: Use goto bail.George Sapountzis
2007-02-05Minor refactoring of pATI->Block0Base computation.George Sapountzis
2007-01-28Drop pATI->Chipset, no longer used.mach64-pci-1George Sapountzis
2007-01-28Sane probe, based on work by Luc Verhaegen <libv@skynet.be>.George Sapountzis
2007-01-28Minor refactoring of module (un)loading for TV_OUT.George Sapountzis
2007-01-28Drop support for non-programmable clocks.George Sapountzis
2007-01-28Banked memory is no longer needed.George Sapountzis
2007-01-28Always use the linear aperture.George Sapountzis
2007-01-28We always use the accelerator CRTC within the xserver.George Sapountzis
2007-01-28Clean pATI->Adapter and pATI->VGAAdapter.George Sapountzis
2007-01-28Keep PCI mach64 only (atipreinit.c, atimode.c), drop:George Sapountzis
2007-01-28Drop probing for VGA, VGAWonder, 8514, Mach32.George Sapountzis
2006-09-25remove all CVS annotations from the ATI driver filesDave Airlie
2006-03-22Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libcKristian Høgsberg
2005-08-28Bug #1109: Fix VGA init on Rage Mobility 7500 (Marc Le France)Adam Jackson
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.XORG-6_8_99_14Daniel Stone