1. a21ef71 drm/i915: Differentiate between sw write location into ring and last hw read by Chris Wilson · 8 years ago
  2. 88326ef drm/i915: Confirm the request is still active before adding it to the await by Chris Wilson · 8 years ago
  3. ae351be drm/i915: Combine reset_all_global_seqno() loops into one by Chris Wilson · 8 years ago
  4. 7a453fb drm/i915: Remove redudant wait for each engine to idle from seqno wrap by Chris Wilson · 8 years ago
  5. 72022a7 drm/i915: Move retire-requests into i915_gem_wait_for_idle() by Chris Wilson · 8 years ago
  6. 05506b5 drm/i915: Use a dummy timeline name for a signaled fence by Chris Wilson · 8 years ago
  7. fe085f1 drm/i915: Remove intel_ring.last_retired_head by Chris Wilson · 8 years ago
  8. 8c185ec drm/i915: Split I915_RESET_IN_PROGRESS into two flags by Chris Wilson · 8 years ago
  9. 2e16101 Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  10. 5400367 drm/i915: Ensure the engine is idle before manually changing HWS by Chris Wilson · 8 years ago
  11. c8659ef drm/i915: Drop spinlocks around adding to the client request list by Chris Wilson · 8 years ago
  12. 6752041 drm/i915: s/assert_spin_locked/lockdep_assert_held/ by Chris Wilson · 8 years ago
  13. e60a870 drm/i915: Assert that fence->lock is held in an irq-safe manner by Chris Wilson · 8 years ago
  14. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
  15. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  16. 56299fb drm/i915: Signal first fence from irq handler if complete by Chris Wilson · 8 years ago
  17. 0f2f61d drm/i915: Remove one level of indention from wait-for-execute by Chris Wilson · 8 years ago
  18. 24f417e drm/i915: Immediately process a reset before starting waiting by Chris Wilson · 8 years ago
  19. e070511 drm/i915: Refactor direct GPU reset from request waiters by Chris Wilson · 8 years ago
  20. a49625f drm/i915: Replace reset_wait_queue with default_wake_function by Chris Wilson · 8 years ago
  21. d6a2289 drm/i915: Remove the preempted request from the execution queue by Chris Wilson · 8 years ago
  22. 754c9fd drm/i915: Protect the request->global_seqno with the engine->timeline lock by Chris Wilson · 8 years ago
  23. fe49789 drm/i915: Deconstruct execute fence by Chris Wilson · 8 years ago
  24. 541ca6e drm/i915: Inline __i915_gem_request_wait_for_execute() by Chris Wilson · 8 years ago
  25. 7de53bf drm/i915: Add ourselves to the gpu error waitqueue for the entire wait by Chris Wilson · 8 years ago
  26. 4b36b2e drm/i915: Use a local to shorten req->i915->gpu_error.wait_queue by Chris Wilson · 8 years ago
  27. 12d3173 drm/i915: Move reserve_seqno() next to unreserve_seqno() by Chris Wilson · 8 years ago
  28. 9b6586a drm/i915: Keep a global seqno per-engine by Chris Wilson · 8 years ago
  29. 354d036 drm/i915/tracepoints: Add request submit and execute tracepoints by Tvrtko Ursulin · 8 years ago
  30. 9369250 drm/i915/tracepoints: Tidy i915_gem_request_wait_begin by Tvrtko Ursulin · 8 years ago
  31. c33ed06 drm/i915: Break i915_spin_request() if we see an interrupt by Chris Wilson · 8 years ago
  32. 44a0270 drm/i915: Check for timeout completion when waiting for the rq to submitted by Chris Wilson · 8 years ago
  33. 73dec95 drm/i915: Emit to ringbuffer directly by Tvrtko Ursulin · 8 years ago
  34. c835c55 drm/i915: Add selftests for i915_gem_request by Chris Wilson · 8 years ago
  35. 969bb72 drm/i915: Check for timeout completion when waiting for the rq to submitted by Chris Wilson · 8 years ago
  36. 6ffb7d0 drm/i915: Construct a request even if the GPU is currently hung by Chris Wilson · 8 years ago
  37. c781c97 drm/i915: Add a sanity check that no request is submitted in the middle by Chris Wilson · 8 years ago
  38. a402eae Merge tag 'v4.10-rc2' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  39. f73e739 drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc by Chris Wilson · 8 years ago
  40. e8a9c58 drm/i915: Unify active context tracking between legacy/execlists/guc by Chris Wilson · 8 years ago
  41. 9439b37 Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  42. 0e932c0 drm/i915: Hold a reference on the request for its fence chain by Chris Wilson · 8 years ago
  43. fc15840 drm/i915: Integrate i915_sw_fence with debugobjects by Chris Wilson · 8 years ago
  44. 48bc2a4 drm/i915: Hold a reference on the request for its fence chain by Chris Wilson · 8 years ago
  45. 1618bdb drm/i915: Assert no external observers when unwind a failed request alloc by Chris Wilson · 8 years ago
  46. 4ffd6e0 drm/i915: Add is-completed assert to request retire entrypoint by Chris Wilson · 8 years ago
  47. 4c266ed drm/i915: Rename i915_gem_timeline.next_seqno to .seqno by Joonas Lahtinen · 8 years ago
  48. bc1d53c drm/i915: Wipe hang stats as an embedded struct by Mika Kuoppala · 8 years ago
  49. e5e1fc4 drm/i915: Use request retirement as context progress by Mika Kuoppala · 8 years ago
  50. 786d290 drm/i915: Check that each request phase is completed before retiring by Chris Wilson · 8 years ago
  51. 4302055 drm/i915: Be more careful to drop the GT wakeref by Chris Wilson · 8 years ago
  52. f2f09a4 locking/core: Remove cpu_relax_lowlatency() users by Christian Borntraeger · 8 years ago
  53. 9f792eb drm/i915: Store the execution priority on the context by Chris Wilson · 8 years ago
  54. 20311bd drm/i915/scheduler: Execute requests in order of priorities by Chris Wilson · 8 years ago
  55. 52e5420 drm/i915/scheduler: Record all dependencies upon request construction by Chris Wilson · 8 years ago
  56. 0de9136 drm/i915/scheduler: Signal the arrival of a new request by Chris Wilson · 8 years ago
  57. d55ac5b drm/i915: Defer transfer onto execution timeline to actual hw submission by Chris Wilson · 8 years ago
  58. 23902e4 drm/i915: Split request submit/execute phase into two by Chris Wilson · 8 years ago
  59. bb89485 drm/i915: Create distinct lockclasses for execution vs user timelines by Chris Wilson · 8 years ago
  60. 6a5d1db drm/i915: Spin until breadcrumb threads are complete by Chris Wilson · 8 years ago
  61. 5bd11a3 drm/i915: Avoid early GPU idling due to already pending idle work by Imre Deak · 8 years ago
  62. 80b204b drm/i915: Enable multiple timelines by Chris Wilson · 8 years ago
  63. f2d1329 drm/i915: Defer setting of global seqno on request to submission by Chris Wilson · 8 years ago
  64. 28176ef drm/i915: Reserve space in the global seqno during request allocation by Chris Wilson · 8 years ago
  65. 85e17f5 drm/i915: Move the global sync optimisation to the timeline by Chris Wilson · 8 years ago
  66. caddfe7 drm/i915: Defer breadcrumb emission by Chris Wilson · 8 years ago
  67. 98f29e8 drm/i915: Record space required for breadcrumb emission by Chris Wilson · 8 years ago
  68. 9b81d55 drm/i915: Rename ->emit_request to ->emit_breadcrumb by Chris Wilson · 8 years ago
  69. 65e4760 drm/i915: Introduce a global_seqno for each request by Chris Wilson · 8 years ago
  70. 4680816b drm/i915: Wait first for submission, before waiting for request completion by Chris Wilson · 8 years ago
  71. 73cb970 drm/i915: Combine seqno + tracking into a global timeline struct by Chris Wilson · 8 years ago
  72. d07f0e5 drm/i915: Move GEM activity tracking into a common struct reservation_object by Chris Wilson · 8 years ago
  73. 4c7d62c drm/i915: Markup GEM API with lockdep asserts by Chris Wilson · 8 years ago
  74. e95433c drm/i915: Rearrange i915_wait_request() accounting with callers by Chris Wilson · 8 years ago
  75. b52992c drm/i915: Support asynchronous waits on struct fence from i915_gem_request by Chris Wilson · 8 years ago
  76. f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 8 years ago
  77. 3b3f165 drm/i915: Allocate intel_engine_cs structure only for the enabled engines by Akash Goel · 8 years ago
  78. 9b05a60 drm/i915: Distinguish last emitted request from last submitted request by Chris Wilson · 8 years ago
  79. 8687b3e drm/i915: Distinguish last emitted request from last submitted request by Chris Wilson · 8 years ago
  80. 0a046a0 drm/i915: Nonblocking request submission by Chris Wilson · 8 years ago
  81. a2bc469 drm/i915: Prepare object synchronisation for asynchronicity by Chris Wilson · 8 years ago
  82. 0f25dff drm/i915: Reorder i915_add_request to separate the phases better by Chris Wilson · 8 years ago
  83. 5590af3 drm/i915: Drive request submission through fence callbacks by Chris Wilson · 8 years ago
  84. 221fe79 drm/i915: Perform a direct reset of the GPU from the waiter by Chris Wilson · 8 years ago
  85. 22dd3bb drm/i915: Mark up all locked waiters by Chris Wilson · 8 years ago
  86. ea746f3 drm/i915: Expand bool interruptible to pass flags to i915_wait_request() by Chris Wilson · 8 years ago
  87. 8af29b0 drm/i915: Separate out reset flags from the reset counter by Chris Wilson · 8 years ago
  88. 70c2a24 drm/i915: Simplify ELSP queue request tracking by Chris Wilson · 8 years ago
  89. bafb0fc drm/i915: Make for_each_engine_masked() more compact and quicker by Chris Wilson · 8 years ago
  90. f640719 drm/i915: Tidy reporting busy status during i915_gem_retire_requests() by Chris Wilson · 8 years ago
  91. c84455b drm/i915: Move debug only per-request pid tracking from request to ctx by Chris Wilson · 8 years ago
  92. 058d88c drm/i915: Track pinned VMA by Chris Wilson · 8 years ago
  93. 95b2ab5 drm/i915: Remove redundant WARN_ON from __i915_add_request() by Chris Wilson · 8 years ago
  94. d045446 drm/i915: Record the position of the start of the request by Chris Wilson · 8 years ago
  95. 17f298cf drm/i915: Move setting of request->batch into its single callsite by Chris Wilson · 9 years ago
  96. 1426f71 drm/i915: Correct typo for __i915_gem_active_get_rcu in a comment by Chris Wilson · 9 years ago
  97. 5a198b8 drm/i915: Do not overwrite the request with zero on reallocation by Chris Wilson · 9 years ago
  98. 437c308 drm/i915: Update comment before i915_spin_request by Daniel Vetter · 9 years ago
  99. 209b3f7 drm/i915: Assert that the request hasn't been retired by Chris Wilson · 9 years ago
  100. dcff85c drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex by Chris Wilson · 9 years ago