index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
drm_irq.c
Age
Commit message (
Expand
)
Author
2008-01-03
drm: cleanup DRM_DEBUG() parameters
Márton Németh
2007-11-22
drm: major whitespace/coding style realignment with kernel
Dave Airlie
2007-08-06
nouveau: Various internal and external API changes
Ben Skeggs
2007-07-20
Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
2007-07-20
Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
2007-07-16
drm: remove drmP.h internal typedefs
Dave Airlie
2007-07-16
drm: detypedef drm.h and fixup all problems
Dave Airlie
2007-05-26
drm: cleanup use of Linux list handling macros
Dave Airlie
2007-03-23
drm: remove second spinlock init for tasklet lock
Dave Airlie
2007-03-11
replace instance of SA_SHIRQ with IRQF_SHARED
Maarten Maathuis
2007-02-13
Bugzilla Bug #9457
Thomas Hellstrom
2006-10-18
Merging drm-ttm-0-2-branch
Thomas Hellstrom
2006-10-02
Fix type of second argument to spin_lock_irqsave().
Michel Dänzer
2006-10-02
Fix type of second argument to spin_lock_irqsave().
Michel Dänzer
2006-10-02
Make locked tasklet handling more robust.
Michel Dänzer
2006-09-29
Core vsync: Don't clobber target sequence number when scheduling signal.
Michel Dänzer
2006-09-29
Core vsync: Add flag DRM_VBLANK_NEXTONMISS.
Michel Dänzer
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-09-28
Core vsync: Don't clobber target sequence number when scheduling signal.
Michel Dänzer
2006-09-28
Core vsync: Add flag DRM_VBLANK_NEXTONMISS.
Michel Dänzer
2006-09-28
Drop tasklet locked driver callback when uninstalling IRQ.
Michel Dänzer
2006-09-28
Add support for interrupt triggered driver callback with lock held to DRM core.
Michel Dänzer
2006-09-28
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