1. 0a87a2d Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  2. c9dc0f3 drm/i915: Add ioctl to set per-context parameters by Chris Wilson · 10 years ago
  3. 676fa57 drm/i915: Move the ban period onto the context by Chris Wilson · 10 years ago
  4. 2c55018 drm/i915: Disable PSMI sleep messages on all rings around context switches by Chris Wilson · 10 years ago
  5. fe14d5f drm/i915: Infrastructure for supporting different GGTT views per object by Tvrtko Ursulin · 10 years ago
  6. 8f0e2b9 drm/i915: Move golden context init into ->init_context by Daniel Vetter · 10 years ago
  7. e7778be drm/i915: Fix startup failure in LRC mode after recent init changes by Thomas Daniel · 10 years ago
  8. 41c5241 drm/i915: Remove the now redundant 'obj->ring' by John Harrison · 10 years ago
  9. 771b9a5 drm/i915: Initialize workarounds in logical ring mode too by Michel Thierry · 10 years ago
  10. 198c974 drm/i915: Add tracepoints to track a vm during its lifetime by Daniele Ceraolo Spurio · 10 years ago
  11. aff4376 drm/i915: Move flags describing VMA mappings into the VMA by Tvrtko Ursulin · 10 years ago
  12. 86d7f23 drm/i915/bdw: Apply workarounds in render ring init function by Arun Siluvery · 10 years ago
  13. ecdb5fd drm/i915/bdw: Don't execute context reset and switch with Execlists by Thomas Daniel · 10 years ago
  14. e80f14b drm/i915: Don't save/restore RS when not used by Ben Widawsky · 10 years ago
  15. 6689c16 drm/i915: Rework GPU reset sequence to match driver load & thaw by McAulay, Alistair · 10 years ago
  16. d624d86 drm/i915: Drop create_vm argument to i915_gem_create_context by Daniel Vetter · 10 years ago
  17. ae6c480 drm/i915: Only track real ppgtt for a context by Daniel Vetter · 10 years ago
  18. fa76da3 drm/i915: Initialize the aliasing ppgtt as part of global gtt by Daniel Vetter · 10 years ago
  19. 82460d9 drm/i915: Rework ppgtt init to no require an aliasing ppgtt by Daniel Vetter · 10 years ago
  20. 4d88470 drm/i915: Track file_priv, not ctx in the ppgtt structure by Daniel Vetter · 10 years ago
  21. ee960be drm/i915: Some cleanups for the ppgtt lifetime handling by Daniel Vetter · 10 years ago
  22. b9d06dd drm/i915: vma/ppgtt lifetime rules by Michel Thierry · 10 years ago
  23. 48d8238 drm/i915/bdw: Generic logical ring init and cleanup by Oscar Mateo · 10 years ago
  24. ec3e996 drm/i915/bdw: Deferred creation of user-created LRCs by Oscar Mateo · 10 years ago
  25. 8c857917 drm/i915/bdw: A bit more advanced LR context alloc/free by Oscar Mateo · 10 years ago
  26. ede7d42 drm/i915/bdw: Initialization for Logical Ring Contexts by Oscar Mateo · 10 years ago
  27. 2f29579 drm/i915: Reorder ctx unref on ppgtt cleanup by Ben Widawsky · 10 years ago
  28. 821d66d drm/i915: Emphasize that ctx->id is merely a user handle by Oscar Mateo · 10 years ago
  29. ea0c76f drm/i915: Emphasize that ctx->obj & ctx->is_initialized refer to the legacy rcs ctx by Oscar Mateo · 10 years ago
  30. aa0c13d drm/i915: Extract context backing object allocation by Oscar Mateo · 10 years ago
  31. 4bfad3d drm/i915: Unpin last_context at reset by Ville Syrjälä · 10 years ago
  32. f1615bb Merge tag 'v3.16-rc4' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  33. 967ab6b drm/i915: Only mark the ctx as initialised after a SET_CONTEXT operation by Chris Wilson · 10 years ago
  34. 14d8ec5 drm/i915: Remove ctx->last_ring by Oscar Mateo · 10 years ago
  35. f83d651 drm/i915: Kill private_default_ctx off by Oscar Mateo · 10 years ago
  36. 273497e drm/i915: s/i915_hw_context/intel_context by Oscar Mateo · 10 years ago
  37. a4872ba drm/i915: s/intel_ring_buffer/intel_engine_cs by Oscar Mateo · 10 years ago
  38. 46470fc9 drm/i915: Add null state batch to active list by Mika Kuoppala · 10 years ago
  39. b3f797a drm/i915/chv: Add some workaround notes by Ville Syrjälä · 10 years ago
  40. d3b448d drm/i915: Only unpin the default ctx object if it exists by Chris Wilson · 10 years ago
  41. 9d0a6fa drm/i915: add render state initialization by Mika Kuoppala · 10 years ago
  42. 885ac04 Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  43. 691e641 drm/i915: Always use kref tracking for all contexts. by Chris Wilson · 10 years ago
  44. ad2ac08 drm/i915: Make contexts non-snooped on non-LLC platforms by Ville Syrjälä · 10 years ago
  45. 057f6a8 drm/i915: Invariably invalidate before ctx switch by Ben Widawsky · 10 years ago
  46. 64bed78 drm/i915: Implement WaProgramMiArbOnOffAroundMiSetContext:bdw by Ville Syrjälä · 10 years ago
  47. 6313c20 drm/i915: Per-process stats work better when evaluated per-process by Chris Wilson · 10 years ago
  48. a95f6a0 drm/i915: Switch to fake context on older gens by Mika Kuoppala · 10 years ago
  49. 96a6f0f drm/i915: Fix i915_switch_context() argument name in kerneldoc by Damien Lespiau · 10 years ago
  50. b18b6bd drm/i915/bdw: Free PPGTT struct by Ben Widawsky · 10 years ago
  51. 321f2ad drm/i915: Move ppgtt_release out of the header by Ben Widawsky · 10 years ago
  52. d4d5be6 drm/i915: Remove dead code by Thierry Reding · 10 years ago
  53. 1ec9e26 drm/i915: Consolidate binding parameters into flags by Daniel Vetter · 10 years ago
  54. 7f76b23 drm/i915: check for oom when allocating private_default_ctx by Mika Kuoppala · 10 years ago
  55. 3fac897 drm/i915: Tune down debug output when context is banned by Mika Kuoppala · 10 years ago
  56. c5dc5ce drm/i915: Create a USES_PPGTT macro by Ben Widawsky · 10 years ago
  57. 2b7e808 drm/i915: We implement WaMiSetContext_Hang by Ville Syrjälä · 11 years ago
  58. 42c3b60 drm/i915: Always pin the default context by Chris Wilson · 11 years ago
  59. ad1d219 drm/i915: set ctx->initialized only after RCS by Ben Widawsky · 11 years ago
  60. c2cf241 drm/i915/bdw: Return -ENONENT on default ctx destroy by Ben Widawsky · 11 years ago
  61. 72ad5c4 drm/i915/ppgtt: Fix ioctl errno for "no such context" by Ben Widawsky · 11 years ago
  62. 7e0d96b drm/i915: Use multiple VMs -- the point of no return by Ben Widawsky · 11 years ago
  63. 3d7f0f9 Merge commit drm-intel-fixes into topic/ppgtt by Daniel Vetter · 11 years ago
  64. 41bde55 drm/i915: Get context early in execbuf by Ben Widawsky · 11 years ago
  65. c482972 drm/i915: Piggy back hangstats off of contexts by Ben Widawsky · 11 years ago
  66. 0eea67e drm/i915: Create a per file_priv default context by Ben Widawsky · 11 years ago
  67. bdf4fd7 drm/i915: Do aliasing PPGTT init with contexts by Ben Widawsky · 11 years ago
  68. c7c48df drm/i915: Add VM to context by Ben Widawsky · 11 years ago
  69. a45d0f6 drm/i915: Generalize default context setup by Ben Widawsky · 11 years ago
  70. 2fa48d8 drm/i915: Split context enabling from init by Ben Widawsky · 11 years ago
  71. acce9ff drm/i915: Better reset handling for contexts by Ben Widawsky · 11 years ago
  72. 0009e46 drm/i915: Track which ring a context ran on by Ben Widawsky · 11 years ago
  73. 67e3d297 drm/i915: Permit contexts on all rings by Ben Widawsky · 11 years ago
  74. b731d33 drm/i915: relax context alignment by Ben Widawsky · 11 years ago
  75. e422b88 drm/i915: Add a context open function by Ben Widawsky · 11 years ago
  76. 6f65e29 drm/i915: Create bind/unbind abstraction for VMAs by Ben Widawsky · 11 years ago
  77. d7f46fc drm/i915: Make pin count per VMA by Ben Widawsky · 11 years ago
  78. acc240d drm/i915: Fix use-after-free in do_switch by Daniel Vetter · 11 years ago
  79. 0d1430a drm/i915: Hold mutex across i915_gem_release by Chris Wilson · 11 years ago
  80. 2f88542 drm/i915: Remove defunct ctx switch comments by Ben Widawsky · 11 years ago
  81. c09cd6e Merge branch 'backlight-rework' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  82. 8897644 drm/i915/bdw: HW context support by Ben Widawsky · 11 years ago
  83. 8245be3 drm/i915: Require HW contexts (when possible) by Ben Widawsky · 11 years ago
  84. 71b76d0 drm/i915: cleanup context fini by Ben Widawsky · 11 years ago
  85. e2d05a8 drm/i915: Convert active API to VMA by Ben Widawsky · 11 years ago
  86. 3ccfd19 drm/i915: Do remaps for all contexts by Ben Widawsky · 11 years ago
  87. a33afea drm/i915: Keep a list of all contexts by Ben Widawsky · 11 years ago
  88. 508842a drm/i915: It's its! by Damien Lespiau · 11 years ago
  89. c0321e2 drm/i915: Do not add an interrupt for a context switch by Chris Wilson · 11 years ago
  90. ca191b1 drm/i915: mm_list is per VMA by Ben Widawsky · 11 years ago
  91. 350ec88 drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for Ivybridge by Chris Wilson · 11 years ago
  92. c37e220 drm/i915: Add VM to pin by Ben Widawsky · 11 years ago
  93. 11fa338 drm/i915: Fix retrieval of hangcheck stats by Chris Wilson · 11 years ago
  94. f343c5f drm/i915: Getter/setter for object attributes by Ben Widawsky · 11 years ago
  95. a0de80a drm/i915: Fix context sizes on HSW by Ben Widawsky · 11 years ago
  96. 0025c07 drm/i915: change i915_add_request to macro by Mika Kuoppala · 11 years ago
  97. c0bb617 drm/i915: add i915_gem_context_get_hang_stats() by Mika Kuoppala · 11 years ago
  98. bb03641 drm/i915: context debug messages by Ben Widawsky · 11 years ago
  99. 8693a82 drm/i915: Add references to some workaround we implement by Damien Lespiau · 11 years ago
  100. 186507e drm/i915: Assert mutex_is_locked on context lookup by Ben Widawsky · 11 years ago