1. 942aa2d drm/i915/skl+: NV12 related changes for WM by Mahesh Kumar · 7 years ago
  2. ddf3431 drm/i915/skl+: support verification of DDB HW state for NV12 by Mahesh Kumar · 7 years ago
  3. f34a291 drm/i915/skl+: add NV12 in skl_format_to_fourcc by Mahesh Kumar · 7 years ago
  4. b879d58 drm/i915/skl+: refactor WM calculation for NV12 by Mahesh Kumar · 7 years ago
  5. 60f8e87 drm/i915/skl+: rename skl_wm_values struct to skl_ddb_values by Mahesh Kumar · 7 years ago
  6. be1c63c drm/i915/dp: Send DPCD ON for MST before phy_up by Lyude Paul · 7 years ago
  7. d0667e9 drm/i915: Pass the set of guilty engines to i915_reset() by Chris Wilson · 7 years ago
  8. bba0869 drm/i915: Treat i915_reset_engine() as guilty until proven innocent by Chris Wilson · 7 years ago
  9. e4d2006 drm/i915: Split out parking from the idle worker for reuse by Chris Wilson · 7 years ago
  10. 29991d5 drm/i915/selftests: Rename wait_for_hang() to wait_until_running() by Chris Wilson · 7 years ago
  11. 2b2874e drm/i915/icl: Enable RC6 and RPS in Gen11 by Oscar Mateo · 7 years ago
  12. 96606f3 drm/i915/icl: Deal with GT INT DW correctly by Oscar Mateo · 7 years ago
  13. d02b98b drm/i915/icl: Handle RPS interrupts correctly for Gen11 by Oscar Mateo · 7 years ago
  14. f744dbc drm/i915/icl: Use hw engine class, instance to find irq handler by Mika Kuoppala · 7 years ago
  15. e34b034 drm/i915/icl: Add reset control register changes by Michel Thierry · 7 years ago
  16. 99d7e4e drm/i915: Describe the bottom of stack in processing a batchbuffer by Kevin Rogovin · 7 years ago
  17. 0286667 drm/i915/selftests: Avoid repeatedly harming the same innocent context by Chris Wilson · 7 years ago
  18. b651bd2 drm/i915/audio: Fix audio enumeration issue on BXT by Gaurav K Singh · 7 years ago
  19. 46a67c4 drm/i915: Fix memory leak in intel_hdcp auth by Radhakrishna Sripada · 7 years ago
  20. 40da1d3 drm/i915: Only call finish_reset after a prepare_reset by Chris Wilson · 7 years ago
  21. 2c66555 drm/i915/selftests: Add basic sanitychecks for execlists by Chris Wilson · 7 years ago
  22. 6be1187 drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value by Xidong Wang · 7 years ago
  23. 6308a31 drm/i915: Check hdcp key loadability by Ramalingam C · 7 years ago
  24. 41baafa drm/i915: Read Vprime thrice incase of mismatch by Ramalingam C · 7 years ago
  25. 4bfbec6 drm/i915: Read HDCP R0 thrice in case of mismatch by Ramalingam C · 7 years ago
  26. 2a694fe drm/i915: Store preemption capability in engine->flags by Chris Wilson · 7 years ago
  27. f260520 drm/i915/execlists: Track begin/end of execlists submission sequences by Chris Wilson · 7 years ago
  28. 1f901d5 Merge airlied/drm-next into drm-intel-next-queued by Rodrigo Vivi · 7 years ago
  29. 4df4925 drm/i915/psr: Set DPCD PSR2 enable bit when needed by José Roberto de Souza · 7 years ago
  30. 26e5378d drm/i915/psr: Cache sink synchronization latency by José Roberto de Souza · 7 years ago
  31. fe36181 drm/i915/psr: Use PSR2 macro for PSR2 by José Roberto de Souza · 7 years ago
  32. 95f28d2 drm/i915/psr: Do not override PSR2 sink support by José Roberto de Souza · 7 years ago
  33. 5e87325 drm/i915/psr/cnl: Enable Y-coordinate support in source by José Roberto de Souza · 7 years ago
  34. aee3bac drm/i915/psr: Tie PSR2 support to Y coordinate requirement by José Roberto de Souza · 7 years ago
  35. 6ce9b78 drm/i915/psr: Nuke aux frame sync by José Roberto de Souza · 7 years ago
  36. 3df82dd4 drm/i915: Only warn for might_sleep() before a slow wait_for_register by Chris Wilson · 7 years ago
  37. 5807e1c drm/i915: Avoid sleeping inside per-engine reset by Chris Wilson · 7 years ago
  38. 9bd9be6 drm/i915/perf: add more debug message on perf open & configs by Lionel Landwerlin · 7 years ago
  39. b82ed43 drm/i915: rename PPGTT/GGTT fields OA registers by Lionel Landwerlin · 7 years ago
  40. 5374410 drm/i915/perf: remove empty line by Lionel Landwerlin · 7 years ago
  41. 1105130 drm/i915/perf: simplify OA unit enabling on gen7 by Lionel Landwerlin · 7 years ago
  42. b6dd47b drm/i915/perf: check the value of PROP_SAMPLE_OA uapi parameter by Lionel Landwerlin · 7 years ago
  43. 1de401c drm/i915/perf: enable perf support on ICL by Lionel Landwerlin · 7 years ago
  44. e770276 drm/i915: Include the HW breadcrumb whenever we trace the global_seqno by Chris Wilson · 7 years ago
  45. 4d07f6c drm/i915/guc: enable guc interrupts unconditionally in uc_resume by Michel Thierry · 7 years ago
  46. 694f54f Merge branch 'drm-misc-next-fixes' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  47. 0a015ff drm/i915/guc: Trace messages from CT while in debug by Michal Wajdeczko · 7 years ago
  48. b6b0166 drm/i915/guc: Handle default action received over CT by Michal Wajdeczko · 7 years ago
  49. 6c77a2b drm/i915/guc: Prepare to process incoming requests from CT by Michal Wajdeczko · 7 years ago
  50. 9ef4c75 drm/i915/guc: Implement response handling in send_ct() by Michal Wajdeczko · 7 years ago
  51. 24827cd drm/i915/guc: Use better name for helper wait function by Michal Wajdeczko · 7 years ago
  52. 1d40709 drm/i915/guc: Prepare to handle messages from CT RECV buffer by Michal Wajdeczko · 7 years ago
  53. 769bfbf drm/i915/guc: Make event handler a virtual function by Michal Wajdeczko · 7 years ago
  54. f6a70b5 drm/i915/guc: Implement response handling in send_mmio() by Michal Wajdeczko · 7 years ago
  55. e09af3a drm/i915/guc: Prepare send() function to accept bigger response by Michal Wajdeczko · 7 years ago
  56. b839a86 drm/i915/guc: Add support for data reporting in GuC responses by Michal Wajdeczko · 7 years ago
  57. 4d82a17 drm/i915/guc: Add documentation for MMIO based communication by Michal Wajdeczko · 7 years ago
  58. c216e90 drm/i915/execlists: Reset ring registers on rebinding contexts by Chris Wilson · 7 years ago
  59. d775a7b drm/i915/gen11: add support for reading the timestamp frequency by Paulo Zanoni · 7 years ago
  60. fbe6f8f drm/i915: Use correct reST syntax for WOPCM and GuC kernel-doc diagrams by Yaodong Li · 7 years ago
  61. 9f36f9c Merge tag 'drm-amdkfd-next-2018-03-27' of git://people.freedesktop.org/~gabbayo/linux into drm-next by Dave Airlie · 7 years ago
  62. cb17aa5 Merge tag 'drm-intel-next-fixes-2018-03-27' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 7 years ago
  63. 2b4f44ee Backmerge tag 'v4.16-rc7' into drm-next by Dave Airlie · 7 years ago
  64. 7fd9e82 drm/i915: reorder dpll_info members by Lucas De Marchi · 7 years ago
  65. 5cd281f drm/i915: use flags from dpll_info embedded in intel_shared_dpll by Lucas De Marchi · 7 years ago
  66. 0823eb9 drm/i915: use id from intel_shared_dpll.info by Lucas De Marchi · 7 years ago
  67. 72f775f drm/i915: use name from intel_shared_dpll.info by Lucas De Marchi · 7 years ago
  68. ee1398b drm/i915: use funcs from intel_shared_dpll.info by Lucas De Marchi · 7 years ago
  69. e303796 drm/i915: add dpll_info inside intel_shared_dpll by Lucas De Marchi · 7 years ago
  70. 47aa1e7 drm/i915: move dpll_info to header by Lucas De Marchi · 7 years ago
  71. 57bdff4 drm/i915: Reword warning for missing cases by Lucas De Marchi · 7 years ago
  72. ae2f5c0 drm/i915/execlists: Avoid kicking the submission too early for rescheduling by Chris Wilson · 7 years ago
  73. 9040871 drm/i915: Include submission tasklet state in engine dump by Chris Wilson · 7 years ago
  74. eed7ec5 drm/i915/execlists: Clear user-active flag on preemption completion by Chris Wilson · 7 years ago
  75. 300efa9 drm/i915: Fix hibernation with ACPI S0 target state by Imre Deak · 7 years ago
  76. 76cb9d3 drm/i915/execlists: Use a locked clear_bit() for synchronisation with interrupt by Chris Wilson · 7 years ago
  77. 8f30c408 drm/i915: Specify which engines to reset following semaphore/event lockups by Chris Wilson · 7 years ago
  78. 7a7d58d drm/i915/dp: Write to SET_POWER dpcd to enable MST hub. by Dhinakaran Pandiyan · 7 years ago
  79. 33d009c Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  80. 7487508 drm/i915: protect macro parameters in SWING_SEL_{UPP,LO}WER by Paulo Zanoni · 7 years ago
  81. 323301a drm/i915/icl: Added 5k source scaling support for Gen11 platform by Nabendu Maiti · 7 years ago
  82. 96ae483 drm/i915/icl: HPD pin for port F by Dhinakaran Pandiyan · 7 years ago
  83. cd96bea drm/i915/icl: Add Voltage swing table for MG PHY DDI Buffer by Manasi Navare · 7 years ago
  84. c92f47b drm/i915/icl: Add register defs for voltage swing sequences for MG PHY DDI by Manasi Navare · 7 years ago
  85. 19b904f drm/i915/icl: Add Combo PHY DDI Buffer translation tables for Icelake. by Manasi Navare · 7 years ago
  86. 5bb975d drm/i915/icl: Add register definitions for Combo PHY vswing sequences. by Manasi Navare · 7 years ago
  87. 1679ae8 drm/amdkfd: Use ordered workqueue to restore processes by Felix Kuehling · 7 years ago
  88. 810955b drm/amdgpu: Fix acquiring VM on large-BAR systems by Felix Kuehling · 7 years ago
  89. 0f90603 drm/i915: Fix hibernation with ACPI S0 target state by Imre Deak · 7 years ago
  90. 46b3617 drm/i915: Actually flush interrupts on reset not just wedging by Chris Wilson · 7 years ago
  91. 8c650ae drm/i915/uc: Fetch uC firmware in init_early by Michal Wajdeczko · 7 years ago
  92. a0de908 drm/i915: Reorder early initialization by Michal Wajdeczko · 7 years ago
  93. 28e0e8a drm/i915/guc: Fix null pointer dereference when GuC FW is not available by Piotr Piórkowski · 7 years ago
  94. 277ab5a drm/i915: Don't spew errors when resetting HDMI scrambling/bit clock ratio fails by Ville Syrjälä · 7 years ago
  95. 09695ad drm/amd/pp: clean header file hwmgr.h by Rex Zhu · 7 years ago
  96. 5b29335 drm/amd/pp: use mlck_table.count for array loop index limit by Colin Ian King · 7 years ago
  97. 0ef904b drm/i915: Skip logging impossible slices by Tvrtko Ursulin · 7 years ago
  98. a01c477 drm: Fix uabi regression by allowing garbage mode->type from userspace by Ville Syrjälä · 7 years ago
  99. 66c1f77 drm/i915: Avoid setting ring freq on invalid rps freqs by Mika Kuoppala · 7 years ago
  100. 13b4093 drm/amdgpu: Add an ATPX quirk for hybrid laptop by Alex Deucher · 7 years ago