1. c3c09c9 drm/i915: factor out i915_drm_suspend_late by Imre Deak · 11 years ago
  2. 163f53a drm/i915: vlv: fix gunit HW state corruption during S4 suspend by Imre Deak · 11 years ago
  3. 0b14cbd drm/i915: remove dead code from legacy suspend handler by Imre Deak · 11 years ago
  4. fa4dca2c drm/i915/skl: Don't check for ULT/ULX when detecting the PCH by Damien Lespiau · 11 years ago
  5. bcef6d5 drm/i915: Use IS_HSW_ULT() in a HSW specific code path by Damien Lespiau · 11 years ago
  6. b963291 drm/i915: Use dev_priv instead of dev in irq setup functions by Daniel Vetter · 11 years ago
  7. d8f2716 drm/i915: Reinstate error level message for non-simulated gpu hangs by Daniel Vetter · 11 years ago
  8. 970104f drm/i915: Remove intel_modeset_suspend_hw by Daniel Vetter · 11 years ago
  9. 955e36d Merge branch 'topic/skl-stage1' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  10. e7e7ea2 drm/i915/skl: Sunrise Point PCH detection by Satheeshakrishna M · 11 years ago
  11. 043efb1 drm/i915/skl: SKL FBC enablement by Daisy Sun · 11 years ago
  12. 7201c0b drm/i915/skl: Add an IS_SKYLAKE macro by Satheeshakrishna M · 11 years ago
  13. 72bbf0a drm/i915/skl: Add the Skylake PCI ids by Damien Lespiau · 13 years ago
  14. 1332178 drm/i915: Clarify irq_lock locking, special cases by Daniel Vetter · 11 years ago
  15. 2363d8c drm/i915: Restore resume irq ordering comment by Daniel Vetter · 11 years ago
  16. a1e470d drm/i915: Don't reinit hpd interrupts after gpu reset by Daniel Vetter · 11 years ago
  17. 40d201a Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  18. 915b4d1 drm: add driver->set_busid() callback by David Herrmann · 11 years ago
  19. 1eab923 drm/i915: Add "Intel Corporation" as module author by Damien Lespiau · 11 years ago
  20. 0a6d163 drm/i915: Don't use a define when it's clearer to just put the value by Damien Lespiau · 11 years ago
  21. c8a0bd4 drm/i915: send PCI_D3hot adapter opregion message on BDW RPM suspend by Paulo Zanoni · 11 years ago
  22. 6689c16 drm/i915: Rework GPU reset sequence to match driver load & thaw by McAulay, Alistair · 11 years ago
  23. a18b29f Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  24. 604effb drm/i915: fix suspend/resume for GENs w/o runtime PM support by Imre Deak · 11 years ago
  25. 71386ef drm/i915/bdw: Disable semaphores for Execlists by Oscar Mateo · 11 years ago
  26. 07f9cd0 drm/i915: make sure VDD is turned off during system suspend by Imre Deak · 11 years ago
  27. 1d0d343 drm/i915: cancel hotplug and dig_port work during suspend and unload by Imre Deak · 11 years ago
  28. 016970b drm/i915: Sharing platform specific sequence between runtime and system suspend/ resume paths by Sagar Kamble · 11 years ago
  29. ebc3282 drm/i915: Created common handler for platform specific suspend/resume by Sagar Kamble · 11 years ago
  30. 82e3b8c drm/i915: Localise the fbdev console lock frobbing by Chris Wilson · 11 years ago
  31. be71eab Revert "drm/i915: Enable semaphores on BDW" by Rodrigo Vivi · 11 years ago
  32. 4dac3ed Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 11 years ago
  33. 09b6426 drm/i915: don't suspend gt until after we disable irqs and display (v2) by Dave Airlie · 11 years ago
  34. 66bc2ca drm/i915: BDW can also detect unclaimed registers by Paulo Zanoni · 11 years ago
  35. b04c5bd drm/i915: Power gating display wells during i915_pm_suspend by Borun Fu · 11 years ago
  36. 0e32b39 drm/i915: add DP 1.2 MST support (v0.7) by Dave Airlie · 11 years ago
  37. c51f716 Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  38. ca5a1b9 Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  39. 95fa2ee drm/i915: make system freeze support depend on CONFIG_ACPI_SLEEP by Imre Deak · 11 years ago
  40. 50c3dc9 drm/fb-helper: Fix hpd vs. initial config races by Daniel Vetter · 11 years ago
  41. 521e62e drm/i915: Enable semaphores on BDW by Rodrigo Vivi · 11 years ago
  42. 84a2ab8 drm/i915: flush delayed_resume_work when suspending by Paulo Zanoni · 11 years ago
  43. 395a5ab drm/i915: don't take runtime PM reference around freeze/thaw by Jesse Barnes · 11 years ago
  44. e11aa36 drm/i915: use runtime irq suspend/resume in freeze/thaw by Jesse Barnes · 11 years ago
  45. 5d0cf3d Merge branch 'topic/soix' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  46. 1001860 drm/i915: preserve user forcewake over system suspend/resume by Imre Deak · 11 years ago
  47. 8abdc17 drm/i915: make sure PC8 is enabled on suspend and disabled on resume v4 by Kristen Carlson Accardi · 11 years ago
  48. e5747e3 drm/i915: send proper opregion notifications on suspend/resume by Jesse Barnes · 11 years ago
  49. 156c7ca drm/i915: leave rc6 enabled at suspend time v4 by Jesse Barnes · 11 years ago
  50. 85e9067 drm/i915: disable power wells on suspend by Kristen Carlson Accardi · 11 years ago
  51. 2d401b1 drm/i915: Don't use pipe_offset stuff for DPLL registers by Ville Syrjälä · 11 years ago
  52. 15d24aa drm/i915: BDW: Adding missing cursor offsets. by Rodrigo Vivi · 11 years ago
  53. c9cd7b6 drm/i915: tell the user if both KMS and UMS are disabled by Jani Nikula · 11 years ago
  54. 78ad455 drm/i915: Improve irq handling after gpu resets by Daniel Vetter · 11 years ago
  55. 6e9f798 drm: Split connection_mutex out of mode_config.mutex (v3) by Daniel Vetter · 11 years ago
  56. fe5b188 drm/i915: disable GT power saving early during system suspend by Imre Deak · 11 years ago
  57. d610297 drm/i915: remove user GTT mappings early during runtime suspend by Imre Deak · 11 years ago
  58. f7ef3fa drm/i915: Hold CRTC lock whilst freezing the planes by Chris Wilson · 11 years ago
  59. 1ff74cf drm/i915: drop encoder hot_plug calls at resume by Jesse Barnes · 11 years ago
  60. 07fddb1 drm/i915/chv: Bump num_pipes to 3 by Ville Syrjälä · 11 years ago
  61. 5efb3e2 drm/i915/chv: Add cursor pipe offsets by Ville Syrjälä · 11 years ago
  62. 84fd4f4 drm/i915/chv: Add CHV display support by Rafael Barbalho · 11 years ago
  63. 70e1e0e drm/i915: Use for_each_crtc() when iterating through the CRTCs by Damien Lespiau · 11 years ago
  64. 7d87a7f srm/i915/chv: Add Cherryview PCI IDs by Ville Syrjälä · 11 years ago
  65. ddeea5b drm/i915: vlv: add runtime PM support by Imre Deak · 11 years ago
  66. 0ab9cfe drm/i915: propagate the error code from runtime PM callbacks by Imre Deak · 11 years ago
  67. 8d4eee9 drm/i915: vlv: increase timeout when forcing on the GFX clock by Imre Deak · 11 years ago
  68. 650ad97 drm/i915: vlv: factor out vlv_force_gfx_clock and check for pending force-off by Imre Deak · 11 years ago
  69. 9486db6 drm/i915: reinit GT power save during resume by Imre Deak · 11 years ago
  70. 92b806d drm/i915: make runtime PM swizzling/ring_freq init platform independent by Imre Deak · 11 years ago
  71. c2bc2fc drm/i915: factor out gen6_update_ring_freq by Imre Deak · 11 years ago
  72. b5478bc drm/i915: make runtime PM interrupt enable/disable platform independent by Imre Deak · 11 years ago
  73. aeab0b5 drm/i915: disable runtime PM if RC6 is disabled by Imre Deak · 11 years ago
  74. c6df39b drm/i915: get a runtime PM ref for the deferred GT powersave enabling by Imre Deak · 11 years ago
  75. dc1d013 drm/i915: move getting struct_mutex lower in the callstack during GPU reset by Imre Deak · 11 years ago
  76. 845f74a drm/i915:Initialize the second BSD ring on BDW GT3 machine by Zhao Yakui · 11 years ago
  77. fd3c269 drm/i915: Split the BDW device definition to prepare for dual BSD rings on BDW GT3 by Zhao Yakui · 11 years ago
  78. 074c6ad drm/i915: Mark device as wedged if we fail to resume by Chris Wilson · 11 years ago
  79. 444c9a0 Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm into drm-next by Dave Airlie · 11 years ago
  80. bb0f1b5 drm: pass the irq explicitly to drm_irq_install by Daniel Vetter · 12 years ago
  81. e090c53 drm/irq: remove cargo-culted locking from irq_install/uninstall by Daniel Vetter · 12 years ago
  82. 8cbf320 Merge remote-tracking branch 'airlied/drm-next' into HEAD by Daniel Vetter · 11 years ago
  83. 76c4b25 drm/i915: move power domain init earlier during system resume by Imre Deak · 11 years ago
  84. 6157d3c drm/i915: add BDW runtime PM support by Paulo Zanoni · 11 years ago
  85. 414de7a drm/i915: remove HAS_PC8 check by Paulo Zanoni · 11 years ago
  86. 9a952a0 drm/i915: add SNB runtime PM support by Paulo Zanoni · 11 years ago
  87. 97bea20 drm/i915: add gen-specific runtime suspend/resume functions by Paulo Zanoni · 11 years ago
  88. 50227e1 drm/i915: prefer struct drm_i915_private to drm_i915_private_t by Jani Nikula · 11 years ago
  89. a14cb6f drm/i915: rename __hsw_do_{en, dis}able_pc8 by Paulo Zanoni · 11 years ago
  90. db8384f drm/i915: don't get/put PC8 reference on freeze/thaw by Paulo Zanoni · 11 years ago
  91. a8a8bd5 drm/i915: make PC8 be part of runtime PM suspend/resume by Paulo Zanoni · 11 years ago
  92. 28d85cd drm/i915: Reset forcewake before suspend by Chris Wilson · 11 years ago
  93. e8e6e60 Merge tag 'v3.14-rc6' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  94. c923fac drm/i915: don't flood the logs about bdw semaphores by Jani Nikula · 11 years ago
  95. 62d5d69 drm/i915: Add suspend count to error state by Mika Kuoppala · 11 years ago
  96. e998c40 drm/i915: assert force wake is disabled when we runtime suspend by Paulo Zanoni · 11 years ago
  97. 8f94d24 drm/i915/bdw: Add FBC support by Ben Widawsky · 11 years ago
  98. da7e29b drm/i915: use drm_i915_private everywhere in the power domain api by Imre Deak · 11 years ago
  99. bcdb72a drm/i915: fix pch pci device enumeration by Imre Deak · 11 years ago
  100. dd0a1aa drm/i915: Restore rps/rc6 on reset by Jeff McGee · 12 years ago