Age | Commit message (Expand) | Author |
2006-09-29 | Drop tasklet locked driver callback when uninstalling IRQ. | Michel Dänzer |
2006-09-29 | Add support for interrupt triggered driver callback with lock held to DRM core. | Michel Dänzer |
2006-09-29 | Add support for secondary vertical blank interrupt to DRM core. | Michel Dänzer |
2006-08-28 | drm: lots of small cleanups and whitespace issues fixed up | Dave Airlie |
2006-08-28 | remove local copies of pci domain/bus/slot/num | Dave Airlie |
2006-07-24 | switch drm to use Linux mutexes instead of semaphore. | Dave Airlie |
2005-07-11 | IRQ must be assigned and enabled or this will hang | Jon Smirl |
2005-06-04 | misc cleanup patch from Adrian Bunk | Dave Airlie |
2005-03-28 | Via updates: | Thomas Hellstrom |
2004-10-18 | Update Doxygen configuration & comments. | Jose Fonseca |
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 |
2004-10-09 | remove unused dma remnants that were gamma only - these could cause an oops | Dave Airlie |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl |
2004-09-08 | Update doxygen configuration file. Minor documentation updates/fixes. | Jose Fonseca |
2004-09-05 | merge back bunch of whitespace and misc changes from kernel | Dave Airlie |
2004-08-30 | implement drm_core_check_feature and use it .. looks lots nicer | Dave Airlie |
2004-08-30 | drm-memory patch, cleans up alloc/free and makes calloc look more libc like | Dave Airlie |
2004-08-29 | fixup issue caused by fntbl-2 merge | Dave Airlie |
2004-08-27 | __NO_VERSION__ hasn't been needed since 2.3 days ditch it... | Dave Airlie |
2004-08-24 | Merged drmfntbl-0-0-2 | Dave Airlie |
2004-07-25 | sync up with current 2.6 kernel bk tree - mostly __user annotations | Dave Airlie |
2004-07-20 | first set of __user annotations from kernel (Al Viro) | Dave Airlie |
2004-04-10 | remove unused code | Dave Airlie |
2003-11-05 | Changes to DRM(irq_install)...... wrap dev->dma usage with __HAVE_DMA in | Alan Hourihane |
2003-11-05 | - Tie the DRM to a specific device: setunique no longer succeeds when given | Eric Anholt |
2003-10-17 | - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them | Eric Anholt |