1. 8d3afd7 drm/i915: Use spinlocks for checking when to waitboost by Chris Wilson · 9 years ago
  2. f5a4c67 drm/i915: Don't downclock whilst we have clients waiting for GPU results by Chris Wilson · 9 years ago
  3. 4bca26d drm/i915: Use HOTPLUG_INT_STATUS_G4X on VLV/CHV by Ville Syrjälä · 9 years ago
  4. 8fc3b42 drm/i915: Remove excess inline keywords by Ville Syrjälä · 9 years ago
  5. e1dee19 Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  6. 37ef01a drm/i915: Dont enable CS_PARSER_ERROR interrupts at all by Daniel Vetter · 9 years ago
  7. 9e63743 drm/i915/bxt: Enable GMBUS IRQ by Shashank Sharma · 10 years ago
  8. 266ea3d drm/i915/bxt: Add BXT support in gen8_irq functions by Shashank Sharma · 10 years ago
  9. d04a492 drm/i915/bxt: Add DDI hpd handler by Shashank Sharma · 10 years ago
  10. 6b5ad42 drm/i915/bxt: support for HPD long/short status decoding by Imre Deak · 9 years ago
  11. e0a20ad drm/i915/bxt: DDI Hotplug interrupt setup by Shashank Sharma · 9 years ago
  12. 74cdb33 drm/i915: Tidy gen8 IRQ handler by Chris Wilson · 9 years ago
  13. cb0d205 drm/i915: Reduce locking in gen8 IRQ handler by Chris Wilson · 9 years ago
  14. edcf284 drm/i915: Fix computation of last_adjustment for RPS autotuning by Chris Wilson · 9 years ago
  15. 8fb5519 drm/i915: Agressive downclocking on Baytrail by Chris Wilson · 9 years ago
  16. 096fad9 drm/i915: move clearing of RPS interrupt bits from disable to reset time by Imre Deak · 9 years ago
  17. 58072cc drm/i915: fix race when clearing RPS IIR bits by Imre Deak · 9 years ago
  18. 6f4b12f8 drm/i915: Use down ei for manual Baytrail RPS calculations by Chris Wilson · 9 years ago
  19. 43cf3bf drm/i915: Improved w/a for rps on Baytrail by Chris Wilson · 9 years ago
  20. aa44862 drm/i915/skl: Enabling processing of Turbo interrupts by Akash Goel · 9 years ago
  21. d14c034 drm/i915/skl: Restore pipe interrupt registers after power well enabling by Damien Lespiau · 9 years ago
  22. 4c6c03b drm/i915/skl: Make gen8_irq_power_well_post_enable() take a pipe mask by Damien Lespiau · 9 years ago
  23. a8c6ecb Merge tag 'v4.0-rc3' into drm-next by Dave Airlie · 9 years ago
  24. 83d6573 drm/i915: Use enabled value from crtc_state rather than crtc (v2) by Matt Roper · 9 years ago
  25. 2dd2a88 drm/i915: avoid processing spurious/shared interrupts in low-power states by Imre Deak · 9 years ago
  26. f3a5c3f drm/i915: Flatten DRIVER_MODESET checks in i915_irq.c by Daniel Vetter · 9 years ago
  27. 1efa2e3 drm/i915: Drop pipe_enable checks in vblank funcs by Daniel Vetter · 9 years ago
  28. ffe02b4 drm/i915: Introduce intel_set_rps() by Ville Syrjälä · 9 years ago
  29. b838cbe drm/i915: Remove bogus locking check in the hangcheck code by Daniel Vetter · 9 years ago
  30. b8d24a0 drm/i915: Remove nested work in gpu error handling by Mika Kuoppala · 9 years ago
  31. 737b150 drm/i915: Convert hangcheck from a timer into a delayed work item by Chris Wilson · 9 years ago
  32. b2c5c18 drm/i915: Use symbolic irqreturn for ->hpd_pulse by Daniel Vetter · 9 years ago
  33. 6e3c971 drm/i915: Make intel_crtc->config a pointer by Ander Conselvan de Oliveira · 10 years ago
  34. 2d112de drm/i915: Embedded struct drm_crtc_state in intel_crtc_state by Ander Conselvan de Oliveira · 10 years ago
  35. d3e7a0d Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  36. 281d1bb Merge remote-tracking branch 'origin/master' into drm-next by Dave Airlie · 10 years ago
  37. 778eb33 drm/i915: Remove I915_HAS_HOTPLUG() check from i915_hpd_irq_setup() by Ville Syrjälä · 10 years ago
  38. 7c7e10d drm/i915: Make hpd arrays big enough to avoid out of bounds access by Ville Syrjälä · 10 years ago
  39. 0a87a2d Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  40. f24eeb1 drm/i915: vlv: sanitize RPS interrupt mask during GPU idling by Imre Deak · 10 years ago
  41. 59d02a1 drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6 by Imre Deak · 10 years ago
  42. adc3184 Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  43. 7d47559 drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4 by Ville Syrjälä · 10 years ago
  44. 78e68d3 drm/i915: move RPS PM_IER enabling to gen6_enable_rps_interrupts by Imre Deak · 10 years ago
  45. 3f7531c drm/i915: Name the lrc irq handler correctly by Daniel Vetter · 10 years ago
  46. c352d1b drm/i915: vlv: fix IRQ masking when uninstalling interrupts by Imre Deak · 10 years ago
  47. 15a17aa drm/i915: Check mask/bit helper functions by Daniel Vetter · 10 years ago
  48. bcfcc8b drm/i915: Additional request structure tracing by John Harrison · 10 years ago
  49. 1b5a433 drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed' by John Harrison · 10 years ago
  50. 44cdd6d drm/i915: Convert 'ring_idle()' to use requests not seqnos by John Harrison · 10 years ago
  51. 9939fba drm/i915: mask RPS IRQs properly when disabling RPS by Imre Deak · 10 years ago
  52. 3427362 drm/i915: Tune down spurious CRC interrupt warning by Daniel Vetter · 10 years ago
  53. 7514747 drm/i915: Grab modeset locks for GPU rest on pre-ctg by Ville Syrjälä · 10 years ago
  54. aaecdf6 drm/i915: Stop gathering error states for CS error interrupts by Daniel Vetter · 10 years ago
  55. d9e600b drm/i915: Only call mod_timer() if not already pending by Chris Wilson · 10 years ago
  56. 5c6c600 drm/i915: Remove DRI1 ring accessors and API by Chris Wilson · 10 years ago
  57. d4d70aa drm/i915: sanitize rps irq disabling by Imre Deak · 10 years ago
  58. 3cc134e drm/i915: sanitize rps irq enabling by Imre Deak · 10 years ago
  59. 4a74de8 drm/i915: WARN if we receive any rps interrupts on gen>9 by Imre Deak · 10 years ago
  60. 672e7b7 drm/i915: Don't continually defer the hangcheck by Chris Wilson · 10 years ago
  61. c2b6679 drm/i915: Use vlv display irq setup code for chv by Ville Syrjälä · 10 years ago
  62. 8ea0be4 drm/i915: Refactor vlv_display_irq_uninstall() by Ville Syrjälä · 10 years ago
  63. 88e0470 drm/i915/skl: AUX irqs have moved by Jesse Barnes · 10 years ago
  64. 132f3f1 drm/i915: WARN if we receive any gen9 rps interrupts by Imre Deak · 10 years ago
  65. b900b94 drm/i915: move rps irq enable/disable to i915_irq.c by Imre Deak · 10 years ago
  66. c9a9a26 drm/i915: unify gen6/gen8 rps irq handler by Imre Deak · 10 years ago
  67. a72fbc3 drm/i915: unify gen6/gen8 pm irq helpers by Imre Deak · 10 years ago
  68. 536f5b5 drm/i915: Make mmio flip wait for seqno in the work function by Ander Conselvan de Oliveira · 10 years ago
  69. 5eba929 drm/i915: Kill leftover GTIIR writes from valleyview_irq_preinstall() by Ville Syrjälä · 10 years ago
  70. 9b2e8c9 drm/i915: Drop useless VLV_IIR writes from vlv_display_irq_postinstall() by Ville Syrjälä · 10 years ago
  71. 0e6c9a9 drm/i914: Refactor vlv_display_irq_postinstall() by Ville Syrjälä · 10 years ago
  72. 70591a4 drm/i915: Refactor vlv_display_irq_reset() by Ville Syrjälä · 10 years ago
  73. 120dda4 drm/i915: Make valleyview_display_irqs_(un)install() work for chv by Ville Syrjälä · 10 years ago
  74. 893fce8 drm/i915: Call gen5_gt_irq_reset() from valleyview_irq_uninstall() by Ville Syrjälä · 10 years ago
  75. 23a09c7 drm/i915: Use GEN5_IRQ_RESET() on vlv/chv by Ville Syrjälä · 10 years ago
  76. 76e4186 drm/i915: Use a consistent order between IIR, IER, IMR writes on vlv/chv by Ville Syrjälä · 10 years ago
  77. 8e20599 drm/i915: Drop the extra GEN8_PCU_IIR posting read from cherryview_irq_preinstall() by Ville Syrjälä · 10 years ago
  78. a2c30fb drm/i915: Use gen8_gt_irq_reset() in cherryview_irq_uninstall() by Ville Syrjälä · 10 years ago
  79. 7c4cde3 drm/i915: Use DPINVGTT_STATUS_MASK by Ville Syrjälä · 10 years ago
  80. 7d1bd539 drm/i915: Apply some ocd for IMR vs. IER order during irq enable by Ville Syrjälä · 10 years ago
  81. 0f239f4 drm/i915: Filter gmch fifo underruns in the shared handler by Daniel Vetter · 10 years ago
  82. 1f7247c drm/i915: Add wrappers to handle fifo underrun interrupts by Daniel Vetter · 10 years ago
  83. a72e4c9 drm/i915: Use dev_priv in public intel_fifo_underrun.c functions by Daniel Vetter · 10 years ago
  84. 47339cd drm/i915: Extract intel_fifo_underrun.c by Daniel Vetter · 10 years ago
  85. a8cbd45 Merge branch 'drm-intel-next-fixes' into drm-intel-next by Daniel Vetter · 10 years ago
  86. 07c338c drm/i915: fix short vs. long hpd detection by Jani Nikula · 10 years ago
  87. 1180e20 drm/i915: properly reenable gen8 pipe IRQs by Paulo Zanoni · 10 years ago
  88. fca52a5 drm/i915: kerneldoc for interrupt enable/disable functions by Daniel Vetter · 10 years ago
  89. b963291 drm/i915: Use dev_priv instead of dev in irq setup functions by Daniel Vetter · 10 years ago
  90. 2aeb7d3 drm/i915: s/pm._irqs_disabled/pm.irqs_enabled/ by Daniel Vetter · 10 years ago
  91. f458ebb drm/i915: Bikeshed rpm functions name a bit. by Daniel Vetter · 10 years ago
  92. 955e36d Merge branch 'topic/skl-stage1' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  93. 7526ed7 Revert "drm/i915/bdw: BDW Software Turbo" by Daniel Vetter · 10 years ago
  94. 770de83 drm/i915/skl: Adjust the display engine interrupts by Damien Lespiau · 10 years ago
  95. a440ca6 drm/i915/skl: SKL shares the same underrun interrupt as BDW by Damien Lespiau · 10 years ago
  96. 8a8b009 drm/i915/skl: Skylake shares the interrupt logic with Broadwell by Damien Lespiau · 11 years ago
  97. 1332178 drm/i915: Clarify irq_lock locking, special cases by Daniel Vetter · 10 years ago
  98. 222c7f5 drm/i915: Clarify irq_lock locking, irq handlers by Daniel Vetter · 10 years ago
  99. d620743 drm/i915: Clarify irq_lock locking, interrupt install/uninstall by Daniel Vetter · 10 years ago
  100. 4cb2183 drm/i915: Clarify irq_lock locking, work functions by Daniel Vetter · 10 years ago