1. 0aded17 drm/i915: Fix wm latency==0 disable on skl+ by Ville Syrjälä · 6 years ago
  2. ad3e7b8 drm/i915: Don't use the second dbuf slice on icl by Ville Syrjälä · 6 years ago
  3. 717671c drm/i915: Use IS_GEN9_LP() for the linetime w/a check by Ville Syrjälä · 6 years ago
  4. ff58c11 drm/i915: Drop the pointless linetime==0 check by Ville Syrjälä · 6 years ago
  5. ff61a97 drm/i915: Drop the definite article in front of SAGV by Ville Syrjälä · 6 years ago
  6. 60e983f drm/i915: Pass dev_priv to skl_needs_memory_bw_wa() by Ville Syrjälä · 6 years ago
  7. 961d95e drm/i915: Account for minimum ddb allocation restrictions by Ville Syrjälä · 6 years ago
  8. b19c9bc drm/i915: Fix > vs >= mismatch in watermark/ddb calculations by Ville Syrjälä · 6 years ago
  9. 17b1605 drm/i915: Fix bits vs. bytes mixup in dbuf block size computation by Ville Syrjälä · 6 years ago
  10. 692927f drm/i915: Reinstate an early latency==0 check for skl+ by Ville Syrjälä · 6 years ago
  11. b52c273 drm/i915: Don't ignore level 0 lines watermark for glk+ by Ville Syrjälä · 6 years ago
  12. 0e21834 drm/i915: Tidy common test_bit probing of i915_request->fence.flags by Chris Wilson · 6 years ago
  13. 5ce9a649 drm/i915/pm: switch to kernel types by Jani Nikula · 6 years ago
  14. 4a8ab5e drm/i915: Mark up Ironlake ips with rpm wakerefs by Chris Wilson · 6 years ago
  15. 0e6e0be drm/i915: Markup paired operations on display power domains by Chris Wilson · 6 years ago
  16. 0258404 drm/i915: start moving runtime device info to a separate struct by Jani Nikula · 6 years ago
  17. a5b79d3 drm/i915: don't apply Display WAs 1125 and 1126 to GLK/CNL+ by Paulo Zanoni · 6 years ago
  18. cf819ef drm/i915: replace IS_GEN<N> with IS_GEN(..., N) by Lucas De Marchi · 6 years ago
  19. 25db2ea drm/i915: Don't forget to reset blocks when testing lower wm levels by Matt Roper · 6 years ago
  20. d8e8749 drm/i915: Switch to level-based DDB allocation algorithm (v5) by Matt Roper · 6 years ago
  21. 9343bb2 drm/i915: Don't use DDB allocation when choosing gen9 watermark method by Matt Roper · 6 years ago
  22. cd1d3ee drm/i915: Use intel_ types more consistently for watermark code (v2) by Matt Roper · 6 years ago
  23. 0b5b45a drm/i915: Remove dead update_wm_pre assignment from SKL wm code by Ville Syrjälä · 6 years ago
  24. f9a954f drm/i915: Remove bogus FIXME from SKL wm computation by Ville Syrjälä · 6 years ago
  25. 099a132 drm/i915: Use explicit old crtc state in skl_compute_wm() by Ville Syrjälä · 6 years ago
  26. 45bee43 drm/i915: Rename the confusing 'plane_id' to 'color_plane' by Ville Syrjälä · 6 years ago
  27. ff43bc3 drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+ by Ville Syrjälä · 6 years ago
  28. 51de9c6 drm/i915: Don't pass dev_priv around so much by Ville Syrjälä · 6 years ago
  29. 8315847 drm/i915: Clean up skl+ vs. icl+ watermark computation by Ville Syrjälä · 6 years ago
  30. 6a3c910b drm/i915: Pass the entire skl_plane_wm to skl_compute_transition_wm() by Ville Syrjälä · 6 years ago
  31. 14a4306 drm/i915: Remove some useless zeroing on skl+ wm calculations by Ville Syrjälä · 6 years ago
  32. ce110ec drm/i915: Fix latency==0 handling for level 0 watermark on skl+ by Ville Syrjälä · 6 years ago
  33. 03981c6 drm/i915: Disable LP3 watermarks on all SNB machines by Ville Syrjälä · 6 years ago
  34. f255c62 drm/i915: Move skip_intermediate_wm handling into ilk_compute_intermediate_wm() by Ville Syrjälä · 6 years ago
  35. 53cc6880 drm/i915: Generalize skl_ddb_allocation_overlaps() by Ville Syrjälä · 6 years ago
  36. acde44b drm/i915: Move FBC init and cleanup calls to modeset functions by José Roberto de Souza · 6 years ago
  37. 622b3f6 drm/i915/icl: Add WaEnable32PlaneMode by Radhakrishna Sripada · 6 years ago
  38. 28b2f4e drm/i915: Kill WA 0826 by Rodrigo Vivi · 6 years ago
  39. 1ca2b06 drm/i915: Simplify has_sagv function by Rodrigo Vivi · 6 years ago
  40. 9e78337 drm/i915: Prefer IS_GEN<n> check with bitmask. by Rodrigo Vivi · 6 years ago
  41. 5d6f36b drm/i915: Don't apply the 16Gb DIMM wm latency w/a to BXT/GLK by Ville Syrjälä · 6 years ago
  42. b048a00 drm/i915/gen11: Handle watermarks correctly for separate Y/UV planes, v2. by Maarten Lankhorst · 6 years ago
  43. 1ab554b drm/i915/gen11: Link nv12 Y and UV planes in the atomic state, v5. by Maarten Lankhorst · 6 years ago
  44. 24719e9 drm/i915: Fix unsigned overflow when calculating total data rate, v2. by Maarten Lankhorst · 6 years ago
  45. 04c388d drm/i915/icl: enable SAGV for ICL platform by Mahesh Kumar · 6 years ago
  46. b911714 drm/i915: promote ddb update message to DRM_DEBUG_KMS by Paulo Zanoni · 6 years ago
  47. 9e44b18 drm/i915: don't write PLANE_BUF_CFG twice every time by Paulo Zanoni · 6 years ago
  48. cbacc79 drm/i915: transition WMs ask for Selected Result Blocks by Paulo Zanoni · 6 years ago
  49. 077b582 drm/i915: fix the watermark result selection on glk/gen10+ by Paulo Zanoni · 6 years ago
  50. 91961a8 drm/i915: fix the transition minimums for gen9+ watermarks by Paulo Zanoni · 6 years ago
  51. c9b818d drm/i915: Move IPC WA #1141 to init_ipc() by José Roberto de Souza · 6 years ago
  52. 6323113 drm/i915: Move SKL IPC WA to HAS_IPC() by José Roberto de Souza · 6 years ago
  53. fd847b8 drm/i915: Do not modifiy reserved bit in gens that do not have IPC by José Roberto de Souza · 6 years ago
  54. 8a6c544 drm/i915/kbl+: Enable IPC only for symmetric memory configurations by Mahesh Kumar · 6 years ago
  55. f361912 drm/i915/skl+: don't trust IPC value set by BIOS by Mahesh Kumar · 6 years ago
  56. 86b5928 drm/i915: Implement 16GB dimm wa for latency level-0 by Mahesh Kumar · 6 years ago
  57. 08ea70a drm/i915: Disable runtime-pm using lowlevel functions if !HAS_RC6 by Chris Wilson · 6 years ago
  58. 61e1e37 drm/i915: Restrict gen6_reset_rps_interrupts to gen6+ by Chris Wilson · 6 years ago
  59. cf1f697 drm/i915/skl: distribute DDB based on panel resolution by Mahesh Kumar · 6 years ago
  60. aaa0237 drm/i915: ddb_size is of u16 type by Mahesh Kumar · 6 years ago
  61. 12a6c93 drm/i915/icl: avoid unclaimed PLANE_NV12_BUF_CFG register by Paulo Zanoni · 6 years ago
  62. 0d55bab drm/i915: Drop stray clearing of rps->last_adj by Chris Wilson · 6 years ago
  63. 60548c5 drm/i915: Interactive RPS mode by Chris Wilson · 6 years ago
  64. 86c1c87 drm/i915: Downgrade Gen9 Plane WM latency error by Chris Wilson · 6 years ago
  65. f00ca81 drm/i915: inline skl_copy_ddb_for_pipe() to its only caller by Paulo Zanoni · 7 years ago
  66. 818fed4 drm/i915: Silence warning for no vlv powercontext by Chris Wilson · 7 years ago
  67. 6ceb727 drm/i915/icl: Don't update enabled dbuf slices struct until updated in hw by Mahesh Kumar · 7 years ago
  68. d65dc3e drm/i915/icl: Enable Sampler DFR by Oscar Mateo · 7 years ago
  69. cc38cae drm/i915/icl: Introduce initial Icelake Workarounds by Oscar Mateo · 7 years ago
  70. 37cde11 drm/i915/icl: update ddb entry start/end mask during hw ddb readout by Mahesh Kumar · 7 years ago
  71. aa9664f drm/i915/icl: Enable 2nd DBuf slice only when needed by Mahesh Kumar · 7 years ago
  72. 74bd800 drm/i915/icl: track dbuf slice-2 status by Mahesh Kumar · 7 years ago
  73. cd27d88 drm/i915: Change use get_new_plane_state instead of existing plane state by Maarten Lankhorst · 7 years ago
  74. e1f96a6 drm/i915/skl: split skl_compute_ddb function by Mahesh Kumar · 7 years ago
  75. 08d0e87 drm/i915/skl+: nv12 workaround disable WM level 1-7 by Mahesh Kumar · 7 years ago
  76. 8b2b53c drm/i915/skl+: make sure higher latency level has higher wm value by Mahesh Kumar · 7 years ago
  77. 62027b7 drm/i915/skl+: pass skl_wm_level struct to wm compute func by Mahesh Kumar · 7 years ago
  78. 942aa2d drm/i915/skl+: NV12 related changes for WM by Mahesh Kumar · 7 years ago
  79. ddf3431 drm/i915/skl+: support verification of DDB HW state for NV12 by Mahesh Kumar · 7 years ago
  80. b879d58 drm/i915/skl+: refactor WM calculation for NV12 by Mahesh Kumar · 7 years ago
  81. 60f8e87 drm/i915/skl+: rename skl_wm_values struct to skl_ddb_values by Mahesh Kumar · 7 years ago
  82. 2b2874e drm/i915/icl: Enable RC6 and RPS in Gen11 by Oscar Mateo · 7 years ago
  83. d02b98b drm/i915/icl: Handle RPS interrupts correctly for Gen11 by Oscar Mateo · 7 years ago
  84. 66c1f77 drm/i915: Avoid setting ring freq on invalid rps freqs by Mika Kuoppala · 7 years ago
  85. d586b5f drm/i915: Index the ring frequency table by HW frequency range by Chris Wilson · 7 years ago
  86. a4713c5 drm/i915/cnl: Add Wa_2201832410 by Rodrigo Vivi · 7 years ago
  87. 470e7c6 drm/i915/cnp: Document WaSouthDisplayDisablePWMCGEGating by Rodrigo Vivi · 7 years ago
  88. 14941b6 drm/i915/cnl: document WaVFUnitClockGatingDisable by Rodrigo Vivi · 7 years ago
  89. 51951ae drm/i915/icl: Interrupt handling by Mika Kuoppala · 7 years ago
  90. d66047e4 drm/i915/cnl: Add WaRsDisableCoarsePowerGating by Rodrigo Vivi · 7 years ago
  91. e61e0f5 drm/i915: Rename drm_i915_gem_request to i915_request by Chris Wilson · 7 years ago
  92. 9171433 drm/i915: Drop WaDoubleCursorLP3Latency:ivb by Ville Syrjälä · 7 years ago
  93. be3fa66 drm/i915/: Initialise trans_min for skl_compute_transition_wm() by Chris Wilson · 7 years ago
  94. 3138341 drm/i915: Fixup kerneldoc for intel_pm.c by Chris Wilson · 7 years ago
  95. 817cc079 drm/i915: Handle RC6 counter wrap by Tvrtko Ursulin · 7 years ago
  96. 0f550a2 drm/i915: Replace some negative Gen checks by Tvrtko Ursulin · 7 years ago
  97. c56b89f drm/i915: Use INTEL_GEN everywhere by Tvrtko Ursulin · 7 years ago
  98. 253a281 drm/i915: Remove superfluous worker wakeups when RPS is already boosted by Chris Wilson · 7 years ago
  99. 31dade7 drm/i915: Ignore minimum lines for level 0 in skl_compute_plane_wm, v2. by Maarten Lankhorst · 7 years ago
  100. 006bb4c drm/i915/bxt, glk: Avoid long atomic poll during CDCLK change by Imre Deak · 7 years ago