1. 666796d drm/i915: More intel_engine_cs renaming by Tvrtko Ursulin · 9 years ago
  2. 4a570db drm/i915: Rename intel_engine_cs struct members by Tvrtko Ursulin · 9 years ago
  3. 0bc40be drm/i915: Rename intel_engine_cs function parameters by Tvrtko Ursulin · 9 years ago
  4. e2f8039 drm/i915: Rename local struct intel_engine_cs variables by Tvrtko Ursulin · 9 years ago
  5. 1c7f4bc drm/i915: Rename vma->*_list to *_link for consistency by Chris Wilson · 9 years ago
  6. b31e513 drm/i915: Reject invalid-pad for context-destroy and -create ioctls by Chris Wilson · 9 years ago
  7. f4e2dec drm/i915: Fix premature LRC unpin in GuC mode by Tvrtko Ursulin · 9 years ago
  8. a0b4a6a drm/i915: Extract context unpinning to its own function by Tvrtko Ursulin · 9 years ago
  9. ed54c1a drm/i915: abolish separate per-ring default_context pointers by Dave Gordon · 9 years ago
  10. 42f1cae drm/i915: Restore inhibiting the load of the default context by Chris Wilson · 9 years ago
  11. 4d3e904 drm/i915: Only set gem object L3 cache level for IVB devices by Wayne Boyer · 9 years ago
  12. 666a453 drm/i915: Separate cherryview from valleyview by Wayne Boyer · 9 years ago
  13. 408952d drm/i915: Remove incorrect warning in context cleanup by Tvrtko Ursulin · 9 years ago
  14. f92a916 drm/i915: Add functions to emit register offsets to the ring by Ville Syrjälä · 9 years ago
  15. fa8848f drm/i915: Report context GTT size by Chris Wilson · 9 years ago
  16. 61fb588 drm/i915: Remove wrong warning from i915_gem_context_clean by Tvrtko Ursulin · 9 years ago
  17. e9f24d5 drm/i915: Clean up associated VMAs on context destruction by Tvrtko Ursulin · 9 years ago
  18. a0bd6c3 drm/i915: Always enable execlists on BDW for vgpu by Zhiyuan Lv · 9 years ago
  19. 37876df drm/i915: Remove the failed context from the fpriv->context_idr by Chris Wilson · 9 years ago
  20. ca6e440 Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  21. 9ea4fee drm/i915: Store device pointer in contexts for late tracepoint usafe by Chris Wilson · 10 years ago
  22. 5261392 Revert "drm/i915: Allocate context objects from stolen" by Ville Syrjälä · 9 years ago
  23. 4c436d55 drm/i915: Enable Resource Streamer state save/restore on MI_SET_CONTEXT by Abdiel Janulgue · 9 years ago
  24. 5fb9de1 drm/i915: Update intel_ring_begin() to take a request structure by John Harrison · 9 years ago
  25. a84c3ae drm/i915: Update ring->flush() to take a requests structure by John Harrison · 9 years ago
  26. e85b26d drm/i915: Update switch_mm() to take a request structure by John Harrison · 9 years ago
  27. 1d719cd drm/i915: Update mi_set_context() to take a request structure by John Harrison · 9 years ago
  28. 6909a66 drm/i915: Update l3_remap to take a request structure by John Harrison · 9 years ago
  29. b2af037 drm/i915: Update [vma|object]_move_to_active() to take request structures by John Harrison · 9 years ago
  30. 8753181 drm/i915: Update init_context() to take a request structure by John Harrison · 9 years ago
  31. abd68d9 drm/i915: Update do_switch() to take a request structure by John Harrison · 9 years ago
  32. ba01cc9 drm/i915: Update i915_switch_context() to take a request structure by John Harrison · 9 years ago
  33. b3dd6b9 drm/i915: Update ppgtt_init_ring() & context_enable() to take requests by John Harrison · 9 years ago
  34. 90638cc drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable() by John Harrison · 9 years ago
  35. b1b3827 drm/i915: add a context parameter to {en, dis}able zero address mapping by David Weinehall · 10 years ago
  36. b471618 drm/i915: Implement inter-engine read-read optimisations by Chris Wilson · 10 years ago
  37. 9258811 drm/i915: Don't use atomics for pg_dirty_rings by Daniel Vetter · 10 years ago
  38. 71b7e54 drm/i915: Don't look at pg_dirty_rings for aliasing ppgtt by Daniel Vetter · 10 years ago
  39. 070c1d0 drm/i915: Drop redundant GGTT rebinding by Daniel Vetter · 10 years ago
  40. 149c86e drm/i915: Allocate context objects from stolen by Chris Wilson · 10 years ago
  41. 6702cf1 drm/i915: Initialize all contexts by Ben Widawsky · 10 years ago
  42. 563222a drm/i915: Track page table reload need by Ben Widawsky · 10 years ago
  43. 317b4e9 drm/i915: Extract context switch skip and add pd load logic by Ben Widawsky · 10 years ago
  44. 3e5b6f0 drm/i915: Reset logical ring contexts' head and tail during GPU reset by Thomas Daniel · 10 years ago
  45. 0a87a2d Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  46. c9dc0f3 drm/i915: Add ioctl to set per-context parameters by Chris Wilson · 10 years ago
  47. 676fa57 drm/i915: Move the ban period onto the context by Chris Wilson · 10 years ago
  48. 2c55018 drm/i915: Disable PSMI sleep messages on all rings around context switches by Chris Wilson · 10 years ago
  49. fe14d5f drm/i915: Infrastructure for supporting different GGTT views per object by Tvrtko Ursulin · 10 years ago
  50. 8f0e2b9 drm/i915: Move golden context init into ->init_context by Daniel Vetter · 10 years ago
  51. e7778be drm/i915: Fix startup failure in LRC mode after recent init changes by Thomas Daniel · 10 years ago
  52. 41c5241 drm/i915: Remove the now redundant 'obj->ring' by John Harrison · 10 years ago
  53. 771b9a5 drm/i915: Initialize workarounds in logical ring mode too by Michel Thierry · 10 years ago
  54. 198c974 drm/i915: Add tracepoints to track a vm during its lifetime by Daniele Ceraolo Spurio · 10 years ago
  55. aff4376 drm/i915: Move flags describing VMA mappings into the VMA by Tvrtko Ursulin · 10 years ago
  56. 86d7f23 drm/i915/bdw: Apply workarounds in render ring init function by Arun Siluvery · 10 years ago
  57. ecdb5fd drm/i915/bdw: Don't execute context reset and switch with Execlists by Thomas Daniel · 10 years ago
  58. e80f14b drm/i915: Don't save/restore RS when not used by Ben Widawsky · 10 years ago
  59. 6689c16 drm/i915: Rework GPU reset sequence to match driver load & thaw by McAulay, Alistair · 10 years ago
  60. d624d86 drm/i915: Drop create_vm argument to i915_gem_create_context by Daniel Vetter · 10 years ago
  61. ae6c480 drm/i915: Only track real ppgtt for a context by Daniel Vetter · 10 years ago
  62. fa76da3 drm/i915: Initialize the aliasing ppgtt as part of global gtt by Daniel Vetter · 10 years ago
  63. 82460d9 drm/i915: Rework ppgtt init to no require an aliasing ppgtt by Daniel Vetter · 10 years ago
  64. 4d88470 drm/i915: Track file_priv, not ctx in the ppgtt structure by Daniel Vetter · 10 years ago
  65. ee960be drm/i915: Some cleanups for the ppgtt lifetime handling by Daniel Vetter · 10 years ago
  66. b9d06dd drm/i915: vma/ppgtt lifetime rules by Michel Thierry · 10 years ago
  67. 48d8238 drm/i915/bdw: Generic logical ring init and cleanup by Oscar Mateo · 10 years ago
  68. ec3e996 drm/i915/bdw: Deferred creation of user-created LRCs by Oscar Mateo · 10 years ago
  69. 8c857917 drm/i915/bdw: A bit more advanced LR context alloc/free by Oscar Mateo · 10 years ago
  70. ede7d42 drm/i915/bdw: Initialization for Logical Ring Contexts by Oscar Mateo · 10 years ago
  71. 2f29579 drm/i915: Reorder ctx unref on ppgtt cleanup by Ben Widawsky · 10 years ago
  72. 821d66d drm/i915: Emphasize that ctx->id is merely a user handle by Oscar Mateo · 10 years ago
  73. ea0c76f drm/i915: Emphasize that ctx->obj & ctx->is_initialized refer to the legacy rcs ctx by Oscar Mateo · 10 years ago
  74. aa0c13d drm/i915: Extract context backing object allocation by Oscar Mateo · 10 years ago
  75. 4bfad3d drm/i915: Unpin last_context at reset by Ville Syrjälä · 10 years ago
  76. f1615bb Merge tag 'v3.16-rc4' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  77. 967ab6b drm/i915: Only mark the ctx as initialised after a SET_CONTEXT operation by Chris Wilson · 10 years ago
  78. 14d8ec5 drm/i915: Remove ctx->last_ring by Oscar Mateo · 10 years ago
  79. f83d651 drm/i915: Kill private_default_ctx off by Oscar Mateo · 11 years ago
  80. 273497e drm/i915: s/i915_hw_context/intel_context by Oscar Mateo · 11 years ago
  81. a4872ba drm/i915: s/intel_ring_buffer/intel_engine_cs by Oscar Mateo · 11 years ago
  82. 46470fc9 drm/i915: Add null state batch to active list by Mika Kuoppala · 11 years ago
  83. b3f797a drm/i915/chv: Add some workaround notes by Ville Syrjälä · 11 years ago
  84. d3b448d drm/i915: Only unpin the default ctx object if it exists by Chris Wilson · 11 years ago
  85. 9d0a6fa drm/i915: add render state initialization by Mika Kuoppala · 11 years ago
  86. 885ac04 Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  87. 691e641 drm/i915: Always use kref tracking for all contexts. by Chris Wilson · 11 years ago
  88. ad2ac08 drm/i915: Make contexts non-snooped on non-LLC platforms by Ville Syrjälä · 11 years ago
  89. 057f6a8 drm/i915: Invariably invalidate before ctx switch by Ben Widawsky · 11 years ago
  90. 64bed78 drm/i915: Implement WaProgramMiArbOnOffAroundMiSetContext:bdw by Ville Syrjälä · 11 years ago
  91. 6313c20 drm/i915: Per-process stats work better when evaluated per-process by Chris Wilson · 11 years ago
  92. a95f6a0 drm/i915: Switch to fake context on older gens by Mika Kuoppala · 11 years ago
  93. 96a6f0f drm/i915: Fix i915_switch_context() argument name in kerneldoc by Damien Lespiau · 11 years ago
  94. b18b6bd drm/i915/bdw: Free PPGTT struct by Ben Widawsky · 11 years ago
  95. 321f2ad drm/i915: Move ppgtt_release out of the header by Ben Widawsky · 11 years ago
  96. d4d5be6 drm/i915: Remove dead code by Thierry Reding · 11 years ago
  97. 1ec9e26 drm/i915: Consolidate binding parameters into flags by Daniel Vetter · 11 years ago
  98. 7f76b23 drm/i915: check for oom when allocating private_default_ctx by Mika Kuoppala · 11 years ago
  99. 3fac897 drm/i915: Tune down debug output when context is banned by Mika Kuoppala · 11 years ago
  100. c5dc5ce drm/i915: Create a USES_PPGTT macro by Ben Widawsky · 11 years ago