1. 0961021 drm/i915/bdw: Implement a basic PM interrupt handler by Ben Widawsky · 10 years ago
  2. 45a83f8 drm/i915: Drop unecessary casts in i915_irq.c by Daniel Vetter · 10 years ago
  3. 43f328d drm/i915/chv: Preliminary interrupt support for Cherryview by Ville Syrjälä · 10 years ago
  4. 8d7849d drm/i915: Make sprite updates atomic by Ville Syrjälä · 10 years ago
  5. ebc348b drm/i915: Move semaphore specific ring members to struct by Ben Widawsky · 10 years ago
  6. a225f07 drm/i915: Add intel_get_crtc_scanline() by Ville Syrjälä · 10 years ago
  7. 78e8fc6 drm/i915: Fix scanout position for real by Ville Syrjälä · 10 years ago
  8. f454c69 drm/i915: get a runtime PM ref for the deferred GPU reset work by Imre Deak · 10 years ago
  9. 843d0e7 drm/i915: vlv: clear master interrupt flag when disabling interrupts by Imre Deak · 10 years ago
  10. 85f9b5f drm/i915:Handle the irq interrupt for the second BSD ring by Zhao Yakui · 10 years ago
  11. 885ac04 Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  12. 3ff04a16 drm/i915: Don't WARN nor handle unexpected hpd interrupts on gmch platforms by Daniel Vetter · 10 years ago
  13. d0e1f1c drm/i915: Rename GEN8_PIPE_FLIP_DONE to PRIMARY_FLIP_DONE by Damien Lespiau · 10 years ago
  14. 8cbf320 Merge remote-tracking branch 'airlied/drm-next' into HEAD by Daniel Vetter · 10 years ago
  15. 9f97ba8 Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  16. 04feced drm/i915: Provide a bit more info when pipestat bits are wrong by Ville Syrjälä · 10 years ago
  17. 66e514c Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  18. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 10 years ago
  19. 730488b drm/i915: kill dev_priv->pm.regsave by Paulo Zanoni · 11 years ago
  20. 0c84121 drm/i915: only enable HWSTAM interrupts on postinstall on ILK+ by Paulo Zanoni · 10 years ago
  21. 823f6b3 drm/i915: add gen8_irq_reset by Paulo Zanoni · 10 years ago
  22. be30b29 drm/i915: add ironlake_irq_reset by Paulo Zanoni · 10 years ago
  23. d4eb6b1 drm/i915: add missing intel_hpd_irq_uninstall by Paulo Zanoni · 10 years ago
  24. 1c69eb4 drm/i915: remove ibx_irq_uninstall by Paulo Zanoni · 10 years ago
  25. 622364b drm/i915: enable SDEIER later by Paulo Zanoni · 10 years ago
  26. 8f6ff03 drm/i915: call ibx_irq_uninstall from gen8_irq_uninstall by Paulo Zanoni · 10 years ago
  27. efbd3fc drm/i915: extract ibx_irq_uninstall by Paulo Zanoni · 10 years ago
  28. 7c4d664 drm/i915: fix open coded gen5_gt_irq_preinstall by Paulo Zanoni · 10 years ago
  29. c6d954c drm/i915: fix GEN7_ERR_INT init/reset code by Paulo Zanoni · 10 years ago
  30. 105b122 drm/i915: fix SERR_INT init/reset code by Paulo Zanoni · 10 years ago
  31. 337ba01 drm/i915: check if IIR is still zero at postinstall on Gen5+ by Paulo Zanoni · 10 years ago
  32. 3507989 drm/i915: add GEN5_IRQ_INIT by Paulo Zanoni · 10 years ago
  33. f86f3fb drm/i915: properly clear IIR at irq_uninstall on Gen5+ by Paulo Zanoni · 10 years ago
  34. c71ae01 drm/i915: don't forget to uninstall the PM IRQs by Paulo Zanoni · 10 years ago
  35. c955483 drm/i915: add GEN5_IRQ_FINI by Paulo Zanoni · 10 years ago
  36. 5c50244 drm/i915: use GEN8_IRQ_INIT on GEN5 by Paulo Zanoni · 10 years ago
  37. 0bda1cf drm/i915: also use GEN5_IRQ_INIT with south display interrupts by Paulo Zanoni · 10 years ago
  38. a9d356a drm/i915: add GEN5_IRQ_INIT macro by Paulo Zanoni · 10 years ago
  39. 16c6c56 drm/i915: Refactor gmch hpd irq handling by Ville Syrjälä · 10 years ago
  40. 921d42e drm/i915: make semaphore signaller detection more robust by Daniel Vetter · 10 years ago
  41. a028c4b drm/i915: Add FIXME for bdw semaphore detection in hancheck by Daniel Vetter · 11 years ago
  42. 2d1013d drm/i915/irq: prefer struct drm_i915_private to drm_i915_private_t by Jani Nikula · 10 years ago
  43. 037bde1 Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq." by Chris Wilson · 10 years ago
  44. 0654a65 Merge tag 'v3.14' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  45. 5087744 drm/i915: Broadwell expands ACTHD to 64bit by Chris Wilson · 10 years ago
  46. a6706b4 drm/i915: Track the enabled PM interrupts in dev_priv. by Deepak S · 10 years ago
  47. 88fe429 drm/i915: fix up semaphore_waits_for by Daniel Vetter · 11 years ago
  48. b39fb29 drm/i915: Rename and comment all the RPS *stuff* by Ben Widawsky · 10 years ago
  49. 5d584b2 drm/i915: move pc8.irqs_disabled to pm.irqs_disabled by Paulo Zanoni · 11 years ago
  50. e19b913 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 10 years ago
  51. 5c673b6 drm/i915: Don't enable display error interrupts from the start by Daniel Vetter · 11 years ago
  52. 2430262 drm/i915: Fix scanline counter fixup on BDW by Ville Syrjälä · 11 years ago
  53. fcb8182 drm/i915: Add a workaround for HSW scanline counter weirdness by Ville Syrjälä · 11 years ago
  54. 6c7fba0 drm/i915: fix typo in display IRQ mask when disabling IRQs by Imre Deak · 11 years ago
  55. e8e6e60 Merge tag 'v3.14-rc6' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  56. 77961eb drm/i915: power domains: add vlv power wells by Imre Deak · 11 years ago
  57. f88d42f drm/i915: factor out intel_set_cpu_fifo_underrun_reporting_nolock by Imre Deak · 11 years ago
  58. f8b79e5 drm/i915: vlv: factor out valleyview_display_irq_install by Imre Deak · 11 years ago
  59. 7f9e192 drm/i915: vlv: keep first level vblank IRQs masked by Imre Deak · 11 years ago
  60. 07d27e2 drm/i915: Replace a few for_each_pipe(i) by for_each_pipe(pipe) by Damien Lespiau · 11 years ago
  61. 5817446 drm/i915: Add reason for capture in error state by Mika Kuoppala · 11 years ago
  62. 4d33f3a Merge tag 'drm-intel-next-2014-02-14' of ssh://git.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 11 years ago
  63. b5ea642 drm/i915: sprinkle static by Daniel Vetter · 11 years ago
  64. 3e09dcd Merge tag 'drm-intel-next-2014-02-07' of ssh://git.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 11 years ago
  65. bbb5eeb drm/i915: Some polish for the new pipestat_irq_handler by Daniel Vetter · 11 years ago
  66. 91d181d drm/i915: vlv: handle only enabled pipestat interrupt events by Imre Deak · 11 years ago
  67. 10c59c5 drm/i915: vlv: fix mapping of pipestat enable to status bits by Imre Deak · 11 years ago
  68. 755e901 drm/i915: pass status instead of enable flags to i915_enable_pipestat by Imre Deak · 11 years ago
  69. 3d13ef2 drm/i915: Always use INTEL_INFO() to access the device_info structure by Damien Lespiau · 11 years ago
  70. a2d213d drm/i915: Fix intel_pipe_to_cpu_transcoder for UMS by Daniel Vetter · 11 years ago
  71. 579a9b0 drm/i915: unify FLIP_DONE macro names by Imre Deak · 11 years ago
  72. 58ead0d drm/i915: vlv: s/spin_lock_irqsave/spin_lock/ in irq handler by Imre Deak · 11 years ago
  73. c1874ed drm/i915: factor out valleyview_pipestat_irq_handler by Imre Deak · 11 years ago
  74. b7e634c drm/i915: vlv: don't unmask IIR[DISPLAY_PIPE_A/B_VBLANK] interrupt by Imre Deak · 11 years ago
  75. 76c3552f drm/i915/vlv: WA to fix Voltage not getting dropped to Vmin when Gfx is power gated. by Deepak S · 11 years ago
  76. b6b0fac drm/i915: Use hangcheck score to find guilty context by Mika Kuoppala · 11 years ago
  77. 2754436 drm/i915: Disable/Enable PM Intrrupts based on the current freq. by Deepak S · 11 years ago
  78. d330a95 drm/i915: move module parameters into a struct, in a new file by Jani Nikula · 11 years ago
  79. fc2c807 drm/i915: Make underruns DRM_ERROR by Ville Syrjälä · 11 years ago
  80. 2d9d2b0 drm/i915: Limit FIFO underrun reports on GMCH platforms by Ville Syrjälä · 11 years ago
  81. 41c54e5 drm/i915: Kill dev_priv->irq_received by Ville Syrjälä · 11 years ago
  82. 501e01d drm/i915: Make irq_received bool by Ville Syrjälä · 11 years ago
  83. 3ca1cce drm/i915: Add intel_hpd_irq_uninstall() by Ville Syrjälä · 11 years ago
  84. cc9bd49 drm/i915: clean up HPD IRQ debug printing by Imre Deak · 11 years ago
  85. 095163b drm/i915: Add a kludge for DSL incrementing too late and ISR not working by Ville Syrjälä · 11 years ago
  86. abca9e4 drm: Pass 'flags' from the caller to .get_scanout_position() by Ville Syrjälä · 11 years ago
  87. d31faf6 drm/i915: Fix scanoutpos calculations for interlaced modes by Ville Syrjälä · 11 years ago
  88. 7da903e drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos() by Ville Syrjälä · 11 years ago
  89. 0d9d349 Merge commit origin/master into drm-intel-next by Daniel Vetter · 11 years ago
  90. 09f2344 drm/i915/bdw: make sure south port interrupts are enabled properly v2 by Jesse Barnes · 11 years ago
  91. cba1c07 drm/i915: Include more information in disabled hotplug interrupt warning by Chris Wilson · 11 years ago
  92. 8b5565b drm/i915: Only complain about a rogue hotplug IRQ after disabling by Chris Wilson · 11 years ago
  93. 3432087 drm/i915: Only WARN about a stuck hotplug irq ONCE by Chris Wilson · 11 years ago
  94. 704cfb8 drm/i915: s/hotplugt_status_gen4/hotplug_status_g4x/ by Daniel Vetter · 11 years ago
  95. 3a77c4c drm/i915: Drop I915_ prefix from HAS_FBC by Daniel Vetter · 11 years ago
  96. 38af609 drm/i915: Don't swap planes on 830M by Ville Syrjälä · 11 years ago
  97. 1f2d453 drm/i915: disable interrupts when enabling PC8 by Paulo Zanoni · 11 years ago
  98. 1f1c2e2 drm/i915: Swap primary planes on gen2 for FBC by Ville Syrjälä · 11 years ago
  99. 4aeebd7 drm/i915: dp aux irq support for g4x/vlv by Daniel Vetter · 11 years ago
  100. c09cd6e Merge branch 'backlight-rework' into drm-intel-next-queued by Daniel Vetter · 11 years ago