Age | Commit message (Expand) | Author |
2008-08-13 | Don't call the vblank tasklet with irqs disabled. | Thomas Hellstrom |
2008-07-28 | Merge commit 'origin/master' into drm-gem | Eric Anholt |
2008-07-21 | Reinstate dev->vblank_enabled[]. | Michel Dänzer |
2008-07-21 | Drop workaround for driver vblank counter going backwards. | Michel Dänzer |
2008-07-21 | vblank-rework rework cleanups. | Michel Dänzer |
2008-07-21 | Remove obsolete dev->vblank_suspend[crtc] tests. | Michel Dänzer |
2008-07-19 | Update vblank code to new API | Jesse Barnes |
2008-07-17 | Avoid incorrect vblank wakeups | Jesse Barnes |
2008-06-16 | [linux] Use the device's irq for handler setup instead of stale dev->irq. | Eric Anholt |
2008-06-06 | [intel-gem] Use timers to retire requests periodically. | Keith Packard |
2008-06-03 | vblank: Don't wait or update the counter while the CRTC is supposedly disabled. | Michel Dänzer |
2008-06-03 | vblank: Clean up compensation for spurious wraparounds of driver counter. | Michel Dänzer |
2008-06-03 | vblank: Special-case driver vblank counter going back by 1. | Michel Dänzer |
2008-06-03 | vblank: Don't return current sequence number and time if interrupted by signal. | Michel Dänzer |
2008-04-27 | Use fixed sized types in new ioctls | Jesse Barnes |
2008-02-21 | Don't free irq resources until after we've unregistered the handler. | Kristian Høgsberg |
2008-02-21 | linux: Clean up vblank related resources from drm_irq_uninstall(). | Michel Dänzer |
2008-02-07 | Fix vblank enable/disable callbacks | Jesse Barnes |
2008-01-24 | Fixup modeset ioctl number & typedef usage | Jesse Barnes |
2008-01-22 | Merge branch 'master' into vblank-rework, including mach64 support | Jesse Barnes |
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-11-01 | Cleanup vblank_init and fix drm_irq_install | Jesse Barnes |
2007-10-30 | Merge branch 'master' into vblank-rework, fixup remaining drivers | Jesse Barnes |
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-06-22 | Merge branch 'vblank-rework' into vblank | Jesse Barnes |
2007-06-22 | more vblank rework | Jesse Barnes |
2007-06-22 | Fix vblank wait condition. | Michel Dänzer |
2007-06-22 | Use drm_calloc instead of assigning 0. | Michel Dänzer |
2007-06-15 | Remove DRIVER_IRQ_VBL(2). | Michel Dänzer |
2007-06-15 | Make vblank waitqueue per CRTC. | Michel Dänzer |
2007-06-15 | Wake up vblank waitqueue in drm_handle_vblank(). | Michel Dänzer |
2007-06-15 | Return current sequence number to userspace after blocking wait for vblank. | Michel Dänzer |
2007-06-15 | Fix memory leaks in vblank error paths. | Michel Dänzer |
2007-06-14 | Comment new vblank routines and fixup several issues: | Jesse Barnes |
2007-06-12 | Update vblank code: | Jesse Barnes |
2007-06-12 | Initial checkin of vblank rework. Code attempts to reduce the number | Jesse Barnes |
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 |