1. 3e7941a drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register() by Chris Wilson · 9 years ago
  2. a19d6ff drm/i915: Small compaction of the engine init code by Tvrtko Ursulin · 9 years ago
  3. 80a9a8d drm/i915: Support LRC context single submission by Zhi Wang · 9 years ago
  4. 3c7ba63 drm/i915: Introduce execlist context status change notification by Zhi Wang · 9 years ago
  5. c01fc53 drm/i915: Make addressing mode bits in context descriptor configurable by Zhi Wang · 9 years ago
  6. bcd794c drm/i915: Make ring buffer size of a LRC context configurable by Zhi Wang · 9 years ago
  7. 066d462 drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitch by Mika Kuoppala · 9 years ago
  8. 0b2d093 drm/i915/kbl: Add WaForGAMHang by Mika Kuoppala · 9 years ago
  9. fe90581 drm/i915/kbl: Add WaDisableLSQCROPERFforOCL by Mika Kuoppala · 9 years ago
  10. 14bb2c1 drm/i915: Fix a buch of kerneldoc warnings by Tvrtko Ursulin · 9 years ago
  11. 5a21b66 drm/i915: Revert async unpin and nonblocking atomic commit by Daniel Vetter · 9 years ago
  12. bca44d8 drm/i915: Merge legacy+execlists context structs by Chris Wilson · 9 years ago
  13. 9021ad0 drm/i915: Name the inner most per-engine intel_context struct by Chris Wilson · 9 years ago
  14. e2efd13 drm/i915: Rename struct intel_context by Chris Wilson · 9 years ago
  15. 7c2c270 drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}() by Dave Gordon · 9 years ago
  16. b8d2afa drm/i915: Remove use_mmio_flip kernel parameter. by Maarten Lankhorst · 9 years ago
  17. c033666 drm/i915: Store a i915 backpointer from engine, and use it by Chris Wilson · 9 years ago
  18. e1382ef drm/i915/execlists: Refactor common engine setup by Chris Wilson · 9 years ago
  19. 0e4ca10 drm/i915: Fix ordering of sanitize ppgtt and sanitize execlists by Chris Wilson · 9 years ago
  20. a58c01a drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacy by Chris Wilson · 9 years ago
  21. 0e93cdd drm/i915: Trim the flush for the execlists request emission by Chris Wilson · 9 years ago
  22. e39d42f drm/i915: Stop tracking execlists retired requests by Tvrtko Ursulin · 9 years ago
  23. a3d1276 drm/i915: Store LRC hardware id in the request by Tvrtko Ursulin · 9 years ago
  24. a16a405 drm/i915: Track the previous pinned context inside the request by Chris Wilson · 9 years ago
  25. 978f1e0 drm/i915: Move the magical deferred context allocation into the request by Chris Wilson · 9 years ago
  26. 24f1d3c drm/i915: Refactor execlists default context pinning by Chris Wilson · 9 years ago
  27. 7069b14 drm/i915: Replace the pinned context address with its unique ID by Chris Wilson · 9 years ago
  28. ef87bba drm/i915: Update execlists context descriptor format commentary by Chris Wilson · 9 years ago
  29. 6310346 drm/i915: Preallocate enough space for the average request by Chris Wilson · 9 years ago
  30. bfa0120 drm/i915: Manually unwind after a failed request allocation by Chris Wilson · 9 years ago
  31. 0251a96 drm/i915: Remove the identical implementations of request space reservation by Chris Wilson · 9 years ago
  32. 987046a drm/i915: Unify intel_ring_begin() by Chris Wilson · 9 years ago
  33. fe3db79 drm/i915: Propagate error from drm_gem_object_init() by Chris Wilson · 9 years ago
  34. d37cd8a drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create() by Dave Gordon · 9 years ago
  35. 791bee1 drm/i915: Remove a couple pointless WARN_ONs by Tvrtko Ursulin · 9 years ago
  36. 0ccdacf drm/i915/mocs: Program MOCS for all engines on init by Peter Antoine · 9 years ago
  37. aa9b781 drm/i915: Late request cancellations are harmful by Chris Wilson · 9 years ago
  38. f4457ae drm/i915: Prevent leaking of -EIO from i915_wait_request() by Chris Wilson · 9 years ago
  39. 299259a drm/i915: Store the reset counter when constructing a request by Chris Wilson · 9 years ago
  40. c19ae98 drm/i915: Hide the atomic_read(reset_counter) behind a helper by Chris Wilson · 9 years ago
  41. ce81a65 drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno write by Michał Winiarski · 9 years ago
  42. 7d774ca drm/i915: Use new i915_gem_object_pin_map for LRC by Tvrtko Ursulin · 9 years ago
  43. 04794ad drm/i915: Split execlists hardware status page initialisation from setup by Tvrtko Ursulin · 9 years ago
  44. 3756685 drm/i915: Only grab correct forcewake for the engine with execlists by Tvrtko Ursulin · 9 years ago
  45. b1e429f drm/i915: implement WaClearTdlStateAckDirtyBits by Tim Gore · 9 years ago
  46. c04e0f3 drm/i915: Separate out the seqno-barrier from engine->get_seqno by Chris Wilson · 9 years ago
  47. 782f6bc drm/i915: Fixup the free space logic in ring_prepare by Akash Goel · 9 years ago
  48. 27af5ee drm/i915: Move execlists irq handler to a bottom half by Tvrtko Ursulin · 9 years ago
  49. b4ac5af drm/i915: replace for_each_engine() by Dave Gordon · 9 years ago
  50. fc0768c drm/i915/tdr: Initialize hangcheck struct for each engine by Tomas Elf · 9 years ago
  51. 26720ab drm/i915: Move CSB MMIO reads out of the execlists lock by Tvrtko Ursulin · 9 years ago
  52. 39dabec drm/i915: Use shorter route to dev_private where possible by Tvrtko Ursulin · 9 years ago
  53. 117897f drm/i915: More renaming of rings to engines by Tvrtko Ursulin · 9 years ago
  54. 666796d drm/i915: More intel_engine_cs renaming by Tvrtko Ursulin · 9 years ago
  55. 4a570db drm/i915: Rename intel_engine_cs struct members by Tvrtko Ursulin · 9 years ago
  56. 0bc40be drm/i915: Rename intel_engine_cs function parameters by Tvrtko Ursulin · 9 years ago
  57. e2f8039 drm/i915: Rename local struct intel_engine_cs variables by Tvrtko Ursulin · 9 years ago
  58. 8de1b23 drm/i915/lrc: Do not wait atomically when stopping engines by Tvrtko Ursulin · 9 years ago
  59. c6a2ac7 drm/i915: Execlists small cleanups and micro-optimisations by Tvrtko Ursulin · 9 years ago
  60. 2743179 drm/i915: Execlists cannot pin a context without the object by Chris Wilson · 9 years ago
  61. 99cf8ea drm/i915/lrc: Only set RS ctx enable in ctx control reg if there is a RS by Michel Thierry · 9 years ago
  62. 7156291 drm/i915/gen9: Set value of Indirect Context Offset based on gen version by Michel Thierry · 9 years ago
  63. f4e2dec drm/i915: Fix premature LRC unpin in GuC mode by Tvrtko Ursulin · 9 years ago
  64. 321fe30 drm/i915: Make LRC pinning own a reference to the context by Tvrtko Ursulin · 9 years ago
  65. e5292823 drm/i915: Make LRC (un)pinning work on context and engine by Tvrtko Ursulin · 9 years ago
  66. 397097b drm/i915/guc: Decouple GuC engine id from ring id by Alex Dai · 9 years ago
  67. 77b04a0 drm/i915: More use of the cached LRC state by Tvrtko Ursulin · 9 years ago
  68. 426960b drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids by Chris Wilson · 9 years ago
  69. 7c17d37 drm/i915: Use ordered seqno write interrupt generation on gen8+ execlists by Chris Wilson · 9 years ago
  70. e28e404 drm/i915: tidy up a few leftovers by Dave Gordon · 9 years ago
  71. ed54c1a drm/i915: abolish separate per-ring default_context pointers by Dave Gordon · 9 years ago
  72. 2682708 drm/i915: simplify allocation of driver-internal requests by Dave Gordon · 9 years ago
  73. 82352e9 drm/i915: Cache LRC state page in the context by Tvrtko Ursulin · 9 years ago
  74. 0eb973d drm/i915: Cache ringbuffer GTT VMA by Tvrtko Ursulin · 9 years ago
  75. ca82580 drm/i915: Do not call API requiring struct_mutex where it is not available by Tvrtko Ursulin · 9 years ago
  76. 965fd60 drm/i915: Make sure DC writes are coherent on flush. by Francisco Jerez · 9 years ago
  77. ec8a977 drm/i915: Fix bsd2 ring name by Tvrtko Ursulin · 9 years ago
  78. d9f3af9 drm/i915: Compact logical ring interrupt initialization by Tvrtko Ursulin · 9 years ago
  79. c9cacf9 drm/i915: Extract vfunc setup from logical ring initializers by Tvrtko Ursulin · 9 years ago
  80. 7eb08a2 drm/i915/bdw+: Replace list_del+list_add_tail with list_move_tail by Tvrtko Ursulin · 9 years ago
  81. cd7feaa drm/i915: Don't warn if the workaround list is empty part 2. by Boyer, Wayne · 9 years ago
  82. 91a4103 drm/i915: Extract CSB status read by Ben Widawsky · 9 years ago
  83. f764a8b drm/i915: Change WARN to ERROR in CSB count by Ben Widawsky · 9 years ago
  84. 5590a5f drm/i915: Cleanup some of the CSB handling by Ben Widawsky · 9 years ago
  85. c5d46ee drm/i915: add kerneldoc for intel_lr_context_size() by Dave Gordon · 9 years ago
  86. 95a66f7 drm/i915/guc: Expose (intel)_lr_context_size() by Dave Gordon · 9 years ago
  87. a7e0219 drm/i915/guc: Move GuC wq_check_space to alloc_request_extras by Alex Dai · 9 years ago
  88. eba5119 drm/i915: Fix whitespace (trivial) by Ben Widawsky · 9 years ago
  89. 1a5a9ce drm/i915: Limit VF cache invalidate workaround usage to gen9 by Ben Widawsky · 9 years ago
  90. 033908a drm/i915: mark GEM object pages dirty when mapped & written by the CPU by Dave Gordon · 9 years ago
  91. b0366a5 drm/i915: intel_ring_initialized() must be simple and inline by Dave Gordon · 9 years ago
  92. af3302b Revert "drm/i915: Extend LRC pinning to cover GPU context writeback" by Daniel Vetter · 9 years ago
  93. 6d65ba9 drm/i915: Extend LRC pinning to cover GPU context writeback by Nick Hoath · 9 years ago
  94. 92907cb Merge tag 'v4.4-rc2' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  95. fb1a211 Revert "drm/i915: Initialize HWS page address after GPU reset" by Arun Siluvery · 9 years ago
  96. f0f59a0 drm/i915: Type safe register read/write by Ville Syrjälä · 9 years ago
  97. 0d925ea drm/i915: Wrap context LRI init in a macro by Ville Syrjälä · 9 years ago
  98. 35dc3f9 drm/i915: Give names to more ring registers by Ville Syrjälä · 9 years ago
  99. 9244a81 drm/i915: Wrap ASSIGN_CTX_{PDP,PM4L} in do {} while(0) by Ville Syrjälä · 9 years ago
  100. 8f40db7 drm/i915: Add wa_ctx_emit_reg() by Ville Syrjälä · 9 years ago