Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-26 | Ensure driver has been initialized (dev_private != NULL) before installing | Leif Delgass | |
irq handler in DRM(irq_install). Modify all drivers to ensure irq handler is removed before cleanup and cleanup is called at takedown. Remove unused buffer private struct fields in i810, i830. Check for lock on init/cleanup in all drivers except i810/i830. The current DDX for i810 and i830 doesn't hold the lock on kernel init (FIXME?). | |||
2003-04-24 | Single/dual rasterizer quiescence patch for the glint/gamma DRI driver | David Dawes | |
(#5685, Sven Luther). | |||
2003-04-23 | Install dummy/noop read & poll fops unless the driver has replacements. | Keith Whitwell | |
2003-04-22 | change PREINSTALL/POSTINSTALL/UNINSTALL irq code to real functions as per | Alan Hourihane | |
the other drivers | |||
2003-04-22 | Move a bunch of gamma-specific code into a gamma-specific file. Restore the | Keith Whitwell | |
kooky DRM(write_string) code for gamma. | |||
2002-07-05 | merged bsd-3-0-0-branch | Alan Hourihane | |
2002-02-14 | First pass of mesa-4-0 branch merge into trunk. | David Dawes | |
2001-03-14 | Merged sarea-1-0-0 | Kevin E Martin | |
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 | |