1. 2a44b76 drm/i915: Add some more tracked state to intel_pipe_wm by Ville Syrjälä · 11 years ago
  2. cfa7698 drm/i915: Don't read sprite LP2+ registers on ILK/SNB by Ville Syrjälä · 11 years ago
  3. 4e04632 drm/i915/vlv:Implement the WA 'WaDisable_RenderCache_OperationalFlush' by Akash Goel · 10 years ago
  4. 8cbf320 Merge remote-tracking branch 'airlied/drm-next' into HEAD by Daniel Vetter · 10 years ago
  5. 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
  6. 09c87db drm/i915: vlv: fix RPS interrupt mask setting by Imre Deak · 10 years ago
  7. f6d5194 Revert "drm/i915/vlv: fixup DDR freq detection per Punit spec" by Deepak S · 10 years ago
  8. 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
  9. 4b28a1f drm/i915: fix infinite loop at gen6_update_ring_freq by Paulo Zanoni · 10 years ago
  10. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 10 years ago
  11. af2b653 drm/i915: Restrict plane loops to only operate on overlay planes (v2) by Matt Roper · 10 years ago
  12. 50e6a2a drm/i915/bdw: RPS frequency bits are the same as HSW by Ben Widawsky · 10 years ago
  13. 3280e8b drm/i915/bdw: Extract rp_state_caps logic by Ben Widawsky · 10 years ago
  14. f9bdc58 drm/i915/bdw: Set initial rps freq to RP1 by Ben Widawsky · 10 years ago
  15. d60c447 drm/i915: vlv: cache current CD clock rate by Imre Deak · 10 years ago
  16. 882244a drm/i915: fix WARNs when reading DDI state while suspended by Paulo Zanoni · 10 years ago
  17. ae48434 drm/i915: vlv: reserve the GT power context only once during driver init by Imre Deak · 10 years ago
  18. 50227e1 drm/i915: prefer struct drm_i915_private to drm_i915_private_t by Jani Nikula · 10 years ago
  19. 2876ce7 drm/i915: Mask PM/RPS interrupt generation based on activity by Chris Wilson · 10 years ago
  20. eb64cad drm/i915: Refactor gen6_set_rps by Chris Wilson · 10 years ago
  21. 037bde1 Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq." by Chris Wilson · 10 years ago
  22. 5d70868 drm/i915/bdw: Implement Wa4x4STCOptimizationDisable:bdw by Damien Lespiau · 10 years ago
  23. 7bb836d drm/i915: Compute WM for current cursor size by Chris Wilson · 10 years ago
  24. a6706b4 drm/i915: Track the enabled PM interrupts in dev_priv. by Deepak S · 11 years ago
  25. 2a5913a drm/i915: remove rps local variables by Ben Widawsky · 10 years ago
  26. b39fb29 drm/i915: Rename and comment all the RPS *stuff* by Ben Widawsky · 10 years ago
  27. 1f05c94 drm/i915: Store the HW min frequency as min_freq by Ben Widawsky · 10 years ago
  28. d060c16 drm/i915: Reorganize the overclock code by Ben Widawsky · 10 years ago
  29. 33688d9 drm/i915: init pm.suspended earlier by Paulo Zanoni · 11 years ago
  30. d688e09 drm/i915: kill struct i915_package_c8 by Paulo Zanoni · 11 years ago
  31. 5d584b2 drm/i915: move pc8.irqs_disabled to pm.irqs_disabled by Paulo Zanoni · 11 years ago
  32. 7c8615d drm/i915: remove dev_priv->pc8.enabled by Paulo Zanoni · 11 years ago
  33. 6a932d8 drm/i915: don't get/put PC8 when getting/putting power wells by Paulo Zanoni · 11 years ago
  34. d361ae2 drm/i915: make intel_aux_display_runtime_get get runtime PM, not PC8 by Paulo Zanoni · 11 years ago
  35. 34f5754 drm/i915: kill pc8.disable_count by Paulo Zanoni · 11 years ago
  36. ba0239e drm/i915: remove dev_priv->pc8.requirements_met by Paulo Zanoni · 11 years ago
  37. 9e6ea71 drm/i915: get/put runtime PM when we get/put a power domain by Paulo Zanoni · 11 years ago
  38. a8a8bd5 drm/i915: make PC8 be part of runtime PM suspend/resume by Paulo Zanoni · 11 years ago
  39. fa50ad6 drm/i915: Rename intel_setup_wm_latency() to ilk_setup_wm_latency() by Damien Lespiau · 11 years ago
  40. bcc298b Merge tag 'v3.14-rc7' into drm-next by Dave Airlie · 11 years ago
  41. e8e6e60 Merge tag 'v3.14-rc6' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  42. 922044c drm/i915: Avoid div by zero when pixel clock is large by Ville Syrjälä · 11 years ago
  43. 77961eb drm/i915: power domains: add vlv power wells by Imre Deak · 11 years ago
  44. 25eaa00 drm/i915: sanity check power well sw state against hw state by Imre Deak · 11 years ago
  45. dd7c0b6 drm/i915: factor out reset_vblank_counter by Imre Deak · 11 years ago
  46. 319be8a drm/i915: add port power domains by Imre Deak · 11 years ago
  47. a45f4466 drm/i915: add noop power well handlers instead of NULL checking them by Imre Deak · 11 years ago
  48. c6cb582 drm/i915: split power well 'set' handler to separate enable/disable/sync_hw by Imre Deak · 11 years ago
  49. f5938f3 drm/i915: add init power domain to always-on power wells by Imre Deak · 11 years ago
  50. efcad91 drm/i915: move power domain macros to intel_pm.c by Imre Deak · 11 years ago
  51. 70bf407 drm/i915: fold in __intel_power_well_get/put functions by Imre Deak · 11 years ago
  52. 8f670bb drm/i915: Unify CHICKEN_PIPESL_1 register definitions by Ville Syrjälä · 11 years ago
  53. 2adb6db drm/i915: Use RMW to update chicken bits in gen7_enable_fbc() by Ville Syrjälä · 11 years ago
  54. c7c6562 drm/i915: Don't clobber CHICKEN_PIPESL_1 on BDW by Ville Syrjälä · 11 years ago
  55. 07d27e2 drm/i915: Replace a few for_each_pipe(i) by for_each_pipe(pipe) by Damien Lespiau · 11 years ago
  56. 4f1ca9e drm/i915: Implement WaDisableSDEUnitClockGating:bdw by Ville Syrjälä · 11 years ago
  57. 295e8bb drm/i915: Disable semaphore wait event idle message on BDW by Ville Syrjälä · 11 years ago
  58. 1411e6a drm/i915: Add thread stall DOP clock gating workaround on Broadwell. by Kenneth Graunke · 11 years ago
  59. c8966e1 drm/i915: Add a partial instruction shootdown workaround on Broadwell. by Kenneth Graunke · 11 years ago
  60. 86c4ec0 drm/i915: kill dev_priv->pc8.gpu_idle by Paulo Zanoni · 11 years ago
  61. 8f94d24 drm/i915/bdw: Add FBC support by Ben Widawsky · 11 years ago
  62. 93c73e8 drm/i915: move hsw power domain comment to its right place by Imre Deak · 11 years ago
  63. da7e29b drm/i915: use drm_i915_private everywhere in the power domain api by Imre Deak · 11 years ago
  64. 2272134 Revert "drm/i915: enable HiZ Raw Stall Optimization on IVB" by Chris Wilson · 11 years ago
  65. 47e74f0 drm/i915: Revert workaround for disabling L3 cache aging on BYT by Sinclair Yeh · 11 years ago
  66. c5c98a5 drm/i915: Add a comment about WIZ hashing vs. thread counts by Ville Syrjälä · 11 years ago
  67. 36075a4 drm/i915: Change BDW WIZ hashing mode to 16x4 by Ville Syrjälä · 11 years ago
  68. a12c496 drm/i915: Change HSW WIZ hashing mode to 16x4 by Ville Syrjälä · 11 years ago
  69. a607c1a drm/i915: Change IVB WIZ hashing mode to 16x4 by Ville Syrjälä · 11 years ago
  70. 743b57d drm/i915: There's no need to mask all 3D_CHICKEN bits on SNB by Ville Syrjälä · 11 years ago
  71. 5eb146d drm/i915: Assume we implement WaStripsFansDisableFastClipPerformanceFix:snb by Ville Syrjälä · 11 years ago
  72. 8d85d27 drm/i915: Fix SNB GT_MODE register setup by Ville Syrjälä · 11 years ago
  73. 17b0c1f drm/i915: vlv: reserve GT power context early by Imre Deak · 11 years ago
  74. c69766f drm/i915: Don't allocate context pages as mappable by Daniel Vetter · 11 years ago
  75. 1ec9e26 drm/i915: Consolidate binding parameters into flags by Daniel Vetter · 11 years ago
  76. abbf9d2 drm/i915/bdw: Use centralized rc6 info print by Ben Widawsky · 11 years ago
  77. 1c79b42 drm/i915: Just print rc6 facts by Ben Widawsky · 11 years ago
  78. 8bade1a drm/i915: Stop pretending VLV has rc6+ by Ben Widawsky · 11 years ago
  79. cca84a1 drm/i915: Clarify RC6 enabling by Ben Widawsky · 11 years ago
  80. 3d13ef2 drm/i915: Always use INTEL_INFO() to access the device_info structure by Damien Lespiau · 11 years ago
  81. e927ecd drm/i915: Disable SF pipelined attribute fetch for SNB by Ville Syrjälä · 11 years ago
  82. b8a5ff8 drm/i915: Update rps interrupt limits by Jeff McGee · 11 years ago
  83. dd0a1aa drm/i915: Restore rps/rc6 on reset by Jeff McGee · 11 years ago
  84. 76c3552f drm/i915/vlv: WA to fix Voltage not getting dropped to Vmin when Gfx is power gated. by Deepak S · 11 years ago
  85. 9482536 drm/i915: Drop WaDisablePSDDualDispatchEnable:ivb for IVB GT2 by Ville Syrjälä · 11 years ago
  86. 412236c drm/i915: Fix IVB GT2 WaDisableDopClockGating and WaDisablePSDDualDispatchEnable by Ville Syrjälä · 11 years ago
  87. 116f2b6 drm/i915: enable HiZ Raw Stall Optimization on IVB by Chia-I Wu · 11 years ago
  88. fe27c60 drm/i915: enable HiZ Raw Stall Optimization on HSW by Chia-I Wu · 11 years ago
  89. 2754436 drm/i915: Disable/Enable PM Intrrupts based on the current freq. by Deepak S · 11 years ago
  90. 7a0d1ee Revert "drm/i915: set conservative clock gating values on VLV v2" by Ville Syrjälä · 11 years ago
  91. afd58e7 drm/i915: Clarify WaDisable4x2SubspanOptimization situation for VLV by Ville Syrjälä · 11 years ago
  92. 46680e0 drm/i915: VLV wants WaVSThreadDispatchOverride too by Ville Syrjälä · 11 years ago
  93. e36ea7f drm/i915: Don't apply WaVSThreadDispatchOverride on HSW by Ville Syrjälä · 11 years ago
  94. 3aad905 drm/i915: gen7_setup_fixed_func_scheduler() actually implements WaVSThreadDispatchOverride by Ville Syrjälä · 11 years ago
  95. a7f593c drm/i915: Drop WaDisableTDLUnitClockGating:vlv by Ville Syrjälä · 11 years ago
  96. e955640 drm/i915: Drop WaDisableVDSUtnitClockGating:vlv by Ville Syrjälä · 11 years ago
  97. 3c0edae drm/i915: Drop WaDisableRCPBUnitClockGating:vlv by Ville Syrjälä · 11 years ago
  98. d1561c2 drm/i915: Drop WaApplyL3ControlAndL3ChickenMode:hsw by Ville Syrjälä · 11 years ago
  99. dfdf1b4 drm/i915: Drop WaDisableRCZUnitClockGating:hsw by Ville Syrjälä · 11 years ago
  100. 1b80a19a drm/i915: Drop bogus comment about RCPB unit clock gating on IVB by Ville Syrjälä · 11 years ago