Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | Only free original pagelist in addbufs_pci if one already exists (fixes | Leif Delgass | |
oops). | |||
2003-04-25 | Fix potential oops and memory leaks when allocations fail in | Leif Delgass | |
addbufs_agp/pci. Add support for buffer private structs with PCI DMA buffers. Also some debug format string fixes. | |||
2003-04-22 | remove unused dma histogram code | Keith Whitwell | |
2003-04-08 | Use list_entry() to get container struct from struct list_head pointers. | Leif Delgass | |
Build fix for RedHat 9 kernel (5 args to remap_page_range()). | |||
2003-03-28 | merged drm-filp-0-1-branch | Keith Whitwell | |
2002-09-21 | make sure we never oops because the hardware lock pointer in the sigdata | Michel Daenzer | |
structure is out of date | |||
2001-08-19 | No one's maintaining 2.2.x support - so remove all the cruft. | Alan Hourihane | |
2001-08-07 | Avoid compiler warning about r_list being used uninitialized. | Jeff Hartmann | |
2001-08-07 | Lots of DRM fixes: added new pieces of template code so the ffb driver can | Jeff Hartmann | |
be ported, rolled back r128 and i810 version bumps so 4.1.0 works with cvs kernel modules, added Config.in and updated Makefile.kernel, incorporated lots of drm fixes inspired by patches sent by Redhat, made DRM(realloc) usage check for NULL allocations, restructure driver init routines to export dev_priv only when initialized and to check for all error conditions. | |||
2001-07-20 | Merge checker fixes from Alan Cox made to the drm in the ac kernel tree. | Jeff Hartmann | |
These aren't really security problems, but Alan has made some arguments that have convinced me that the code should be fixed anyway. | |||
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-04-03 | include 2.4.2 | Alan Hourihane | |
2001-04-03 | make 2.4.2 -> 2.4.3 change conditional. works with older than 2.4.3 kernels | Alan Hourihane | |
again. | |||
2001-03-30 | merge in 2.4.3 kernel change. | Alan Hourihane | |
2001-03-18 | __REALLY_HAVE_MTRR, vmalloc_32 fixes from Jeff Wiedemeier. | Gareth Hughes | |
2001-03-14 | Merged sarea-1-0-0 | Kevin E Martin | |
2001-03-05 | allow dristat to find out whether AGP is write-combined or not. | Alan Hourihane | |
2001-02-16 | - Clean up the way customization of the templates is done. | Gareth Hughes | |
- Fix old-style DMA for gamma driver (please test). - Pull out IRQ handling into drm_dma.h (please test on i810, gamma). - Lots of general cleanups, remove compiler warnings etc. | |||
2001-02-15 | Merge mga-1-0-0-branch into trunk. | Gareth Hughes | |