1. 821ed7d drm/i915: Update reset path to fix incomplete requests by Chris Wilson · 8 years ago
  2. c84455b drm/i915: Move debug only per-request pid tracking from request to ctx by Chris Wilson · 8 years ago
  3. bde13eb drm/i915: Introduce i915_ggtt_offset() by Chris Wilson · 8 years ago
  4. 56c0f1a drm/i915: Use VMA for scratch page tracking by Chris Wilson · 8 years ago
  5. 7abc98f drm/i915: Only change the context object's domain when binding by Chris Wilson · 8 years ago
  6. bf3783e drm/i915: Use VMA as the primary object for context state by Chris Wilson · 8 years ago
  7. c1bb114 drm/i915: Store number of active engines in device info by Tvrtko Ursulin · 8 years ago
  8. de89508 drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin() by Chris Wilson · 8 years ago
  9. 3272db5 drm/i915: Combine all i915_vma bitfields into a single set of flags by Chris Wilson · 8 years ago
  10. df0e9a2 Revert "drm/i915: Clean up associated VMAs on context destruction" by Chris Wilson · 8 years ago
  11. 50e046b drm/i915: Mark the context and address space as closed by Chris Wilson · 8 years ago
  12. 5cf3d28 drm/i915: i915_vma_move_to_active prep patch by Chris Wilson · 8 years ago
  13. 2bfa996 drm/i915: Store owning file on the i915_address_space by Chris Wilson · 8 years ago
  14. 5b043f4 drm/i915: Unify legacy/execlists submit_execbuf callbacks by Chris Wilson · 8 years ago
  15. 7c9cf4e drm/i915: Reduce engine->emit_flush() to a single mode parameter by Chris Wilson · 8 years ago
  16. c7fe7d2 drm/i915: Remove obsolete engine->gpu_caches_dirty by Chris Wilson · 8 years ago
  17. 7e37f88 drm/i915: Rename struct intel_ringbuffer to struct intel_ring by Chris Wilson · 8 years ago
  18. dca33ec drm/i915: Rename intel_context[engine].ringbuf by Chris Wilson · 8 years ago
  19. 1dae2df drm/i915: Rename request->ringbuf to request->ring by Chris Wilson · 8 years ago
  20. b5321f3 drm/i915: Unify intel_logical_ring_emit and intel_ring_emit by Chris Wilson · 8 years ago
  21. 39df919 drm/i915: Convert i915_semaphores_is_enabled over to early sanitize by Chris Wilson · 8 years ago
  22. f8c417c drm/i915: Rename drm_gem_object_unreference in preparation for lockless free by Chris Wilson · 8 years ago
  23. 9a6feaf drm/i915: Rename i915_gem_context_reference/unreference() by Chris Wilson · 8 years ago
  24. 945657b drm/i915/evict: Always switch away from the current context by Chris Wilson · 8 years ago
  25. 91c8a32 drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm by Chris Wilson · 8 years ago
  26. fac5e23 drm/i915: Mass convert dev->dev_private to to_i915(dev) by Chris Wilson · 8 years ago
  27. bc3d674 drm/i915: Allow userspace to request no-error-capture upon GPU hangs by Chris Wilson · 8 years ago
  28. a168b2d drm/i915: Mark all default contexts as uninitialised after context loss by Chris Wilson · 8 years ago
  29. c7c3c07 drm/i915: Treat kernel context as initialised by Chris Wilson · 8 years ago
  30. 0cb26a8 drm/i915: Move legacy kernel context pinning to intel_ringbuffer.c by Chris Wilson · 8 years ago
  31. c8c3579 drm/i915: Introduce GVT context creation API by Zhi Wang · 8 years ago
  32. 3c7ba63 drm/i915: Introduce execlist context status change notification by Zhi Wang · 8 years ago
  33. c01fc53 drm/i915: Make addressing mode bits in context descriptor configurable by Zhi Wang · 8 years ago
  34. bcd794c drm/i915: Make ring buffer size of a LRC context configurable by Zhi Wang · 8 years ago
  35. bca44d8 drm/i915: Merge legacy+execlists context structs by Chris Wilson · 8 years ago
  36. d28b99a drm/i915: Show i915_gem_context owner in debugfs by Chris Wilson · 8 years ago
  37. c6aab91 drm/i915: Move pinning of dev_priv->kernel_context into its creator by Chris Wilson · 8 years ago
  38. ca585b5 drm/i915: Rename and inline i915_gem_context_get() by Chris Wilson · 8 years ago
  39. 499f269 drm/i915: Apply lockdep annotations to i915_gem_context.c by Chris Wilson · 8 years ago
  40. e2efd13 drm/i915: Rename struct intel_context by Chris Wilson · 8 years ago
  41. bdb0461 drm/i915: Complete pending resets before get-reset-stats ioctl by Chris Wilson · 8 years ago
  42. d538704 drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.c by Chris Wilson · 8 years ago
  43. c033666 drm/i915: Store a i915 backpointer from engine, and use it by Chris Wilson · 8 years ago
  44. e7ae86b drm/i915: Unify GPU resets upon shutdown by Chris Wilson · 8 years ago
  45. 5d1808e drm/i915: Assign every HW context a unique ID by Chris Wilson · 8 years ago
  46. f9326be drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use by Chris Wilson · 8 years ago
  47. d200cda drm/i915: Remove early l3-remap by Chris Wilson · 8 years ago
  48. ff55b5e drm/i915: Consolidate L3 remapping LRI by Chris Wilson · 8 years ago
  49. b0ebde3 drm/i915: L3 cache remapping is part of context switching by Chris Wilson · 8 years ago
  50. b2e862d drm/i915: Mark the current context as lost on suspend by Chris Wilson · 8 years ago
  51. fe3db79 drm/i915: Propagate error from drm_gem_object_init() by Chris Wilson · 8 years ago
  52. d37cd8a drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create() by Dave Gordon · 8 years ago
  53. fcb5106 drm/i915: Reorganise legacy context switch to cope with late failure by Chris Wilson · 8 years ago
  54. e1a8daa drm/i915: Split out !RCS legacy context switching by Chris Wilson · 8 years ago
  55. e9135c4 drm/i915: Prevent machine death on Ivybridge context switching by Chris Wilson · 8 years ago
  56. 7d774ca drm/i915: Use new i915_gem_object_pin_map for LRC by Tvrtko Ursulin · 8 years ago
  57. b4ac5af drm/i915: replace for_each_engine() by Dave Gordon · 8 years ago
  58. 62106b4 drm/i915: Rename dev_priv->gtt to dev_priv->ggtt by Joonas Lahtinen · 8 years ago
  59. 39dabec drm/i915: Use shorter route to dev_private where possible by Tvrtko Ursulin · 8 years ago
  60. ee4b6fa drm/i915: Modify reset func to handle per engine resets by Mika Kuoppala · 8 years ago
  61. 666796d drm/i915: More intel_engine_cs renaming by Tvrtko Ursulin · 8 years ago
  62. 4a570db drm/i915: Rename intel_engine_cs struct members by Tvrtko Ursulin · 8 years ago
  63. 0bc40be drm/i915: Rename intel_engine_cs function parameters by Tvrtko Ursulin · 8 years ago
  64. e2f8039 drm/i915: Rename local struct intel_engine_cs variables by Tvrtko Ursulin · 8 years ago
  65. 1c7f4bc drm/i915: Rename vma->*_list to *_link for consistency by Chris Wilson · 8 years ago
  66. b31e513 drm/i915: Reject invalid-pad for context-destroy and -create ioctls by Chris Wilson · 8 years ago
  67. f4e2dec drm/i915: Fix premature LRC unpin in GuC mode by Tvrtko Ursulin · 8 years ago
  68. a0b4a6a drm/i915: Extract context unpinning to its own function by Tvrtko Ursulin · 8 years ago
  69. ed54c1a drm/i915: abolish separate per-ring default_context pointers by Dave Gordon · 9 years ago
  70. 42f1cae drm/i915: Restore inhibiting the load of the default context by Chris Wilson · 9 years ago
  71. 4d3e904 drm/i915: Only set gem object L3 cache level for IVB devices by Wayne Boyer · 9 years ago
  72. 666a453 drm/i915: Separate cherryview from valleyview by Wayne Boyer · 9 years ago
  73. 408952d drm/i915: Remove incorrect warning in context cleanup by Tvrtko Ursulin · 9 years ago
  74. f92a916 drm/i915: Add functions to emit register offsets to the ring by Ville Syrjälä · 9 years ago
  75. fa8848f drm/i915: Report context GTT size by Chris Wilson · 9 years ago
  76. 61fb588 drm/i915: Remove wrong warning from i915_gem_context_clean by Tvrtko Ursulin · 9 years ago
  77. e9f24d5 drm/i915: Clean up associated VMAs on context destruction by Tvrtko Ursulin · 9 years ago
  78. a0bd6c3 drm/i915: Always enable execlists on BDW for vgpu by Zhiyuan Lv · 9 years ago
  79. 37876df drm/i915: Remove the failed context from the fpriv->context_idr by Chris Wilson · 9 years ago
  80. ca6e440 Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  81. 9ea4fee drm/i915: Store device pointer in contexts for late tracepoint usafe by Chris Wilson · 9 years ago
  82. 5261392 Revert "drm/i915: Allocate context objects from stolen" by Ville Syrjälä · 9 years ago
  83. 4c436d55 drm/i915: Enable Resource Streamer state save/restore on MI_SET_CONTEXT by Abdiel Janulgue · 9 years ago
  84. 5fb9de1 drm/i915: Update intel_ring_begin() to take a request structure by John Harrison · 9 years ago
  85. a84c3ae drm/i915: Update ring->flush() to take a requests structure by John Harrison · 9 years ago
  86. e85b26d drm/i915: Update switch_mm() to take a request structure by John Harrison · 9 years ago
  87. 1d719cd drm/i915: Update mi_set_context() to take a request structure by John Harrison · 9 years ago
  88. 6909a66 drm/i915: Update l3_remap to take a request structure by John Harrison · 9 years ago
  89. b2af037 drm/i915: Update [vma|object]_move_to_active() to take request structures by John Harrison · 9 years ago
  90. 8753181 drm/i915: Update init_context() to take a request structure by John Harrison · 9 years ago
  91. abd68d9 drm/i915: Update do_switch() to take a request structure by John Harrison · 9 years ago
  92. ba01cc9 drm/i915: Update i915_switch_context() to take a request structure by John Harrison · 9 years ago
  93. b3dd6b9 drm/i915: Update ppgtt_init_ring() & context_enable() to take requests by John Harrison · 9 years ago
  94. 90638cc drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable() by John Harrison · 9 years ago
  95. b1b3827 drm/i915: add a context parameter to {en, dis}able zero address mapping by David Weinehall · 9 years ago
  96. b471618 drm/i915: Implement inter-engine read-read optimisations by Chris Wilson · 9 years ago
  97. 9258811 drm/i915: Don't use atomics for pg_dirty_rings by Daniel Vetter · 9 years ago
  98. 71b7e54 drm/i915: Don't look at pg_dirty_rings for aliasing ppgtt by Daniel Vetter · 9 years ago
  99. 070c1d0 drm/i915: Drop redundant GGTT rebinding by Daniel Vetter · 9 years ago
  100. 149c86e drm/i915: Allocate context objects from stolen by Chris Wilson · 9 years ago