1. bf225f2 drm/i915: Move RPS evaluation interval counters to i915->rps by Chris Wilson · 10 years ago
  2. 716c2e5 drm/i915: Switch to common shared dpll framework for WRPLLs by Daniel Vetter · 10 years ago
  3. d452c5b drm/i915: State readout support for WRPLLs by Daniel Vetter · 10 years ago
  4. bd2bb1b drm/i915: add POWER_DOMAIN_PLLS by Paulo Zanoni · 10 years ago
  5. 96f6128 drm/i915: Document that the pll->mode_set hook is optional by Daniel Vetter · 10 years ago
  6. 9cd8693 drm/i915: Basic shared dpll support for WRPLLs by Daniel Vetter · 10 years ago
  7. 7ca1ac1 drm/i915: Remove spll_refcount for hsw by Daniel Vetter · 10 years ago
  8. 31685c2 drm/i915/vlv: WA for Turbo and RC6 to work together. by Deepak S · 10 years ago
  9. 31b7a88 drm/i915: Add kerneldoc comments to the intel_context struct by Oscar Mateo · 10 years ago
  10. 821d66d drm/i915: Emphasize that ctx->id is merely a user handle by Oscar Mateo · 10 years ago
  11. ea0c76f drm/i915: Emphasize that ctx->obj & ctx->is_initialized refer to the legacy rcs ctx by Oscar Mateo · 10 years ago
  12. 0ca36d7 drm/i915/bdw: collect semaphore error state by Ben Widawsky · 10 years ago
  13. 3e78998 drm/i915/bdw: implement semaphore signal by Ben Widawsky · 10 years ago
  14. 2885f6a drm/i915: Corrected 'file_priv' to 'file' in 'i915_driver_preclose()' by John Harrison · 10 years ago
  15. 13cf550 drm/i915: rework digital port IRQ handling (v2) by Dave Airlie · 10 years ago
  16. 5209b1f drm/i915: gmch: factor out intel_set_memory_cxsr by Imre Deak · 10 years ago
  17. f1615bb Merge tag 'v3.16-rc4' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  18. cfb3c0a Merge patches merged by Jani while I was on vacation. by Daniel Vetter · 10 years ago
  19. 5e59f71 drm/i915: Try harder to get FBC by Ben Widawsky · 10 years ago
  20. c421388 drm/i915: Move compressed_fb to static allocation by Ben Widawsky · 10 years ago
  21. bfafe93 drm/i915: cache hw power well enabled state by Imre Deak · 10 years ago
  22. 3488229 drm/i915: Update DRIVER_DATE to 20140620 by Daniel Vetter · 10 years ago
  23. f99d706 drm/i915: Track frontbuffer invalidation/flushing by Daniel Vetter · 10 years ago
  24. cc36513 drm/i915: Use new frontbuffer bits to increase pll clock by Daniel Vetter · 10 years ago
  25. a071fa0 drm/i915: Introduce accurate frontbuffer tracking by Daniel Vetter · 10 years ago
  26. 14d8ec5 drm/i915: Remove ctx->last_ring by Oscar Mateo · 10 years ago
  27. 5d0cf3d Merge branch 'topic/soix' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  28. 84c33a6 drm/i915: Replaced Blitter ring based flips with MMIO flips by Sourab Gupta · 10 years ago
  29. 24f3a8c drm/i915: Added write-enable pte bit supportt by Akash Goel · 10 years ago
  30. 7c8f8a7 drm/i915: Force PSR exit by inactivating it. by Rodrigo Vivi · 10 years ago
  31. 75a91c9 drm/i915: Update DRIVER_DATE to 20140606 by Daniel Vetter · 10 years ago
  32. 1001860 drm/i915: preserve user forcewake over system suspend/resume by Imre Deak · 10 years ago
  33. ef0cf27 drm/i915: Use the .release hook to drop the stolen drm_mm tracking by Chris Wilson · 10 years ago
  34. 156c7ca drm/i915: leave rc6 enabled at suspend time v4 by Jesse Barnes · 10 years ago
  35. 7365fb7 drm/i915: enable PPGTT on VLV by Jesse Barnes · 10 years ago
  36. 2d401b1 drm/i915: Don't use pipe_offset stuff for DPLL registers by Ville Syrjälä · 10 years ago
  37. 6118efe drm/i915: move psr_setup_done to psr struct by Rodrigo Vivi · 10 years ago
  38. ecb889e Merge tag 'drm-intel-fixes-2014-06-06' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  39. 8d4ad9d Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next by Dave Airlie · 10 years ago
  40. 3e6bd01 drm/i915: Detect if MIPI panel based on VBT and initialize only if present by Shobhit Kumar · 10 years ago
  41. d23db88 drm/i915: Prevent negative relocation deltas from wrapping by Chris Wilson · 10 years ago
  42. 0073115 drm/i915: Fix dynamic allocation of physical handles by Chris Wilson · 10 years ago
  43. f83d651 drm/i915: Kill private_default_ctx off by Oscar Mateo · 10 years ago
  44. 273497e drm/i915: s/i915_hw_context/intel_context by Oscar Mateo · 10 years ago
  45. a4872ba drm/i915: s/intel_ring_buffer/intel_engine_cs by Oscar Mateo · 10 years ago
  46. bdf1e7e drm/i915: move bsd dispatch index somewhere better by Daniel Vetter · 10 years ago
  47. 4fa62c8 drm/i915: Move buffer pinning and ring selection to intel_crtc_page_flip() by Ville Syrjälä · 10 years ago
  48. 5efb3e2 drm/i915/chv: Add cursor pipe offsets by Ville Syrjälä · 10 years ago
  49. 2cfcd32 drm/i915: Implement an oom-notifier for last resort shrinking by Chris Wilson · 10 years ago
  50. ceabbba5 drm/i915: Include bound and active pages in the count of shrinkable objects by Chris Wilson · 10 years ago
  51. b6fdd0f drm/i915: Add MIPI mmio reg base by Shashank Sharma · 10 years ago
  52. 29b9bde drm/i915: Make ->update_primary_plane infallible by Daniel Vetter · 10 years ago
  53. 5cc9ed4 drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl by Chris Wilson · 10 years ago
  54. 9d0a6fa drm/i915: add render state initialization by Mika Kuoppala · 10 years ago
  55. d79b814 drm/i915: Introduce a for_each_crtc() macro by Damien Lespiau · 10 years ago
  56. d063ae4 drm/i915: Introduce a for_each_intel_crtc() macro by Damien Lespiau · 10 years ago
  57. d8ffa60 drm/i915: WARN_ON fence pin leaks by Daniel Vetter · 10 years ago
  58. a09cadd drm/i915/chv: Add DPIO offset for Cherryview. v3 by Chon Ming Lee · 10 years ago
  59. 44e895a drm/i915: Use hash tables for the command parser by Brad Volkin · 10 years ago
  60. 1cf0ba1 drm/i915: Flush request queue when waiting for ring space by Chris Wilson · 10 years ago
  61. fd7f8cc drm/i915: vlv: enable runtime PM by Imre Deak · 10 years ago
  62. ddeea5b drm/i915: vlv: add runtime PM support by Imre Deak · 10 years ago
  63. 3f1d896 drm/i915/chv: Enable aliasing PPGTT for CHV by Ville Syrjälä · 10 years ago
  64. 0d116a2 drm/i915: vlv: init only needed state during early power well enabling by Imre Deak · 10 years ago
  65. 63c42e5 drm/i915/bdw: Add WT caching ability by Ben Widawsky · 10 years ago
  66. 650ad97 drm/i915: vlv: factor out vlv_force_gfx_clock and check for pending force-off by Imre Deak · 10 years ago
  67. f301b1e drm/i915: add missing error capturing of the PIPESTAT reg by Imre Deak · 10 years ago
  68. a8ebba7 drm/i915: Use the coarse ping-pong mechanism based on drm fd to dispatch the BSD command on BDW GT3 by Zhao Yakui · 10 years ago
  69. 845f74a drm/i915:Initialize the second BSD ring on BDW GT3 machine by Zhao Yakui · 10 years ago
  70. 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
  71. 9bbfd20 drm/i915: don't try DP_LINK_BW_5_4 on HSW ULX by Paulo Zanoni · 10 years ago
  72. d3b542f drm/i915: Add parsing support for new MIPI blocks in VBT by Shobhit Kumar · 10 years ago
  73. 691e641 drm/i915: Always use kref tracking for all contexts. by Chris Wilson · 10 years ago
  74. 39fbc9c drm/i915: check VBT for supported backlight type by Jani Nikula · 10 years ago
  75. 439d7ac drm/i915: Add support for DRRS to switch RR by Pradeep Bhat · 10 years ago
  76. 6df4027 drm/i915/chv: Add IS_CHERRYVIEW() macro by Ville Syrjälä · 10 years ago
  77. 8179f1f drm/i915/chv: IS_BROADWELL() should not be true for Cherryview by Ville Syrjälä · 10 years ago
  78. 88b4aa8 drm/i915: add flags to i915_ring_stop by Mika Kuoppala · 10 years ago
  79. 7a10dfa drm/i915: Add debug module option for VTd validation by Daniel Vetter · 10 years ago
  80. 13ffadd drm/i915/bdw: Expand FADD to 64bit by Ben Widawsky · 10 years ago
  81. 6157d3c drm/i915: add BDW runtime PM support by Paulo Zanoni · 11 years ago
  82. 414de7a drm/i915: remove HAS_PC8 check by Paulo Zanoni · 11 years ago
  83. 9a952a0 drm/i915: add SNB runtime PM support by Paulo Zanoni · 11 years ago
  84. 730488b drm/i915: kill dev_priv->pm.regsave by Paulo Zanoni · 11 years ago
  85. 83a7280 drm/i915: Adding VBT fields to support eDP DRRS feature by Pradeep Bhat · 10 years ago
  86. 77fec55 drm/i915: drop the typedef for drm_i915_private_t by Jani Nikula · 10 years ago
  87. 38fb6a4 drm/i915: Hide the per forcewake-engine register ranges by Damien Lespiau · 10 years ago
  88. b88b23d drm/i915: Hide vlv_force_wake_{get, put}() in intel_uncore.c by Damien Lespiau · 10 years ago
  89. d60c447 drm/i915: vlv: cache current CD clock rate by Imre Deak · 10 years ago
  90. d728c8e drm/i915: Add a CMD_PARSER_VERSION getparam by Brad Volkin · 11 years ago
  91. d4d4803 drm/i915: Enable PPGTT command parser checks by Brad Volkin · 11 years ago
  92. 0260c42 drm/i915: Split out GTT specific header file by Ben Widawsky · 10 years ago
  93. 50227e1 drm/i915: prefer struct drm_i915_private to drm_i915_private_t by Jani Nikula · 10 years ago
  94. 037bde1 Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq." by Chris Wilson · 10 years ago
  95. 5087744 drm/i915: Broadwell expands ACTHD to 64bit by Chris Wilson · 10 years ago
  96. a6706b4 drm/i915: Track the enabled PM interrupts in dev_priv. by Deepak S · 10 years ago
  97. 698b313 drm/i915: Include a note about the dangers of I915_READ64/I915_WRITE64 by Chris Wilson · 10 years ago
  98. 6313c20 drm/i915: Per-process stats work better when evaluated per-process by Chris Wilson · 10 years ago
  99. b39fb29 drm/i915: Rename and comment all the RPS *stuff* by Ben Widawsky · 10 years ago
  100. 1f05c94 drm/i915: Store the HW min frequency as min_freq by Ben Widawsky · 10 years ago