1. 835c176 drm/i915: Introduce MBUS relative dbuf offsets by Ville Syrjälä · 3 years, 8 months ago
  2. 247bdac drm/i915/adl_p: Add ddb allocation support by Vandita Kulkarni · 3 years, 8 months ago
  3. 7959ffe drm/i915/adl_p: Add dedicated SAGV watermarks by Matt Roper · 3 years, 8 months ago
  4. d22fe808f Merge drm/drm-next into drm-intel-next by Rodrigo Vivi · 3 years, 8 months ago
  5. a8a56da drm/i915/adl_p: Implement Wa_22011091694 by José Roberto de Souza · 3 years, 8 months ago
  6. 1003cee drm/i915/xelpd: Increase maximum watermark lines to 255 by Matt Roper · 3 years, 8 months ago
  7. 7785ae0 drm/i915: Don't include intel_de.h from intel_display_types.h by Ville Syrjälä · 3 years, 9 months ago
  8. 68a32ba Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 9 months ago
  9. e7c6e40 Fix misc new gcc warnings by Linus Torvalds · 3 years, 9 months ago
  10. b88da66 drm/i915: Polish for_each_dbuf_slice() by Ville Syrjälä · 3 years, 9 months ago
  11. 6390e5a drm/i915: Use intel_dbuf_slice_size() by Ville Syrjälä · 3 years, 9 months ago
  12. 578e6ed drm/i915: Store dbuf slice mask in device info by Ville Syrjälä · 3 years, 9 months ago
  13. 77531b0 drm/i915: Handle dbuf bypass path allocation earlier by Ville Syrjälä · 3 years, 9 months ago
  14. 708de86 drm/i915: Collect dbuf device info into a sub-struct by Ville Syrjälä · 3 years, 9 months ago
  15. c6deb5e drm/i915/pm: Make the wm parameter of print_wm_latency a pointer by Jason Ekstrand · 3 years, 9 months ago
  16. 3def10f Merge tag 'topic/intel-gen-to-ver-2021-04-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next by Rodrigo Vivi · 3 years, 9 months ago
  17. 93e7e61 drm/i915/display: rename display version macros by Lucas De Marchi · 3 years, 9 months ago
  18. 2446e1d drm/i915/display: Eliminate IS_GEN9_{BC,LP} by Matt Roper · 3 years, 9 months ago
  19. 41c70d2 drm/i915/display: Implement Wa_14013723622 by José Roberto de Souza · 3 years, 9 months ago
  20. bf52dc4 drm/i915: Don't zero out the Y plane's watermarks by Ville Syrjälä · 3 years, 10 months ago
  21. f99b805 drm/i915: Don't zero out the Y plane's watermarks by Ville Syrjälä · 3 years, 10 months ago
  22. 70bfb30 drm/i915/display: Eliminate IS_GEN9_{BC,LP} by Matt Roper · 3 years, 9 months ago
  23. cd0fcf5 drm/i915: rename DISP_STEPPING->DISPLAY_STEP and GT_STEPPING->GT_STEP by Jani Nikula · 3 years, 10 months ago
  24. ef47b7a drm/i915: switch KBL to the new stepping scheme by Jani Nikula · 3 years, 10 months ago
  25. 93fe862 drm/i915: Fix transposed arguments to skl_plane_wm_level() by Ville Syrjälä · 3 years, 10 months ago
  26. 2b5a456 drm/i915/display: Simplify GLK display version tests by Matt Roper · 3 years, 10 months ago
  27. 7dadd28 drm/i915: Convert INTEL_GEN() to DISPLAY_VER() as appropriate in intel_pm.c by Matt Roper · 3 years, 10 months ago
  28. 8e62438 drm/i915: Workaround async flip + VT-d corruption on HSW/BDW by Ville Syrjälä · 4 years ago
  29. 5dac808 drm/i915: s/plane_res_b/blocks/ etc. by Ville Syrjälä · 3 years, 11 months ago
  30. a5941b4 drm/i915: Extract skl_check_wm_level() and skl_check_nv12_wm_level() by Ville Syrjälä · 3 years, 11 months ago
  31. 18ffd6d drm/i915: Calculate min_ddb_alloc for trans_wm by Ville Syrjälä · 3 years, 11 months ago
  32. f0dfaa9 drm/i915: Check SAGV wm min_ddb_alloc rather than plane_res_b by Ville Syrjälä · 3 years, 11 months ago
  33. cdf6462 drm/i915: Tighten SAGV constraint for pre-tgl by Ville Syrjälä · 3 years, 11 months ago
  34. b7a7053 drm/i915: Workaround async flip + VT-d corruption on HSW/BDW by Ville Syrjälä · 4 years ago
  35. 5516e89 drm/i915: Check tgl+ SAGV watermarks properly by Ville Syrjälä · 3 years, 11 months ago
  36. 5f25e6a drm/i915: Introduce SAGV transtion watermark by Ville Syrjälä · 3 years, 11 months ago
  37. a68aa48 drm/i915: Stuff SAGV watermark into a sub-structure by Ville Syrjälä · 3 years, 11 months ago
  38. f11449d drm/i915: Print wm changes if sagv_wm0 changes by Ville Syrjälä · 3 years, 11 months ago
  39. df4a50a drm/i915: Zero out SAGV wm when we don't have enough DDB for it by Ville Syrjälä · 3 years, 11 months ago
  40. 2871b2f drm/i915: Fix TGL+ plane SAGV watermark programming by Ville Syrjälä · 3 years, 11 months ago
  41. 44bd8e1 drm/i915: Remove dead code from skl_pipe_wm_get_hw_state() by José Roberto de Souza · 4 years ago
  42. 46d12f9 drm/i915: migrate skl planes code new file (v5) by Dave Airlie · 4 years ago
  43. 29e9255 Merge tag 'topic/adl-s-enabling-2021-02-01-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next by Jani Nikula · 4 years ago
  44. 66a2450 drm/i915: Rename is_16gb_dimm to wm_lv_0_adjust_needed by José Roberto de Souza · 4 years ago
  45. 33c9c50 drm/i915: Do a bit more initial readout for dbuf by Ville Syrjälä · 4 years ago
  46. ef79d62 drm/i915: Encapsulate dbuf state handling harder by Ville Syrjälä · 4 years ago
  47. 5363096 drm/i915: Extract intel_crtc_dbuf_weights() by Ville Syrjälä · 4 years ago
  48. 47a1495 drm/i915: Add pipe ddb entries into the dbuf state by Ville Syrjälä · 4 years ago
  49. 96dc6ed drm/i915: Introduce skl_ddb_entry_for_slices() by Ville Syrjälä · 4 years ago
  50. 944a5e3 drm/i915: Introduce intel_dbuf_slice_size() by Ville Syrjälä · 4 years ago
  51. 2d42f32 drm/i915: Pass the crtc to skl_compute_dbuf_slices() by Ville Syrjälä · 4 years ago
  52. 2791a40 drm/i915: Extract intel_crtc_ddb_weight() by Ville Syrjälä · 4 years ago
  53. 7e6c064 drm/i915/tgl: Use TGL stepping info for applying WAs by Aditya Swarup · 4 years ago
  54. 35f0837 drm/i915/dg1: Apply WA 1409120013 and 14011059788 by José Roberto de Souza · 4 years ago
  55. ca765c7 Merge tag 'drm-intel-next-2021-01-04' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Daniel Vetter · 4 years ago
  56. 46fe37b Merge tag 'drm-intel-next-queued-2020-11-27' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 4 years, 1 month ago
  57. 5f46166 drm/i915/pm: replace I915_READ()/WRITE() with intel_uncore_read()/write() by Jani Nikula · 4 years, 2 months ago
  58. 3df3fe2 drm/i915: Remove skl_adjusted_plane_pixel_rate() by Ville Syrjälä · 4 years, 2 months ago
  59. ab01630 drm/i915: Store plane relative data rate in crtc_state by Ville Syrjälä · 4 years, 2 months ago
  60. 9c31212 drm/i915: Precompute can_sagv for each wm level by Ville Syrjälä · 4 years, 2 months ago
  61. dbf7138 drm/i915: Nuke intel_atomic_crtc_state_for_each_plane_state() from skl+ wm code by Ville Syrjälä · 4 years, 2 months ago
  62. ffc9003 drm/i915: Pass intel_atomic_state around by Ville Syrjälä · 4 years, 2 months ago
  63. bafcdad drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split by Maarten Lankhorst · 4 years, 2 months ago
  64. 334a168 Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 4 years, 2 months ago
  65. 695dc55 drm/i915/tgl: Fix Media power gate sequence. by Rodrigo Vivi · 4 years, 2 months ago
  66. 96eaeb3d drm/i915: Use _MMIO_PIPE3() for ilk+ WM0_PIPE registers by Ville Syrjälä · 6 years ago
  67. 4d6bde58 drm/i915: Apply WAC6entrylatency to kbl/cfl by Ville Syrjälä · 4 years, 6 months ago
  68. da942750 drm/i915/dg1: Add initial DG1 workarounds by Stuart Summers · 4 years, 3 months ago
  69. 7102404 drm/i915: Make intel_{enable,disable}_sagv() static by Ville Syrjälä · 4 years, 4 months ago
  70. c33298c drm/i915/tgl: Fix stepping WA matching by José Roberto de Souza · 4 years, 5 months ago
  71. 96c5a15 drm/i915/kbl: Fix revision ID checks by Matt Roper · 4 years, 5 months ago
  72. f142119 drm/i915: Move WaDisableDopClockGating:skl to skl_init_clock_gating() by Ville Syrjälä · 4 years, 6 months ago
  73. 99bcf64e drm/i915: Document FBC related w/as more thoroughly by Ville Syrjälä · 4 years, 6 months ago
  74. cd7a881 drm/i915: Limit WaFbcHighMemBwCorruptionAvoidance to skl and bxt by Ville Syrjälä · 4 years, 6 months ago
  75. c4615b2 drm/i915: Don't do WaFbcTurnOffFbcWatermark for glk by Ville Syrjälä · 4 years, 6 months ago
  76. 885f182 drm/i915: Move all FBC w/as to .init_clock_gating() by Ville Syrjälä · 4 years, 6 months ago
  77. 242613a drm/i915: Use the gt in HAS_ENGINE by Daniele Ceraolo Spurio · 4 years, 6 months ago
  78. 5cecf50 drm/i915/fbc: Allow FBC to recompress after a 3D workload on i85x/i865 by Ville Syrjälä · 4 years, 7 months ago
  79. fd7a9d8 drm/i915: Fix g4x fbc watermark enable by Ville Syrjälä · 4 years, 9 months ago
  80. 2bcefd0 drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workarounds by Chris Wilson · 4 years, 7 months ago
  81. 806a45c drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workarounds by Chris Wilson · 4 years, 7 months ago
  82. c3b93a9 drm/i915/gt: Move snb GT workarounds from init_clock_gating to workarounds by Chris Wilson · 4 years, 7 months ago
  83. 7331c35 drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workarounds by Chris Wilson · 4 years, 7 months ago
  84. 19f1f62 drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workarounds by Chris Wilson · 4 years, 7 months ago
  85. f93ec5f drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workarounds by Chris Wilson · 4 years, 7 months ago
  86. 5f4ae27 drm/i915: Identify Cometlake platform by Chris Wilson · 4 years, 8 months ago
  87. cac91e6 drm/i915: Fix includes and local vars order by Stanislav Lisovskiy · 4 years, 8 months ago
  88. cd19154 drm/i915: Adjust CDCLK accordingly to our DBuf bw needs by Stanislav Lisovskiy · 4 years, 8 months ago
  89. 19edeb38 drm/i915/pm: Prefer drm_WARN_ON over WARN_ON by Pankaj Bharadiya · 4 years, 9 months ago
  90. cba597a drm/i915/display: Return error from dbuf allocation failure by Chris Wilson · 4 years, 8 months ago
  91. b6a13a3 drm/i915: Fix dbuf slice mask when turning off all the pipes by Ville Syrjälä · 4 years, 8 months ago
  92. 70b1a26 drm/i915: Clean up dbuf debugs during .atomic_check() by Ville Syrjälä · 5 years ago
  93. c7c0e7e drm/i915: Move the dbuf pre/post plane update by Ville Syrjälä · 5 years ago
  94. 0cde0e0 drm/i915: Nuke skl_ddb_get_hw_state() by Ville Syrjälä · 5 years ago
  95. 3cf43cd drm/i915: Introduce proper dbuf state by Ville Syrjälä · 5 years ago
  96. 2f9078c drm/i915: Make skl_compute_dbuf_slices() behave consistently for all platforms by Ville Syrjälä · 5 years ago
  97. 8ca6d02 drm/i915: Enable SAGV support for Gen12 by Stanislav Lisovskiy · 4 years, 8 months ago
  98. 20f505f drm/i915: Restrict qgv points which don't have enough bandwidth. by Stanislav Lisovskiy · 4 years, 8 months ago
  99. 7241c57 drm/i915: Add TGL+ SAGV support by Stanislav Lisovskiy · 4 years, 8 months ago
  100. d8d5afe drm/i915: Make active_pipes check skl specific by Stanislav Lisovskiy · 4 years, 8 months ago