1. 3d3cbd8 drm: Clarify vblank ts/scanoutpos sampling #defines by Daniel Vetter · 10 years ago
  2. fb446a1 drm: Simplify return value of drm_get_last_vbltimestamp by Daniel Vetter · 10 years ago
  3. 855d30b drm: Only update final vblank count when precise ts is available by Daniel Vetter · 10 years ago
  4. ab8905f drm: Really never disable vblank irqs for offdelay==0 by Daniel Vetter · 10 years ago
  5. 2368ffb drm: Use vblank_disable_and_save in drm_vblank_cleanup() by Mario Kleiner · 10 years ago
  6. 79a093ae drm: Remove drm_vblank_cleanup from drm_vblank_init error path. by Mario Kleiner · 10 years ago
  7. c50d752 drm: Store the vblank timestamp when adjusting the counter during disable by Ville Syrjälä · 10 years ago
  8. 96a9fdd drm: Fix confusing debug message in drm_update_vblank_count() by Ville Syrjälä · 10 years ago
  9. cd19e52 drm: Kick start vblank interrupts at drm_vblank_on() by Ville Syrjälä · 10 years ago
  10. 00185e6 drm: Add dev->vblank_disable_immediate flag by Ville Syrjälä · 10 years ago
  11. 4ed0ce3 drm: Disable vblank interrupt immediately when drm_vblank_offdelay<0 by Ville Syrjälä · 10 years ago
  12. ffe7c73 drm: Fix race between drm_vblank_off() and drm_queue_vblank_event() by Ville Syrjälä · 10 years ago
  13. 56cc279 drm: Fix deadlock between event_lock and vbl_lock/vblank_time_lock by Ville Syrjälä · 10 years ago
  14. 8a51d5b drm: Reduce the amount of dev->vblank[crtc] in the code by Ville Syrjälä · 10 years ago
  15. f8ad028 drm: Avoid random vblank counter jumps if the hardware counter has been reset by Ville Syrjälä · 10 years ago
  16. 812e746 drm: Have the vblank counter account for the time between vblank irq disable and drm_vblank_off() by Ville Syrjälä · 10 years ago
  17. 13b030a drm: Move drm_update_vblank_count() by Ville Syrjälä · 10 years ago
  18. 844b03f drm: Don't clear vblank timestamps when vblank interrupt is disabled by Ville Syrjälä · 10 years ago
  19. 7ffd7a6 drm: Always reject drm_vblank_get() after drm_vblank_off() by Ville Syrjälä · 10 years ago
  20. 682b7c1 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  21. 1cfb80b drm/irq: Coding style fix by Daniel Vetter · 10 years ago
  22. 89dd6a4 drm/irq: Add kms-native crtc interface functions by Daniel Vetter · 10 years ago
  23. f5752b3 drm/irq: kerneldoc polish by Daniel Vetter · 10 years ago
  24. f275228 drm: Add drm_vblank_on() by Ville Syrjälä · 11 years ago
  25. 3212a22 drm: Make blocking vblank wait return when the vblank interrupts get disabled by Ville Syrjälä · 10 years ago
  26. e69595c drm: Make the vblank disable timer per-crtc by Ville Syrjälä · 11 years ago
  27. 97cbc88 drm: Use correct spinlock flavor in drm_vblank_get() by Peter Hurley · 11 years ago
  28. 5829d18 drm: rip out dev->devname by Daniel Vetter · 11 years ago
  29. bb0f1b5 drm: pass the irq explicitly to drm_irq_install by Daniel Vetter · 11 years ago
  30. a319c1a drm/irq: Look up the pci irq directly in the drm_control ioctl by Daniel Vetter · 11 years ago
  31. 7c1a38e drm/irq: track the irq installed in drm_irq_install in dev->irq by Daniel Vetter · 11 years ago
  32. ebfa432 drm: remove drm_dev_to_irq from drivers by Daniel Vetter · 11 years ago
  33. e090c53 drm/irq: remove cargo-culted locking from irq_install/uninstall by Daniel Vetter · 11 years ago
  34. 22471cf drm/irq: drm_control is a legacy ioctl, so pci devices only by Daniel Vetter · 11 years ago
  35. eaaf8f0 drm/pci: fold in irq_by_busid support by Daniel Vetter · 11 years ago
  36. 4984979 drm/irq: simplify irq checks in drm_wait_vblank by Daniel Vetter · 11 years ago
  37. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  38. 8072bfa drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos() by Ville Syrjälä · 11 years ago
  39. abca9e4 drm: Pass 'flags' from the caller to .get_scanout_position() by Ville Syrjälä · 11 years ago
  40. c0ae24c drm: Fix vblank timestamping constants for interlaced modes by Ville Syrjälä · 11 years ago
  41. 3c184f6 drm: Change {pixel,line,frame}dur_ns from s64 to int by Ville Syrjälä · 11 years ago
  42. 77666b7 drm: Use crtc_clock in drm_calc_timestamping_constants() by Ville Syrjälä · 11 years ago
  43. 0dae35a drm: Simplify the math in drm_calc_timestamping_constants() by Ville Syrjälä · 11 years ago
  44. 21b2156 drm: Improve drm_calc_timestamping_constants() documentation by Ville Syrjälä · 11 years ago
  45. 7da903e drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos() by Ville Syrjälä · 11 years ago
  46. 545cdd5 drm: Pass the display mode to drm_calc_timestamping_constants() by Ville Syrjälä · 11 years ago
  47. 57ed0f7 drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE by Daniel Vetter · 11 years ago
  48. bfd8303 drm: Kill DRM_HZ by Daniel Vetter · 11 years ago
  49. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  50. 8f6fce0 drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms drivers. by Mario Kleiner · 11 years ago
  51. 862cc8b drm: Remove preempt_disable() from vblank timestamping code. by Mario Kleiner · 11 years ago
  52. 0d7a0a8 DRM: comment: `halve' -> `half' by Michael Witten · 13 years ago
  53. 4423843 drm: Make irq_enabled bool by Ville Syrjälä · 11 years ago
  54. 5380e92 drm: Collect per-crtc vblank stuff to a struct by Ville Syrjälä · 11 years ago
  55. bf507d90 drm: Make vblank_enabled bool by Ville Syrjälä · 11 years ago
  56. ba0bf12 drm: Make vblank_disable_allowed bool by Ville Syrjälä · 11 years ago
  57. e91abf8 drm: Don't pass negative delta to ktime_sub_ns() by Michel Dänzer · 11 years ago
  58. b7ea85a4 drm: fix a use-after-free when GPU acceleration disabled by Huacai Chen · 11 years ago
  59. 21a245d drm: small fix in drm_send_vblank_event() by Rob Clark · 12 years ago
  60. 85a7ce6 drm: make frame duration time calculation more precise by Daniel Kurtz · 12 years ago
  61. 03f6509 drm: Allow vblank support without DRIVER_HAVE_IRQ by Thierry Reding · 12 years ago
  62. e7783ba drm: hold event_lock while accessing vblank_event_list by Imre Deak · 12 years ago
  63. 0355cf3 DRM/KMS: Add Bail-Out Conditions for Loop. by Egbert Eich · 12 years ago
  64. c61eef7 drm: add support for monotonic vblank timestamps by Imre Deak · 12 years ago
  65. e62f2f5 drm: use monotonic time in drm_calc_vbltimestamp_from_scanoutpos by Imre Deak · 12 years ago
  66. c6eefa1 drm: add drm_send_vblank_event() helper (v5) by Rob Clark · 12 years ago
  67. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  68. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  69. ea7f7ab drm: Add missing static storage class specifier in drm_irq.c file by Sachin Kamat · 12 years ago
  70. 2993555 drm: Disallow DRM_IOCTL_MODESET_CTL for KMS drivers by Laurent Pinchart · 12 years ago
  71. 4a1b071 drm: Don't initialize local ret variable when not needed by Laurent Pinchart · 12 years ago
  72. 7eb3b2c drm: Delete the vblank timer synchronously at cleanup time by Laurent Pinchart · 12 years ago
  73. 884a53e drm: remove unused code by Sascha Hauer · 12 years ago
  74. d53dab3 drm: Remove utterly bogus preempt_disable() sections by Thomas Gleixner · 13 years ago
  75. 0007fa2 Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 13 years ago
  76. a6778e9 drm: add some comments to drm_wait_vblank and drm_queue_vblank_event by Ilija Hadzic · 13 years ago
  77. bde4889 drm: make sure drm_vblank_init() has been called before touching vbl_lock by Ben Skeggs · 13 years ago
  78. 2d1a8a4 gpu: Add export.h as required to drivers/gpu files. by Paul Gortmaker · 13 years ago
  79. 5037f8a drm: Add NULL check about irq functions by Joonyoung Shim · 13 years ago
  80. e1c44ac drm: Fix irq install error handling by Joonyoung Shim · 13 years ago
  81. 69f7876 Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-core-next by Dave Airlie · 13 years ago
  82. 498548e drm: Send pending vblank events before disabling vblank. by Christopher James Halse Rogers · 13 years ago
  83. bbb0aef drm: Verify debug message arguments by Joe Perches · 13 years ago
  84. 19b01b5 drm/kernel: vblank wait on crtc > 1 by Ilija Hadzic · 13 years ago
  85. 34db18ab Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next by Dave Airlie · 13 years ago
  86. 1922756 drm: fix unsigned vs signed comparison issue in modeset ctl ioctl. by Dave Airlie · 14 years ago
  87. 9be6f8a drm/vblank: Enable precise vblank timestamps for interlaced and doublescan modes. by Mario Kleiner · 14 years ago
  88. bc21512 drm/vblank: Use memory barriers optimized for atomic_t instead of generics. by Mario Kleiner · 14 years ago
  89. c4cc383 drm/vblank: Use abs64(diff_ns) for s64 diff_ns instead of abs(diff_ns) by Mario Kleiner · 14 years ago
  90. 8410ea3 drm: rework PCI/platform driver interface. by Dave Airlie · 14 years ago
  91. 78c6e17 drm/i915: Suppress spurious vblank interrupts by Chris Wilson · 14 years ago
  92. 4f12501 Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-next by Dave Airlie · 14 years ago
  93. ae09f09 Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core-next by Dave Airlie · 14 years ago
  94. 000fa7c drm-vblank: Always return true vblank count of scheduled vblank event. by Mario Kleiner · 14 years ago
  95. d8c58fa Merge remote branch 'airlied/drm-core-next' into drm-intel-next by Chris Wilson · 14 years ago
  96. 6f33162 drm: use after free in drm_queue_vblank_event() by Dan Carpenter · 14 years ago
  97. ea5d552 drm: Add missing drm_vblank_put() along queue vblank error path by Chris Wilson · 14 years ago
  98. 27641c3 drm/vblank: Add support for precise vblank timestamping. by Mario Kleiner · 14 years ago
  99. 102e734 Merge branch 'drm-tracepoints' into drm-testing by Dave Airlie · 14 years ago
  100. b9c2c9a drm: add per-event vblank event trace points by Jesse Barnes · 14 years ago