1. b068a86 drm/i915: Move SAGV block time to dev_priv by James Ausmus · 5 years ago
  2. 3a61276 drm/i915: Remove cursor use of properties for coordinates by Maarten Lankhorst · 5 years ago
  3. af9fbfa drm/i915: Introduce and use intel_atomic_crtc_state_for_each_plane_state. by Maarten Lankhorst · 5 years ago
  4. c113236 drm/i915: Extract GT render sleep (rc6) management by Andi Shyti · 5 years ago
  5. c47b7dd drm/i915: Rename planar linked plane variables by Maarten Lankhorst · 5 years ago
  6. d1d23d7 drm/i915: Replace is_planar_yuv_format() with drm_format_info_is_yuv_semiplanar() by Ville Syrjälä · 5 years ago
  7. 2497787 drm/i915: add INTEL_NUM_PIPES() and use it by Jani Nikula · 5 years ago
  8. ab37c4d drm/i915/tgl: Disable rc6 for debugging by Chris Wilson · 5 years ago
  9. 42014f6 drm/i915: Hook up GT power management by Andi Shyti · 5 years ago
  10. 8ffa439 drm/i915/tgl: disable SAGV temporarily by Lucas De Marchi · 5 years ago
  11. 0b14d96 drm/i915: Use hweight8() for 8bit masks by Ville Syrjälä · 5 years ago
  12. c08e913 drm/i915: s/num_active_crtcs/num_active_pipes/ by Ville Syrjälä · 5 years ago
  13. d048a26 drm/i915: Use enum pipe consistently by Ville Syrjälä · 5 years ago
  14. d06a79d drm/i915: Use enum pipe instead of crtc index to track active pipes by Ville Syrjälä · 5 years ago
  15. 5d86923 drm/i915/tgl: Enable VD HCP/MFX sub-pipe power gating by Michel Thierry · 5 years ago
  16. 13e53c5 drm/i915/tgl: Introduce initial Tiger Lake workarounds by Lucas De Marchi · 5 years ago
  17. 1feb786 drm/i915/gtt: enable GTT cache by default by Matthew Auld · 5 years ago
  18. 1d455f8 drm/i915: rename intel_drv.h to display/intel_display_types.h by Jani Nikula · 5 years ago
  19. a09d9a8 drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h by Jani Nikula · 5 years ago
  20. 702668e drm/i915/uc: Unify uC platform check by Daniele Ceraolo Spurio · 5 years ago
  21. 88016a9 drm/i915: Check crtc_state->wm.need_postvbl_update before grabbing wm.mutex by Ville Syrjälä · 6 years ago
  22. 2a98f4e drm/i915: add infrastructure to hold off preemption on a request by Lionel Landwerlin · 6 years ago
  23. d56e823 drm/i915: Deal with cpp==8 for g4x watermarks by Ville Syrjälä · 6 years ago
  24. ec19364 drm/i915: Use intel state as much as possible in wm code by Maarten Lankhorst · 6 years ago
  25. 855e0d6 drm/i915: Convert most of atomic commit to take more intel state by Maarten Lankhorst · 6 years ago
  26. df0566a drm/i915: move modesetting core code under display/ by Jani Nikula · 6 years ago
  27. c447ff7 drm/i915: update with_intel_runtime_pm to use the rpm structure by Daniele Ceraolo Spurio · 6 years ago
  28. 4f5fd91 drm/i915: Remove I915_READ16 and I915_WRITE16 by Tvrtko Ursulin · 6 years ago
  29. e44d62d drm/i915: Remove POSTING_READ16 by Tvrtko Ursulin · 6 years ago
  30. e33a4be drm/i915: Remove I915_POSTING_READ_FW by Tvrtko Ursulin · 6 years ago
  31. c54f0ba drm/i915: Remove I915_READ8 by Tvrtko Ursulin · 6 years ago
  32. 1cea02d drm/i915: Convert intel_read_wm_latency to uncore mmio accessors by Tvrtko Ursulin · 6 years ago
  33. d284d51 drm/i915: Make sandybridge_pcode_read() deal with the second data register by Ville Syrjälä · 6 years ago
  34. c91a45f drm/i915: Move w/a 0477/WaDisableIPC:skl into intel_init_ipc() by Ville Syrjälä · 6 years ago
  35. 5a7d202 drm/i915: Drop WaIncreaseLatencyIPCEnabled/1140 for cnl by Ville Syrjälä · 6 years ago
  36. 25312ef drm/i915: Document that we implement WaIncreaseLatencyIPCEnabled by Ville Syrjälä · 6 years ago
  37. d492a29 drm/i915: Use mul_u32_u32() more by Ville Syrjälä · 6 years ago
  38. ecbb5fb drm/i915: move some leftovers to intel_pm.h from i915_drv.h by Jani Nikula · 6 years ago
  39. 12392a7 drm/i915: extract intel_atomic.h from intel_drv.h by Jani Nikula · 6 years ago
  40. 440e2b3 drm/i915: extract i915_irq.h from intel_drv.h and i915_drv.h by Jani Nikula · 6 years ago
  41. da17223 drm/i915: do not mix workaround with normal flow by Lucas De Marchi · 6 years ago
  42. 323b0a8 drm/i915: reorder if chain to have last gen first by Lucas De Marchi · 6 years ago
  43. e0516e8 drm/i915: Move sandybride pcode access to intel_sideband.c by Chris Wilson · 6 years ago
  44. 063203c drm/i915: Merge sandybridge_pcode_(read|write) by Chris Wilson · 6 years ago
  45. 56c5098 drm/i915: Separate sideband declarations to intel_sideband.h by Chris Wilson · 6 years ago
  46. ebb5eb7 drm/i915: Replace pcu_lock with sb_lock by Chris Wilson · 6 years ago
  47. 337fa6e drm/i915: Lift sideband locking for vlv_punit_(read|write) by Chris Wilson · 6 years ago
  48. 221c786 drm/i915: Lift acquiring the vlv punit magic to a common sb-get by Chris Wilson · 6 years ago
  49. 91cbdb8 drm/i915: Track HAS_RPS alongside HAS_RC6 in the device info by Chris Wilson · 6 years ago
  50. 844e331 drm/i915: Remove unwarranted clamping for hsw/bdw by Chris Wilson · 6 years ago
  51. adc674c drm/i915: Mark up ips for RCU protection by Chris Wilson · 6 years ago
  52. 39564ae drm/i915/ehl: Inherit Ice Lake conditional code by Bob Paauwe · 6 years ago
  53. 1071d0f drm/i915/icl: Disable video turbo mode for rp control by Mika Kuoppala · 6 years ago
  54. 2ea7414 drm/i915/icl: Enable media sampler powergate by Mika Kuoppala · 6 years ago
  55. d105e9a drm/i915/icl: Apply a recommended rc6 threshold by Mika Kuoppala · 6 years ago
  56. a79208d drm/i915: Use dedicated rc6 enabling sequence for gen11 by Mika Kuoppala · 6 years ago
  57. f9a79f9 drm/i915: extract intel_sprite.h from intel_drv.h by Jani Nikula · 6 years ago
  58. 696173b drm/i915: extract intel_pm.h from intel_drv.h by Jani Nikula · 6 years ago
  59. 98afa31 drm/i915: extract intel_fbc.h from intel_drv.h by Jani Nikula · 6 years ago
  60. 86d35d4 drm/i915: Split Pineview device info into desktop and mobile by Tvrtko Ursulin · 6 years ago
  61. d2d551c drm/i915: intel_wait_for_register_fw to uncore by Daniele Ceraolo Spurio · 6 years ago
  62. 4319382 drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncore by Daniele Ceraolo Spurio · 6 years ago
  63. dd19f6b drm/i915: Remove defunct intel_suspend_gt_powersave() by Chris Wilson · 6 years ago
  64. 6086e47 drm/i915: Really calculate the cursor ddb based on the highest enabled wm level by Ville Syrjälä · 6 years ago
  65. 3ceea6a drm/i915: use intel_uncore for all forcewake get/put by Daniele Ceraolo Spurio · 6 years ago
  66. 8cac9fd drm/i915: Inline skl_update_pipe_wm() into its only caller by Ville Syrjälä · 6 years ago
  67. 96cb7cd drm/i915: Don't pass pipe_wm around so much by Ville Syrjälä · 6 years ago
  68. 5e6037c drm/i915: Move some variables to tighter scope by Ville Syrjälä · 6 years ago
  69. a301cb0 drm/i915: Keep plane watermarks enabled more aggressively by Ville Syrjälä · 6 years ago
  70. 10a7e07 drm/i915: Make sure cursor has enough ddb for the selected wm level by Ville Syrjälä · 6 years ago
  71. df331de drm/i915: Allocate enough DDB for the cursor by Ville Syrjälä · 6 years ago
  72. c92558a drm/i915: Extract skl_compute_wm_params() by Ville Syrjälä · 6 years ago
  73. 67155a6 drm/i915: Don't pass plane state to skl_compute_plane_wm() by Ville Syrjälä · 6 years ago
  74. 3cf963c drm/i915: Accept alloc_size == blocks by Ville Syrjälä · 6 years ago
  75. 3461cbf Merge tag 'topic/hdr-formats-2019-03-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-intel-next-queued by Joonas Lahtinen · 6 years ago
  76. 209d735 drm/i915/icl: Prevent incorrect DBuf enabling by Imre Deak · 6 years ago
  77. df7d415 drm/i915: Preparations for enabling P010, P012, P016 formats by Juha-Pekka Heikkila · 6 years ago
  78. c384afe drm/i915: Finalize Wa_1408961008:icl by Ville Syrjälä · 6 years ago
  79. d0781a8 Merge drm/drm-next into drm-intel-next-queued by Joonas Lahtinen · 6 years ago
  80. 290248c drm/i915: Implement new w/a for underruns with wm1+ disabled by Ville Syrjälä · 6 years ago
  81. 2ed8e1f drm/i915: Include "ignore lines" in skl+ wm state by Ville Syrjälä · 6 years ago
  82. c11b813 drm/i915: s/PUNIT_REG_DSPFREQ/PUNIT_REG_DSPSSPM/ by Ville Syrjälä · 6 years ago
  83. 62eb3c2 drm/i915: Apply rps waitboosting for dma_fence_wait_timeout() by Chris Wilson · 6 years ago
  84. ab98e94 drm/i915: Dump skl+ watermark changes by Ville Syrjälä · 6 years ago
  85. d588100 Merge drm/drm-next into drm-misc-next by Maxime Ripard · 6 years ago
  86. d0e9359 drm/i915: prepare for drmP.h removal from drm_modeset_helper.h by Sam Ravnborg · 6 years ago
  87. d7e449a drm/i915: Just use icl+ definition for PLANE_WM blocks field by Ville Syrjälä · 6 years ago
  88. 0aded17 drm/i915: Fix wm latency==0 disable on skl+ by Ville Syrjälä · 6 years ago
  89. ad3e7b8 drm/i915: Don't use the second dbuf slice on icl by Ville Syrjälä · 6 years ago
  90. 717671c drm/i915: Use IS_GEN9_LP() for the linetime w/a check by Ville Syrjälä · 6 years ago
  91. ff58c11 drm/i915: Drop the pointless linetime==0 check by Ville Syrjälä · 6 years ago
  92. ff61a97 drm/i915: Drop the definite article in front of SAGV by Ville Syrjälä · 6 years ago
  93. 60e983f drm/i915: Pass dev_priv to skl_needs_memory_bw_wa() by Ville Syrjälä · 6 years ago
  94. 961d95e drm/i915: Account for minimum ddb allocation restrictions by Ville Syrjälä · 6 years ago
  95. b19c9bc drm/i915: Fix > vs >= mismatch in watermark/ddb calculations by Ville Syrjälä · 6 years ago
  96. 17b1605 drm/i915: Fix bits vs. bytes mixup in dbuf block size computation by Ville Syrjälä · 6 years ago
  97. 692927f drm/i915: Reinstate an early latency==0 check for skl+ by Ville Syrjälä · 6 years ago
  98. b52c273 drm/i915: Don't ignore level 0 lines watermark for glk+ by Ville Syrjälä · 6 years ago
  99. 0e21834 drm/i915: Tidy common test_bit probing of i915_request->fence.flags by Chris Wilson · 6 years ago
  100. 5ce9a649 drm/i915/pm: switch to kernel types by Jani Nikula · 6 years ago