Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-29 | fix radeon drv | Dave Airlie | |
2004-11-06 | Fix Linux build. Why won't this complile? extern int const foo; static | Jon Smirl | |
struct drm_driver driver = { .var = foo }; error says foo is not constant | |||
2004-11-06 | Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but | Eric Anholt | |
doesn't run yet. Moves the ioctl definitions for these two drivers back to the shared code -- they aren't OS-specific. | |||
2004-11-05 | Move ati_pcigart shared routines into drm-core module | Jon Smirl | |
2004-10-13 | Add a poll function that alternates between zero and normal poll return to | Jon Smirl | |
bring DRM into conformance with normal poll(). | |||
2004-10-12 | Breakout heads into their own data structures. | Jon Smirl | |
2004-10-10 | Rename fn_tbl to driver. Core driver now uses pci_driver name which | Jon Smirl | |
reflects the personality name. | |||
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl | |
weren't Lindent's because their comments didn't convert very well. A bunch of other minor clean up with no code implact included. | |||
2004-09-30 | Make fops per driver instead of global, remove default flush, poll, read | Jon Smirl | |
functions | |||
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl | |
2004-09-23 | 1) switches from class_sysfs to drm sysfs implementation to allow | Jon Smirl | |
customization 2) compiles again on 2.4, but doesn't work | |||
2003-10-17 | - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them | Eric Anholt | |
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-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 | |
2002-07-05 | merged bsd-3-0-0-branch | Alan Hourihane | |
2002-06-12 | merged tcl-0-0-branch | Keith Whitwell | |
2002-06-02 | fixes for big endian in general and powerpc in particular | Michel Daenzer | |
2002-04-09 | Merged drmcommand-0-0-1 | Jens Owen | |
2002-02-14 | First pass of mesa-4-0 branch merge into trunk. | David Dawes | |
2001-07-23 | Fixes that allow the modules to be built into the kernel | Jeff Hartmann | |
2001-07-18 | Add module version name at a lower layer of the code, allows things to be | Jeff Hartmann | |
more flexible and allow older module versions to still work. Might not be final code if we move over to DRI kernel module version, but will be if we use XFree86 version. + Only build tdfx.o instead of tdfx-4_1_0.o since tdfx.o has never changed its API. | |||
2001-07-16 | Added version string to the end of the kernel module name. This allows | Jeff Hartmann | |
multiple versions of the kernel module to co-exist on one machine. | |||
2001-04-05 | Merged ati-pcigart-1-0-0 | Kevin E Martin | |
2001-04-02 | Update radeon DRM to v1.1.0 (texture upload changes). | Gareth Hughes | |
2001-03-19 | Import of XFree86 4.0.99.1 | David Dawes | |
2001-03-08 | Fix ring space calculations, tests. Based on patch by Bruce Stockwell. | Gareth Hughes | |
2001-03-06 | Merge tdfx-3-1-0 branch. | Gareth Hughes | |
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 | - Fix up merge. | Gareth Hughes | |
- Update date stamps. | |||
2001-02-15 | Merge mga-1-0-0-branch into trunk. | Gareth Hughes | |
2001-01-05 | Merged ati-5-0-0 | Kevin E Martin | |