Core vsync: Add flag DRM_VBLANK_NEXTONMISS.
[platform/upstream/libdrm.git] / linux-core / drm_irq.c
2006-09-28 Michel DänzerCore vsync: Add flag DRM_VBLANK_NEXTONMISS.
2006-09-28 Michel DänzerDrop tasklet locked driver callback when uninstalling...
2006-09-28 Michel DänzerAdd support for interrupt triggered driver callback...
2006-09-28 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-08-28 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
2006-08-28 Dave Airlieremove local copies of pci domain/bus/slot/num
2006-07-24 Dave Airlieswitch drm to use Linux mutexes instead of semaphore.
2005-07-11 Jon SmirlIRQ must be assigned and enabled or this will hang
2005-06-04 Dave Airliemisc cleanup patch from Adrian Bunk
2005-03-28 Thomas HellstromVia updates:
2004-10-18 Jose FonsecaUpdate Doxygen configuration & comments.
2004-10-12 Jon SmirlBreakout heads into their own data structures.
2004-10-10 Jon SmirlRename fn_tbl to driver. Core driver now uses pci_drive...
2004-10-09 Dave Airlieremove unused dma remnants that were gamma only - these...
2004-09-30 Jon SmirlLindent of core build. Drivers checked for no binary...
2004-09-27 Jon SmirlFirst check in for DRM that splits core from personalit...
2004-09-08 Jose FonsecaUpdate doxygen configuration file. Minor documentation...
2004-09-05 Dave Airliemerge back bunch of whitespace and misc changes from...
2004-08-30 Dave Airlieimplement drm_core_check_feature and use it .. looks...
2004-08-30 Dave Airliedrm-memory patch, cleans up alloc/free and makes calloc...
2004-08-29 Dave Airliefixup issue caused by fntbl-2 merge
2004-08-27 Dave Airlie__NO_VERSION__ hasn't been needed since 2.3 days ditch...
2004-08-24 Dave AirlieMerged drmfntbl-0-0-2
2004-07-25 Dave Airliesync up with current 2.6 kernel bk tree - mostly __user...
2004-07-20 Dave Airliefirst set of __user annotations from kernel (Al Viro)
2004-04-10 Dave Airlieremove unused code
2003-11-05 Alan HourihaneChanges to DRM(irq_install)...... wrap dev->dma usage...
2003-11-05 Eric Anholt- Tie the DRM to a specific device: setunique no longer...
2003-10-17 Eric Anholt- Move IRQ functions from drm_dma.h to new drm_irq...