1. 47a1495 drm/i915: Add pipe ddb entries into the dbuf state by Ville Syrjälä · 4 years ago
  2. 96dc6ed drm/i915: Introduce skl_ddb_entry_for_slices() by Ville Syrjälä · 4 years ago
  3. 944a5e3 drm/i915: Introduce intel_dbuf_slice_size() by Ville Syrjälä · 4 years ago
  4. 2d42f32 drm/i915: Pass the crtc to skl_compute_dbuf_slices() by Ville Syrjälä · 4 years ago
  5. 2791a40 drm/i915: Extract intel_crtc_ddb_weight() by Ville Syrjälä · 4 years ago
  6. 35f0837 drm/i915/dg1: Apply WA 1409120013 and 14011059788 by José Roberto de Souza · 4 years ago
  7. 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
  8. 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
  9. 5f46166 drm/i915/pm: replace I915_READ()/WRITE() with intel_uncore_read()/write() by Jani Nikula · 4 years, 2 months ago
  10. 3df3fe2 drm/i915: Remove skl_adjusted_plane_pixel_rate() by Ville Syrjälä · 4 years, 2 months ago
  11. ab01630 drm/i915: Store plane relative data rate in crtc_state by Ville Syrjälä · 4 years, 2 months ago
  12. 9c31212 drm/i915: Precompute can_sagv for each wm level by Ville Syrjälä · 4 years, 2 months ago
  13. 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
  14. ffc9003 drm/i915: Pass intel_atomic_state around by Ville Syrjälä · 4 years, 2 months ago
  15. bafcdad drm/i915: Add hw.pipe_mode to allow bigjoiner pipe/transcoder split by Maarten Lankhorst · 4 years, 2 months ago
  16. 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
  17. 695dc55 drm/i915/tgl: Fix Media power gate sequence. by Rodrigo Vivi · 4 years, 2 months ago
  18. 96eaeb3d drm/i915: Use _MMIO_PIPE3() for ilk+ WM0_PIPE registers by Ville Syrjälä · 6 years ago
  19. 4d6bde58 drm/i915: Apply WAC6entrylatency to kbl/cfl by Ville Syrjälä · 4 years, 6 months ago
  20. da942750 drm/i915/dg1: Add initial DG1 workarounds by Stuart Summers · 4 years, 3 months ago
  21. 7102404 drm/i915: Make intel_{enable,disable}_sagv() static by Ville Syrjälä · 4 years, 4 months ago
  22. c33298c drm/i915/tgl: Fix stepping WA matching by José Roberto de Souza · 4 years, 5 months ago
  23. 96c5a15 drm/i915/kbl: Fix revision ID checks by Matt Roper · 4 years, 5 months ago
  24. f142119 drm/i915: Move WaDisableDopClockGating:skl to skl_init_clock_gating() by Ville Syrjälä · 4 years, 6 months ago
  25. 99bcf64e drm/i915: Document FBC related w/as more thoroughly by Ville Syrjälä · 4 years, 6 months ago
  26. cd7a881 drm/i915: Limit WaFbcHighMemBwCorruptionAvoidance to skl and bxt by Ville Syrjälä · 4 years, 6 months ago
  27. c4615b2 drm/i915: Don't do WaFbcTurnOffFbcWatermark for glk by Ville Syrjälä · 4 years, 6 months ago
  28. 885f182 drm/i915: Move all FBC w/as to .init_clock_gating() by Ville Syrjälä · 4 years, 6 months ago
  29. 242613a drm/i915: Use the gt in HAS_ENGINE by Daniele Ceraolo Spurio · 4 years, 6 months ago
  30. 5cecf50 drm/i915/fbc: Allow FBC to recompress after a 3D workload on i85x/i865 by Ville Syrjälä · 4 years, 7 months ago
  31. fd7a9d8 drm/i915: Fix g4x fbc watermark enable by Ville Syrjälä · 4 years, 9 months ago
  32. 2bcefd0 drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workarounds by Chris Wilson · 4 years, 7 months ago
  33. 806a45c drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workarounds by Chris Wilson · 4 years, 7 months ago
  34. c3b93a9 drm/i915/gt: Move snb GT workarounds from init_clock_gating to workarounds by Chris Wilson · 4 years, 7 months ago
  35. 7331c35 drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workarounds by Chris Wilson · 4 years, 7 months ago
  36. 19f1f62 drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workarounds by Chris Wilson · 4 years, 7 months ago
  37. f93ec5f drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workarounds by Chris Wilson · 4 years, 7 months ago
  38. 5f4ae27 drm/i915: Identify Cometlake platform by Chris Wilson · 4 years, 8 months ago
  39. cac91e6 drm/i915: Fix includes and local vars order by Stanislav Lisovskiy · 4 years, 8 months ago
  40. cd19154 drm/i915: Adjust CDCLK accordingly to our DBuf bw needs by Stanislav Lisovskiy · 4 years, 8 months ago
  41. 19edeb38 drm/i915/pm: Prefer drm_WARN_ON over WARN_ON by Pankaj Bharadiya · 4 years, 9 months ago
  42. cba597a drm/i915/display: Return error from dbuf allocation failure by Chris Wilson · 4 years, 8 months ago
  43. b6a13a3 drm/i915: Fix dbuf slice mask when turning off all the pipes by Ville Syrjälä · 4 years, 8 months ago
  44. 70b1a26 drm/i915: Clean up dbuf debugs during .atomic_check() by Ville Syrjälä · 5 years ago
  45. c7c0e7e drm/i915: Move the dbuf pre/post plane update by Ville Syrjälä · 5 years ago
  46. 0cde0e0 drm/i915: Nuke skl_ddb_get_hw_state() by Ville Syrjälä · 5 years ago
  47. 3cf43cd drm/i915: Introduce proper dbuf state by Ville Syrjälä · 5 years ago
  48. 2f9078c drm/i915: Make skl_compute_dbuf_slices() behave consistently for all platforms by Ville Syrjälä · 5 years ago
  49. 8ca6d02 drm/i915: Enable SAGV support for Gen12 by Stanislav Lisovskiy · 4 years, 8 months ago
  50. 20f505f drm/i915: Restrict qgv points which don't have enough bandwidth. by Stanislav Lisovskiy · 4 years, 8 months ago
  51. 7241c57 drm/i915: Add TGL+ SAGV support by Stanislav Lisovskiy · 4 years, 8 months ago
  52. d8d5afe drm/i915: Make active_pipes check skl specific by Stanislav Lisovskiy · 4 years, 8 months ago
  53. 1d0a6c8 drm/i915: Extract skl SAGV checking by Stanislav Lisovskiy · 4 years, 8 months ago
  54. d916234 drm/i915: Introduce skl_plane_wm_level accessor. by Stanislav Lisovskiy · 4 years, 8 months ago
  55. 260a6c1b drm/i915: Fix glk watermark calculations by Ville Syrjälä · 4 years, 9 months ago
  56. 690d22da drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is disabled by Sultan Alsawaf · 4 years, 9 months ago
  57. dab3aff drm/i915: Remove cnl pre-prod workarounds by Ville Syrjälä · 4 years, 9 months ago
  58. ecab0f3 drm/i915: Track active_pipes in bw_state by Stanislav Lisovskiy · 4 years, 9 months ago
  59. 9728889 drm/i915: Use bw state for per crtc SAGV evaluation by Stanislav Lisovskiy · 4 years, 9 months ago
  60. f9d7742 drm/i915/tgl: Wa_14011059788 by Matt Atwood · 4 years, 9 months ago
  61. 81b55ef drm/i915: drop a bunch of superfluous inlines by Jani Nikula · 4 years, 9 months ago
  62. 680e1af drm/i915: Add pre/post plane updates for SAGV by Stanislav Lisovskiy · 4 years, 9 months ago
  63. a389c49 drm/i915: Prepare to extract gen specific functions from intel_can_enable_sagv by Stanislav Lisovskiy · 4 years, 9 months ago
  64. 7b99475 drm/i915: Start passing latency as parameter by Stanislav Lisovskiy · 4 years, 9 months ago
  65. c834d03 drm/i915: Implement display w/a 1140 for glk/cnl by Ville Syrjälä · 4 years, 11 months ago
  66. a7f1e8e drm/i915: Enable transition watermarks for glk by Ville Syrjälä · 4 years, 11 months ago
  67. 23baedd drm/i915: Don't check for wm changes until we've compute the wms fully by Ville Syrjälä · 4 years, 11 months ago
  68. e7f54e6 drm/i915: Don't check uv_wm in skl_plane_wm_equals() by Ville Syrjälä · 4 years, 11 months ago
  69. 50148a2 drm/i915/tgl: Move and restrict Wa_1408615072 by José Roberto de Souza · 4 years, 11 months ago
  70. 3551ff9 drm/i915/gen11: Moving WAs to rcs_engine_wa_init() by José Roberto de Souza · 4 years, 11 months ago
  71. a10510a drm/i915: move watermark structs more towards usage by Jani Nikula · 4 years, 11 months ago
  72. 05e8155 drm/i915: Use a sentinel to terminate the dbuf slice arrays by Ville Syrjälä · 5 years ago
  73. 06812bd drm/i915: Add missing commas to dbuf tables by Ville Syrjälä · 5 years ago
  74. 5ef2c35 drm/i915: Remove garbage WARNs by Ville Syrjälä · 5 years ago
  75. 2a67054b drm/i915: Handle some leftover s/intel_crtc/crtc/ by Ville Syrjälä · 5 years ago
  76. 3c75050 drm/i915: Drop WaDDIIOTimeout:glk by Ville Syrjälä · 5 years ago
  77. 2713eb4 drm/i915: Distribute switch variables for initialization by Kees Cook · 5 years ago
  78. f8226d0 drm/i915: make dbuf configurations const by Jani Nikula · 5 years ago
  79. ff2cd86 drm/i915: Correctly map DBUF slices to pipes by Stanislav Lisovskiy · 5 years ago
  80. 0f0f9ae drm/i915: Manipulate DBuf slices properly by Stanislav Lisovskiy · 5 years ago
  81. 2570b7e drm/i915: Introduce parameterized DBUF_CTL by Stanislav Lisovskiy · 5 years ago
  82. 072fcc3 drm/i915: Remove skl_ddl_allocation struct by Stanislav Lisovskiy · 5 years ago
  83. f119a5e drm/i915: Nuke skl wm.dirty_pipes bitmask by Ville Syrjälä · 5 years ago
  84. 6dcde04 drm/i915: Move linetime wms into the crtc state by Ville Syrjälä · 5 years ago
  85. 0560b0c drm/i915: Polish WM_LINETIME register stuff by Ville Syrjälä · 5 years ago
  86. 9b6320a drm/i915/pm: use intel de functions for forcewake register access by Jani Nikula · 5 years ago
  87. 48a1b8d drm/i915: Make WARN* drm specific where drm_priv ptr is available by Pankaj Bharadiya · 5 years ago
  88. 6f4194c drm/i915: add Wa_14010594013: icl,ehl by Matt Atwood · 5 years ago
  89. f78d5da drm/i915/tgl: Add Wa_1409825376 to tgl by Radhakrishna Sripada · 5 years ago
  90. f8d18d5 drm/i915/pm: use new struct drm_device logging macros. by Wambui Karuga · 5 years ago
  91. ec027b3 Merge drm/drm-next into drm-intel-next-queued by Jani Nikula · 5 years ago
  92. 1cd21a7 drm/i915: Add Wa_1407352427:icl,ehl by Matt Roper · 5 years ago
  93. 9eae5e2 drm/i915: prefer 3-letter acronym for ironlake by Lucas De Marchi · 5 years ago
  94. 1d21822 drm/i915: prefer 3-letter acronym for pineview by Lucas De Marchi · 5 years ago
  95. 4ca1538 drm/i915/tgl: Extend Wa_1408615072 to tgl by Matt Roper · 5 years ago
  96. b9cf9da drm/i915: Add Wa_1408615072 and Wa_1407596294 to icl,ehl by Matt Roper · 5 years ago
  97. 3ae3271 Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 5 years ago
  98. 4941f35 drm/i915: Make sure CCS YUV semiplanar format checks work by Imre Deak · 5 years ago
  99. 6c56e8a Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Daniel Vetter · 5 years ago
  100. 4ba4870 drm/i915: Fix WARN_ON condition for cursor plane ddb allocation by Vandita Kulkarni · 5 years ago