1. 5e19c0b drm/i915: Expand documentation for gen12 DP pre-enable sequence by Matt Roper · 5 years ago
  2. 1d1d0af6 drm/i915/selftests: Verify mmap_gtt revocation on unbinding by Chris Wilson · 5 years ago
  3. 6fedafa drm/i915/selftests: Wrap vm_mmap() around GEM objects by Chris Wilson · 5 years ago
  4. 85ca528 drm/i915/selftests: Replace mock_file hackery with drm's true fake by Chris Wilson · 5 years ago
  5. 4748aa1 drm: Expose a method for creating anonymous struct file around drm_minor by Chris Wilson · 5 years ago
  6. 6349120 drm: Move EXPORT_SYMBOL_FOR_TESTS_ONLY under a separate Kconfig by Chris Wilson · 5 years ago
  7. 27dbae8 drm/i915/gem: Safely acquire the ctx->vm when copying by Chris Wilson · 5 years ago
  8. 7caaed9 drm/i915/gt: Defer engine registration until fully initialised by Chris Wilson · 5 years ago
  9. 0ccc42a drm/i915: Preload LUTs if the hw isn't currently using them by Ville Syrjälä · 5 years ago
  10. 9e678fc drm/i915: FB backing gem obj should reside in LMEM by Ramalingam C · 5 years ago
  11. 2b0a4fc drm/i915: Leave the aliasing-ppgtt size alone by Chris Wilson · 5 years ago
  12. 3c954c4 drm/i915/display: only include intel_dp_link_training.h where needed by Jani Nikula · 5 years ago
  13. 74ceefd drm/i915: use might_lock_nested in get_pages annotation by Daniel Vetter · 5 years ago
  14. e692b40 lockdep: add might_lock_nested() by Daniel Vetter · 5 years ago
  15. f86dbac drm/i915: Switch obj->mm.lock lockdep annotations on its head by Daniel Vetter · 5 years ago
  16. 3466a3d drm/i915/gt: Cleanup heartbeat systole first by Chris Wilson · 5 years ago
  17. 70dfbc2 drm/i915: switch intel_ddi_init() to intel types by Lucas De Marchi · 5 years ago
  18. 6cf6e59 drm/i915/tgl: Add second TGL PCH ID by James Ausmus · 5 years ago
  19. 4b40699 drm/i915: Remove unwanted rcu_read_lock/unlock by Niranjana Vishwanathapura · 5 years ago
  20. feba2b8 drm/i915/gem: Fix error path to unlock if the GEM context is closed by Chris Wilson · 5 years ago
  21. 841e867 drm/i915/gt: Only drop heartbeat.systole if the sole owner by Chris Wilson · 5 years ago
  22. cddb85d drm/i915/lmem: fixup fake lmem teardown by Matthew Auld · 5 years ago
  23. 1e460bf drm/i915: Frob the correct crtc state in intel_crtc_disable_noatomic() by Ville Syrjälä · 5 years ago
  24. bee0a70 drm/i915/gem: Early rejection of no-aperture map_ggtt by Chris Wilson · 5 years ago
  25. a096883 drm/i915/dsb: Remove PIN_MAPPABLE from the DSB object VMA by Tvrtko Ursulin · 5 years ago
  26. 75217f8 drm/i915/dsc: rename functions for consistency by Jani Nikula · 5 years ago
  27. b0ab655 drm/i915/dsc: split out encoder specific parts from DSC compute params by Jani Nikula · 5 years ago
  28. 6aead5d drm/i915/dsc: clean up rc parameter table access by Jani Nikula · 5 years ago
  29. 074f515 drm/i915/dsc: make parameter arrays const by Jani Nikula · 5 years ago
  30. 59ed05c drm/i915: update rawclk also on resume by Jani Nikula · 5 years ago
  31. 35ac28a drm/i915: avoid reading DP_TP_CTL twice by Lucas De Marchi · 5 years ago
  32. a687b4e drm/i915/tgl: do not enable transcoder clock twice on MST by Lucas De Marchi · 5 years ago
  33. 142110c drm/i915: add wrappers to get intel connector state by Lucas De Marchi · 5 years ago
  34. 74e8cd5 drm/i915: Add for_each_new_intel_connector_in_state() by José Roberto de Souza · 5 years ago
  35. dbb1a6f drm/i915: Eliminate redundancy in intel_primary_plane_create() by Ville Syrjälä · 5 years ago
  36. 12fef149d drm/i915: Sort format arrays consistently by Ville Syrjälä · 5 years ago
  37. f9c43a3 drm/i915: Add 10bpc formats with alpha for icl+ by Ville Syrjälä · 5 years ago
  38. ed94034 drm/i915: Expose C8 on VLV/CHV sprite planes by Ville Syrjälä · 5 years ago
  39. d8aa1a4 drm/i915: Add missing 10bpc formats for pipe B sprites on CHV by Ville Syrjälä · 5 years ago
  40. 73263cb drm/i915: Expose alpha formats on VLV/CHV primary planes by Ville Syrjälä · 5 years ago
  41. ffe0fd2 drm/i915: Expose 10:10:10 XRGB formats on SNB-BDW sprites by Ville Syrjälä · 5 years ago
  42. 0a1f57b drm/i915/execlists: Reset CSB pointers by mmio as well by Chris Wilson · 5 years ago
  43. c4a774c drm/i915: add for_each_port() and use it by Jani Nikula · 5 years ago
  44. 7d14863 drm/i915: Protect request peeking with RCU by Chris Wilson · 5 years ago
  45. 83c55ee drm/i915/gt: Drop false assertion on user_forcewake by Chris Wilson · 5 years ago
  46. 38098750 drm/i915/execlists: Ignore the inactive kernel context in assert_pending_valid by Chris Wilson · 5 years ago
  47. b0b1024 drm/i915/execlists: Verify context register state before execution by Chris Wilson · 5 years ago
  48. 3881376 drm/i915/selftests: Flush all active callbacks by Chris Wilson · 5 years ago
  49. 9278bbb drm/i915/perf: Reverse a ternary to make sparse happy by Chris Wilson · 5 years ago
  50. 833e979 drm/i915/selftests: Add intel_gt_suspend_prepare by Chris Wilson · 5 years ago
  51. c601cb2 drm/i915: Defer rc6 shutdown to suspend_late by Chris Wilson · 5 years ago
  52. 9ab3fe2 drm/i915/gt: Move user_forcewake application to GT by Chris Wilson · 5 years ago
  53. c8f6cfc drm/i915/gem: Leave reloading kernel context on resume to GT by Chris Wilson · 5 years ago
  54. 797a615 drm/i915/gt: Call intel_gt_sanitize() directly by Chris Wilson · 5 years ago
  55. 4605bb7 drm/i915/gt: Pull timeline initialise to intel_gt_init_early by Chris Wilson · 5 years ago
  56. 1f594b2 drm/i915: Remove special case slave handling during hw programming, v3. by Maarten Lankhorst · 5 years ago
  57. 380015b drm/i915: Complete plane hw and uapi split, v2. by Maarten Lankhorst · 5 years ago
  58. f90a85e drm/i915: Perform automated conversions for plane uapi/hw split, base -> uapi. by Maarten Lankhorst · 5 years ago
  59. 7b3cb17 drm/i915: Perform automated conversions for plane uapi/hw split, base -> hw. by Maarten Lankhorst · 5 years ago
  60. a456f65 drm/i915: Perform manual conversions for plane uapi/hw split, v2. by Maarten Lankhorst · 5 years ago
  61. 5b6edb8 drm/i915: Add aliases for uapi and hw to plane_state by Maarten Lankhorst · 5 years ago
  62. 58d124ea drm/i915: Complete crtc hw/uapi split, v6. by Maarten Lankhorst · 5 years ago
  63. 2225f3c drm/i915: Perform automated conversions for crtc uapi/hw split, base -> uapi. by Maarten Lankhorst · 5 years ago
  64. 1326a92 drm/i915: Perform automated conversions for crtc uapi/hw split, base -> hw. by Maarten Lankhorst · 5 years ago
  65. aa42a50 drm/i915: Perform manual conversions for crtc uapi/hw split, v2. by Maarten Lankhorst · 5 years ago
  66. 2b808b3 drm/i915: Add aliases for uapi and hw to crtc_state by Maarten Lankhorst · 5 years ago
  67. 3558caf drm/i915: Handle a few more cases for crtc hw/uapi split, v3. by Maarten Lankhorst · 5 years ago
  68. f05816c drm/i915/selftests: Spin on all engines simultaneously by Chris Wilson · 5 years ago
  69. 1883e29 drm/i915: Update DRIVER_DATE to 20191101 by Joonas Lahtinen · 5 years ago
  70. e5661c6 drm/i915/selftests: Start kthreads before stopping by Chris Wilson · 5 years ago
  71. 292a27b drm/i915/lmem: Check against i915_selftest only under CONFIG_SELFTEST by Chris Wilson · 5 years ago
  72. 4a31741 drm/i915/gem: Refine occupancy test in kill_context() by Chris Wilson · 5 years ago
  73. 2b73b35 drm/i915: Update DRIVER_DATE to 20191101 by Joonas Lahtinen · 5 years ago
  74. 1629224 drm/i915/lmem: add the fake lmem region by Matthew Auld · 5 years ago
  75. 4974826 drm/i915/dp: Do not switch aux to TBT mode for non-TC ports by José Roberto de Souza · 5 years ago
  76. 034982cf drm/i915/guc: drop guc shared area by Daniele Ceraolo Spurio · 5 years ago
  77. 9f37940 drm/i915: drop lrc header page by Daniele Ceraolo Spurio · 5 years ago
  78. dde01d9 drm/i915: Split detaching and removing the vma by Chris Wilson · 5 years ago
  79. 164a412 drm/i915/selftests: Pretty print the i915_active by Chris Wilson · 5 years ago
  80. 1db257c drm/i915/selftests: Assert that the idle_pulse is sent by Chris Wilson · 5 years ago
  81. 29b2765 drm/i915/mst: Document the userspace fail with possible_crtcs by Ville Syrjälä · 5 years ago
  82. 34053ee drm/i915: Simplify pipe_mask setup even further by Ville Syrjälä · 5 years ago
  83. 4d19505 drm/i915: Allow ICL+ DSI on any pipe by Ville Syrjälä · 5 years ago
  84. 981329c drm/i915: s/crtc_mask/pipe_mask/ by Ville Syrjälä · 5 years ago
  85. 2b0b274 drm/i915: Simplify LVDS crtc_mask setup by Ville Syrjälä · 5 years ago
  86. 2d9c190 drm/i915/uc: define GuC and HuC binaries for TGL by Daniele Ceraolo Spurio · 5 years ago
  87. 4e380d0 drm/i915: Stop frobbing crtc->base.mode by Ville Syrjälä · 5 years ago
  88. 25f8995 drm/i915: Nuke 'mode' argument to intel_get_load_detect_pipe() by Ville Syrjälä · 5 years ago
  89. a8ddac7c drm/i915: Avoid HPD poll detect triggering a new detect cycle by Imre Deak · 5 years ago
  90. a06375a drm/i915/gt: Always track callers to intel_rps_mark_interactive() by Chris Wilson · 5 years ago
  91. 811bb3d drm/i915/tgl: Add gam instdone by Mika Kuoppala · 5 years ago
  92. e50dbdb drm/i915/tgl: Add SFC instdone to error state by Mika Kuoppala · 5 years ago
  93. b3545e0 drm/i915/tgl: add support to one DP-MST stream by Lucas De Marchi · 5 years ago
  94. a0e0471 drm/i915/gem: Make context persistence optional by Chris Wilson · 5 years ago
  95. 5451646 drm/i915: Provide more information on DP AUX failures by Matt Roper · 5 years ago
  96. 0f9ed3b drm/i915/display/cnl+: Handle fused off DSC by José Roberto de Souza · 5 years ago
  97. ee59588 drm/i915/display/icl+: Check if DMC is fused off by José Roberto de Souza · 5 years ago
  98. 7a40aac drm/i915/display: Check if FBC is fused off by José Roberto de Souza · 5 years ago
  99. 7439310 drm/i915/display: Handle fused off HDCP by José Roberto de Souza · 5 years ago
  100. a20e26d drm/i915: Add two spaces before the SKL_DFSM registers by José Roberto de Souza · 5 years ago