OSDN Git Service

if irq already enabled well just keep trucking
[android-x86/external-libdrm.git] / linux-core / drm_irq.c
2008-01-25 Dave Airlieif irq already enabled well just keep trucking
2008-01-25 Dave AirlieMerge remote branch 'origin/master' into modesetting-101
2008-01-25 Jesse BarnesFixup modeset ioctl number & typedef usage
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2008-01-03 Márton Némethdrm: cleanup DRM_DEBUG() parameters
2007-12-10 Dave AirlieMerge branch 'master' into r500-support
2007-11-22 Dave AirlieMerge branch 'origin' into modesetting-101
2007-11-22 Dave Airliedrm: major whitespace/coding style realignment with...
2007-11-01 Jesse BarnesCleanup vblank_init and fix drm_irq_install
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-10-27 Jerome GlisseMerge branch 'radeon-ttm' of git://people.freedesktop...
2007-09-24 Jesse BarnesMerge branch 'master' into modesetting-101 - TTM &...
2007-08-31 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-08-16 Eric AnholtMerge branch 'master' into bo-set-pin
2007-08-06 Ben Skeggsnouveau: Various internal and external API changes
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2007-07-16 Dave Airliedrm: detypedef drm.h and fixup all problems
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-06-29 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-06-22 Jesse BarnesMerge branch 'vblank-rework' into vblank
2007-06-22 Jesse Barnesmore vblank rework
2007-06-22 Michel DänzerFix vblank wait condition.
2007-06-22 Michel DänzerUse drm_calloc instead of assigning 0.
2007-06-15 Michel DänzerRemove DRIVER_IRQ_VBL(2).
2007-06-15 Michel DänzerMake vblank waitqueue per CRTC.
2007-06-15 Michel DänzerWake up vblank waitqueue in drm_handle_vblank().
2007-06-15 Michel DänzerReturn current sequence number to userspace after block...
2007-06-15 Michel DänzerFix memory leaks in vblank error paths.
2007-06-14 Jesse BarnesComment new vblank routines and fixup several issues:
2007-06-12 Jesse BarnesUpdate vblank code:
2007-06-12 Jesse BarnesInitial checkin of vblank rework. Code attempts to...
2007-06-05 Dave AirlieMerge branch 'origin' into radeon-ttm
2007-05-25 Dave Airliedrm: cleanup use of Linux list handling macros
2007-03-23 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-23 Dave Airliedrm: remove second spinlock init for tasklet lock
2007-03-12 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-02-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-02-14 Thomas HellstromMerge branch 'ttm-vram-0-1-branch'
2007-02-13 Thomas HellstromBugzilla Bug #9457
2007-03-11 Maarten Maathuisreplace instance of SA_SHIRQ with IRQF_SHARED
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-11-05 Dave AirlieMerge branch 'master' into nouveau-1
2006-10-19 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-19 Thomas HellstromImporting fixes from drm-ttm-0-2-branch
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-14 Stephane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2006-10-02 Michel DänzerFix type of second argument to spin_lock_irqsave().
2006-10-02 Michel DänzerFix type of second argument to spin_lock_irqsave().
2006-10-02 Michel DänzerMake locked tasklet handling more robust.
2006-09-29 Michel DänzerCore vsync: Don't clobber target sequence number when...
2006-09-29 Michel DänzerCore vsync: Add flag DRM_VBLANK_NEXTONMISS.
2006-09-29 Michel DänzerDrop tasklet locked driver callback when uninstalling...
2006-09-29 Michel DänzerAdd support for interrupt triggered driver callback...
2006-09-29 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-28 Michel DänzerCore vsync: Don't clobber target sequence number when...
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 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
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-08-19 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
2006-08-19 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...