1. 1f05c94 drm/i915: Store the HW min frequency as min_freq by Ben Widawsky · 11 years ago
  2. d060c16 drm/i915: Reorganize the overclock code by Ben Widawsky · 11 years ago
  3. 33688d9 drm/i915: init pm.suspended earlier by Paulo Zanoni · 11 years ago
  4. d688e09 drm/i915: kill struct i915_package_c8 by Paulo Zanoni · 11 years ago
  5. 5d584b2 drm/i915: move pc8.irqs_disabled to pm.irqs_disabled by Paulo Zanoni · 11 years ago
  6. 7c8615d drm/i915: remove dev_priv->pc8.enabled by Paulo Zanoni · 11 years ago
  7. 6a932d8 drm/i915: don't get/put PC8 when getting/putting power wells by Paulo Zanoni · 11 years ago
  8. d361ae2 drm/i915: make intel_aux_display_runtime_get get runtime PM, not PC8 by Paulo Zanoni · 11 years ago
  9. 34f5754 drm/i915: kill pc8.disable_count by Paulo Zanoni · 11 years ago
  10. ba0239e drm/i915: remove dev_priv->pc8.requirements_met by Paulo Zanoni · 11 years ago
  11. 9e6ea71 drm/i915: get/put runtime PM when we get/put a power domain by Paulo Zanoni · 11 years ago
  12. a8a8bd5 drm/i915: make PC8 be part of runtime PM suspend/resume by Paulo Zanoni · 11 years ago
  13. fa50ad6 drm/i915: Rename intel_setup_wm_latency() to ilk_setup_wm_latency() by Damien Lespiau · 11 years ago
  14. e8e6e60 Merge tag 'v3.14-rc6' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  15. 922044c drm/i915: Avoid div by zero when pixel clock is large by Ville Syrjälä · 11 years ago
  16. 77961eb drm/i915: power domains: add vlv power wells by Imre Deak · 11 years ago
  17. 25eaa00 drm/i915: sanity check power well sw state against hw state by Imre Deak · 11 years ago
  18. dd7c0b6 drm/i915: factor out reset_vblank_counter by Imre Deak · 11 years ago
  19. 319be8a drm/i915: add port power domains by Imre Deak · 11 years ago
  20. a45f4466 drm/i915: add noop power well handlers instead of NULL checking them by Imre Deak · 11 years ago
  21. c6cb582 drm/i915: split power well 'set' handler to separate enable/disable/sync_hw by Imre Deak · 11 years ago
  22. f5938f3 drm/i915: add init power domain to always-on power wells by Imre Deak · 11 years ago
  23. efcad91 drm/i915: move power domain macros to intel_pm.c by Imre Deak · 11 years ago
  24. 70bf407 drm/i915: fold in __intel_power_well_get/put functions by Imre Deak · 11 years ago
  25. 8f670bb drm/i915: Unify CHICKEN_PIPESL_1 register definitions by Ville Syrjälä · 11 years ago
  26. 2adb6db drm/i915: Use RMW to update chicken bits in gen7_enable_fbc() by Ville Syrjälä · 11 years ago
  27. c7c6562 drm/i915: Don't clobber CHICKEN_PIPESL_1 on BDW by Ville Syrjälä · 11 years ago
  28. 07d27e2 drm/i915: Replace a few for_each_pipe(i) by for_each_pipe(pipe) by Damien Lespiau · 11 years ago
  29. 4f1ca9e drm/i915: Implement WaDisableSDEUnitClockGating:bdw by Ville Syrjälä · 11 years ago
  30. 295e8bb drm/i915: Disable semaphore wait event idle message on BDW by Ville Syrjälä · 11 years ago
  31. 1411e6a drm/i915: Add thread stall DOP clock gating workaround on Broadwell. by Kenneth Graunke · 11 years ago
  32. c8966e1 drm/i915: Add a partial instruction shootdown workaround on Broadwell. by Kenneth Graunke · 11 years ago
  33. 86c4ec0 drm/i915: kill dev_priv->pc8.gpu_idle by Paulo Zanoni · 11 years ago
  34. 8f94d24 drm/i915/bdw: Add FBC support by Ben Widawsky · 11 years ago
  35. 93c73e8 drm/i915: move hsw power domain comment to its right place by Imre Deak · 11 years ago
  36. da7e29b drm/i915: use drm_i915_private everywhere in the power domain api by Imre Deak · 11 years ago
  37. 2272134 Revert "drm/i915: enable HiZ Raw Stall Optimization on IVB" by Chris Wilson · 11 years ago
  38. 47e74f0 drm/i915: Revert workaround for disabling L3 cache aging on BYT by Sinclair Yeh · 11 years ago
  39. c5c98a5 drm/i915: Add a comment about WIZ hashing vs. thread counts by Ville Syrjälä · 11 years ago
  40. 36075a4 drm/i915: Change BDW WIZ hashing mode to 16x4 by Ville Syrjälä · 11 years ago
  41. a12c496 drm/i915: Change HSW WIZ hashing mode to 16x4 by Ville Syrjälä · 11 years ago
  42. a607c1a drm/i915: Change IVB WIZ hashing mode to 16x4 by Ville Syrjälä · 11 years ago
  43. 743b57d drm/i915: There's no need to mask all 3D_CHICKEN bits on SNB by Ville Syrjälä · 11 years ago
  44. 5eb146d drm/i915: Assume we implement WaStripsFansDisableFastClipPerformanceFix:snb by Ville Syrjälä · 11 years ago
  45. 8d85d27 drm/i915: Fix SNB GT_MODE register setup by Ville Syrjälä · 11 years ago
  46. 17b0c1f drm/i915: vlv: reserve GT power context early by Imre Deak · 11 years ago
  47. c69766f drm/i915: Don't allocate context pages as mappable by Daniel Vetter · 11 years ago
  48. 1ec9e26 drm/i915: Consolidate binding parameters into flags by Daniel Vetter · 11 years ago
  49. abbf9d2 drm/i915/bdw: Use centralized rc6 info print by Ben Widawsky · 11 years ago
  50. 1c79b42 drm/i915: Just print rc6 facts by Ben Widawsky · 11 years ago
  51. 8bade1a drm/i915: Stop pretending VLV has rc6+ by Ben Widawsky · 11 years ago
  52. cca84a1 drm/i915: Clarify RC6 enabling by Ben Widawsky · 11 years ago
  53. 3d13ef2 drm/i915: Always use INTEL_INFO() to access the device_info structure by Damien Lespiau · 11 years ago
  54. e927ecd drm/i915: Disable SF pipelined attribute fetch for SNB by Ville Syrjälä · 11 years ago
  55. b8a5ff8 drm/i915: Update rps interrupt limits by Jeff McGee · 11 years ago
  56. dd0a1aa drm/i915: Restore rps/rc6 on reset by Jeff McGee · 11 years ago
  57. 76c3552f drm/i915/vlv: WA to fix Voltage not getting dropped to Vmin when Gfx is power gated. by Deepak S · 11 years ago
  58. 9482536 drm/i915: Drop WaDisablePSDDualDispatchEnable:ivb for IVB GT2 by Ville Syrjälä · 11 years ago
  59. 412236c drm/i915: Fix IVB GT2 WaDisableDopClockGating and WaDisablePSDDualDispatchEnable by Ville Syrjälä · 11 years ago
  60. 116f2b6 drm/i915: enable HiZ Raw Stall Optimization on IVB by Chia-I Wu · 11 years ago
  61. fe27c60 drm/i915: enable HiZ Raw Stall Optimization on HSW by Chia-I Wu · 11 years ago
  62. 2754436 drm/i915: Disable/Enable PM Intrrupts based on the current freq. by Deepak S · 11 years ago
  63. 7a0d1ee Revert "drm/i915: set conservative clock gating values on VLV v2" by Ville Syrjälä · 11 years ago
  64. afd58e7 drm/i915: Clarify WaDisable4x2SubspanOptimization situation for VLV by Ville Syrjälä · 11 years ago
  65. 46680e0 drm/i915: VLV wants WaVSThreadDispatchOverride too by Ville Syrjälä · 11 years ago
  66. e36ea7f drm/i915: Don't apply WaVSThreadDispatchOverride on HSW by Ville Syrjälä · 11 years ago
  67. 3aad905 drm/i915: gen7_setup_fixed_func_scheduler() actually implements WaVSThreadDispatchOverride by Ville Syrjälä · 11 years ago
  68. a7f593c drm/i915: Drop WaDisableTDLUnitClockGating:vlv by Ville Syrjälä · 11 years ago
  69. e955640 drm/i915: Drop WaDisableVDSUtnitClockGating:vlv by Ville Syrjälä · 11 years ago
  70. 3c0edae drm/i915: Drop WaDisableRCPBUnitClockGating:vlv by Ville Syrjälä · 11 years ago
  71. d1561c2 drm/i915: Drop WaApplyL3ControlAndL3ChickenMode:hsw by Ville Syrjälä · 11 years ago
  72. dfdf1b4 drm/i915: Drop WaDisableRCZUnitClockGating:hsw by Ville Syrjälä · 11 years ago
  73. 1b80a19a drm/i915: Drop bogus comment about RCPB unit clock gating on IVB by Ville Syrjälä · 11 years ago
  74. 685eacf drm/i915: WaDisableRHWOOptimizationForRenderHang isn't applicable to VLV by Ville Syrjälä · 11 years ago
  75. 681432d drm/i915: WaDisableRHWOOptimizationForRenderHang isn't applicable to HSW by Ville Syrjälä · 11 years ago
  76. 50eb3cf drm/i915: WaDisableRCCUnitClockGating isn't applicaple to VLV by Ville Syrjälä · 11 years ago
  77. 28acf3b drm/i915: WaDisableRCCUnitClockGating isn't applicable to IVB by Ville Syrjälä · 11 years ago
  78. ef59318 drm/i915: WaDisableVDSUnitClockGating isn't applicable to SNB by Ville Syrjälä · 11 years ago
  79. 031994e drm/i915: Implement WaIncreaseL3CreditsForVLVB0:vlv by Ville Syrjälä · 11 years ago
  80. d34ff9c drm/i915: Constify the drm_i915_private pointer a bit more by Damien Lespiau · 11 years ago
  81. d330a95 drm/i915: move module parameters into a struct, in a new file by Jani Nikula · 11 years ago
  82. e81ca80 drm/i915: We implement WaDisableRCCUnitClockGating:snb by Ville Syrjälä · 11 years ago
  83. 44dc46c drm/i915: WaApplyL3ControlAndL3ChickenMode isn't applicable for VLV by Ville Syrjälä · 11 years ago
  84. d50764a drm/i915: We implement WaDisableL3CacheAging:vlv by Ville Syrjälä · 11 years ago
  85. fad7d36 drm/i915: WaPsdDispatchEnable seems to be another name for WaDisablePSDDualDispatchEnable by Ville Syrjälä · 11 years ago
  86. c5c32cd drm/i915: We implement WaDisableL3Bank2xClockGate:vlv by Ville Syrjälä · 11 years ago
  87. 5cd5410 drm/i915: Fix FBC1 enable message by Ville Syrjälä · 11 years ago
  88. 46f3dab drm/i915: Don't preserve DPFC_CONTROL bits ILK/SNB by Ville Syrjälä · 11 years ago
  89. fe74c1a drm/i915: Actually write the correct bits to DPFC_CONTROL on CTG by Ville Syrjälä · 11 years ago
  90. 3fa2e0e drm/i915: Use 1/2 compression ratio limit for 16bpp on FBC2 by Ville Syrjälä · 11 years ago
  91. 7f2cf22 drm/i915: Improve FBC plane defines a bit by Ville Syrjälä · 11 years ago
  92. 4e41f3a drm/i915: Don't set DPFC_HT_MODIFY bit on CTG/ILK/SNB by Ville Syrjälä · 11 years ago
  93. 567689a drm/i915: Don't set persistent FBC mode on ILK/SNB by Ville Syrjälä · 11 years ago
  94. b339088 drm/i915: Don't write IVB_FBC_RT_BASE by Ville Syrjälä · 11 years ago
  95. 0e5539b Merge branch 'topic/ppgtt' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  96. 4167e32 drm/i915: Don't use i915_preliminary_hw_support to mean pre-production by Damien Lespiau · 11 years ago
  97. 0d9d349 Merge commit origin/master into drm-intel-next by Daniel Vetter · 11 years ago
  98. 3f2dc5a drm/i915: Fix 915GM self-refresh enable/disable by Ville Syrjälä · 11 years ago
  99. feb56b9 drm/i915: i830M has watermarks like i855 by Daniel Vetter · 11 years ago
  100. 3a77c4c drm/i915: Drop I915_ prefix from HAS_FBC by Daniel Vetter · 11 years ago