Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-08-29 | Drop GAMMA DRM from a great height ... | Dave Airlie | 1 | -74/+0 | |
2004-08-24 | Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-merge | Dave Airlie | 1 | -9/+3 | |
2004-08-17 | Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-merge | Dave Airlie | 1 | -34/+0 | |
2004-05-09 | Commit sysfs and drm PCI changes for 2.6 kerneldrmpci-0-0-1 | Dave Airlie | 1 | -1/+1 | |
2004-04-21 | centralise pci ids into one place and use scripts to generate files for | Dave Airlie | 1 | -4/+0 | |
kernel | |||||
2003-10-17 | - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them | Eric Anholt | 1 | -2/+2 | |
from __HAVE_DMA. This will be useful for adding vblank sync support to sis and tdfx. Rename dma_service to irq_handler, which is more accurately what it is. - Fix the #if _HAVE_DMA_IRQ in radeon, r128, mga, i810, i830, gamma to have the right number of underscores. This may have been a problem in the case that the server died without doing its DRM_IOCTL_CONTROL to uninit. | |||||
2003-10-17 | - Converted Linux drivers to initialize DRM instances based on PCI IDs, not | Eric Anholt | 1 | -0/+4 | |
just a single instance. Moved the PCI ID lists from <card>_drv.c in BSD to <card>.h. The PCI ID lists include a driver private field, which may be used by drivers for chip family or other information. Based on work by jonsmirl. - Make tdfx_drv.c and tdfx.h match other drivers. - Fixed up linking of sis shared files. Tested with Radeon and SiS on Linux and FreeBSD, including a Linux setup with 2 SiS cards in a machine, but only one head being used (with DRI) | |||||
2003-04-26 | Ensure driver has been initialized (dev_private != NULL) before installing | Leif Delgass | 1 | -0/+6 | |
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 | 1 | -2/+5 | |
(#5685, Sven Luther). | |||||
2003-04-23 | Install dummy/noop read & poll fops unless the driver has replacements. | Keith Whitwell | 1 | -18/+4 | |
2003-04-22 | change PREINSTALL/POSTINSTALL/UNINSTALL irq code to real functions as per | Alan Hourihane | 1 | -47/+0 | |
the other drivers | |||||
2003-04-22 | Move a bunch of gamma-specific code into a gamma-specific file. Restore the | Keith Whitwell | 1 | -0/+18 | |
kooky DRM(write_string) code for gamma. | |||||
2002-07-05 | merged bsd-3-0-0-branchbsd-3-0-0-20020705-merge | Alan Hourihane | 1 | -0/+25 | |
2002-02-14 | First pass of mesa-4-0 branch merge into trunk.trunk-20020221mesa-4-0-20020214-merge | David Dawes | 1 | -3/+33 | |
2001-03-14 | Merged sarea-1-0-0sarea-1-0-0-20010314-mergefull-1-0-0-20010315-head | Kevin E Martin | 1 | -0/+6 | |
2001-02-16 | - Clean up the way customization of the templates is done.ati-5-0-1-20010220-head | Gareth Hughes | 1 | -11/+76 | |
- 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 | 1 | -0/+22 | |