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
/
shared-core
/
radeon_irq.c
Age
Commit message (
Expand
)
Author
2007-06-22
radeon: Acknowledge all interrupts we're interested in.
Michel Dänzer
2007-06-03
radeon: refine irq acking for vbl on crtc 2
Dave Airlie
2007-06-03
radeon: add support for vblank on crtc2
Dave Airlie
2005-11-28
Assert an MIT copyright on sis_drm.h, since one was lacking and I created
Eric Anholt
2005-11-11
fix up radeon whitespace
Dave Airlie
2005-06-06
fix some issues with radeon interrupt handling
Dave Airlie
2005-02-01
cleanup patch from Adrian Bunk <bunk@stusta.de>
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-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
2003-10-17
- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them
Eric Anholt
2003-07-29
IRQ code cleanup suggested by Linus Torvalds
Michel Daenzer
2003-07-25
Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break
Michel Daenzer
2003-04-26
Ensure driver has been initialized (dev_private != NULL) before installing
Leif Delgass
2003-03-28
merged drm-filp-0-1-branch
Keith Whitwell
2003-02-04
only acknowledge interrupts we handle - others could be used outside the
Michel Daenzer
2002-12-04
further vertical blank interrupt cleanups: remove unused variable,
Michel Daenzer
2002-12-03
vertical blank interrupt cleanups: use spinlock instead of semaphore, send
Michel Daenzer
2002-11-30
vertical blank ioctl can send signal instead of blocking
Michel Daenzer
2002-10-01
fix wait condition for vertical blank IRQs
Michel Daenzer
2002-09-29
Move os-dependent stuff out of radeon_irq.c
Keith Whitwell
2002-09-29
Fix up BSD irq handling.
Eric Anholt
2002-09-27
make SW interrupts more robust: write sequence number to scratch register,
Michel Daenzer
2002-09-26
DRM(vblank_wait) is driver specific
Michel Daenzer
2002-09-25
common ioctl to wait for vertical blank IRQs
Michel Daenzer
2002-09-23
merged r200-0-2-branch to trunk
Keith Whitwell