summaryrefslogtreecommitdiff
path: root/linux-core/drm_irq.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-11IRQ must be assigned and enabled or this will hangJon Smirl1-1/+1
2005-06-04misc cleanup patch from Adrian BunkDave Airlie1-1/+1
2005-03-28Via updates:Thomas Hellstrom1-2/+2
2004-10-18Update Doxygen configuration & comments.Jose Fonseca1-1/+1
2004-10-12Breakout heads into their own data structures.Jon Smirl1-3/+3
2004-10-10Rename fn_tbl to driver. Core driver now uses pci_driver name whichJon Smirl1-6/+6
2004-10-09remove unused dma remnants that were gamma only - these could cause an oopsDave Airlie1-4/+0
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-83/+84
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-18/+20
2004-09-08Update doxygen configuration file. Minor documentation updates/fixes.Jose Fonseca1-1/+0
2004-09-05merge back bunch of whitespace and misc changes from kernelDave Airlie1-3/+3
2004-08-30implement drm_core_check_feature and use it .. looks lots nicerDave Airlie1-8/+8
2004-08-30drm-memory patch, cleans up alloc/free and makes calloc look more libc likeDave Airlie1-2/+2
2004-08-29fixup issue caused by fntbl-2 mergeDave Airlie1-4/+0
2004-08-27__NO_VERSION__ hasn't been needed since 2.3 days ditch it...Dave Airlie1-1/+0
2004-08-24Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-mergeDave Airlie1-45/+43
2004-07-25sync up with current 2.6 kernel bk tree - mostly __user annotationsDave Airlie1-3/+3
2004-07-20first set of __user annotations from kernel (Al Viro)Dave Airlie1-7/+7
2004-04-10remove unused codeDave Airlie1-6/+0
2003-11-05Changes to DRM(irq_install)...... wrap dev->dma usage with __HAVE_DMA inAlan Hourihane1-0/+4
2003-11-05- Tie the DRM to a specific device: setunique no longer succeeds when givenEric Anholt1-14/+55
2003-10-17- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle themEric Anholt1-0/+340