Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-29 | Add DRM(calloc), which is convenient, used by the new sis code, and takes | Eric Anholt | |
advantage of M_ZERO on BSDs. | |||
2003-08-28 | Remove superfluous TLB flush | Michel Daenzer | |
2003-07-25 | Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break | Michel Daenzer | |
the i830 driver or the BSDs. :) | |||
2003-06-19 | Revert the janitorial - that works is now on the new branch | Jose Fonseca | |
newdrm-0-0-1-branch. | |||
2003-06-03 | Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.h | Jose Fonseca | |
respectively. Splited the work out of the ioctls and renamed (with the _ioctl prefix). Added some more documentation. Did the same for drm_sgpsupport.h. | |||
2003-05-27 | Merged DRM documentation. | Jose Fonseca | |
2003-05-16 | Support AGP bridges where the AGP aperture can't be accessed directly by | Michel Daenzer | |
the CPU (David Mosberger, Benjamin Herrenschmidt, myself, Paul Mackerras, Jeff Wiedemeier) | |||
2003-04-26 | 2.5.x sync patch from Linus Torvalds | Keith Whitwell | |
2003-04-24 | Remove unused variables | Leif Delgass | |
2003-04-24 | Move the debug versions of the DRM memory functions to a new file and | Keith Whitwell | |
implement non-debug ones as standard. | |||
2003-04-24 | Remove #if 0'd code and some unused string functions | Keith Whitwell | |
2002-02-02 | wrapper for ioremap_nocache() like for ioremap() (Paul Mundt) | Michel Daenzer | |
2001-08-19 | No one's maintaining 2.2.x support - so remove all the cruft. | Alan Hourihane | |
2001-05-01 | Import of XFree86 4.0.99.3 | David Dawes | |
2001-04-09 | Import -f XFree86 4.0.99.2 | David Dawes | |
2001-04-05 | Merged ati-pcigart-1-0-0 | Kevin E Martin | |
2001-03-07 | surround agp calls in drm_memory with __REALLY_HAVE_AGP instead of | Alan Hourihane | |
CONFIG_... remove include for agpsupport in tdfx_drv.c - not needed. | |||
2001-03-04 | Don't try and setup the MTRR for AGP when AGP not available. Check | Alan Hourihane | |
dev->agp, when agp_acquire called, and..... Uncomment MUST_HAVE_AGP around agp_* calls, so that support for both agp/pci can happen in a single kernel driver. | |||
2001-02-15 | Merge mga-1-0-0-branch into trunk. | Gareth Hughes | |