Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-26 | Ensure driver has been initialized (dev_private != NULL) before installing | Leif Delgass | |
irq handler in DRM(irq_install). Modify all drivers to ensure irq handler is removed before cleanup and cleanup is called at takedown. Remove unused buffer private struct fields in i810, i830. Check for lock on init/cleanup in all drivers except i810/i830. The current DDX for i810 and i830 doesn't hold the lock on kernel init (FIXME?). | |||
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 | |
DRM | |||
2002-12-04 | further vertical blank interrupt cleanups: remove unused variable, | Michel Daenzer | |
non-ambiguous variable names, don't express subtraction in unnecessarily complicated ways | |||
2002-12-03 | vertical blank interrupt cleanups: use spinlock instead of semaphore, send | Michel Daenzer | |
signal directly from interrupt handler instead of using a taskqueue (based on feedback by Linus Torvalds) | |||
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 | |
acknowledge any lost interrupts before waiting | |||
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 | |