1. 967ab6b drm/i915: Only mark the ctx as initialised after a SET_CONTEXT operation by Chris Wilson · 10 years ago
  2. f83d651 drm/i915: Kill private_default_ctx off by Oscar Mateo · 10 years ago
  3. 273497e drm/i915: s/i915_hw_context/intel_context by Oscar Mateo · 10 years ago
  4. a4872ba drm/i915: s/intel_ring_buffer/intel_engine_cs by Oscar Mateo · 10 years ago
  5. 46470fc9 drm/i915: Add null state batch to active list by Mika Kuoppala · 10 years ago
  6. b3f797a drm/i915/chv: Add some workaround notes by Ville Syrjälä · 11 years ago
  7. d3b448d drm/i915: Only unpin the default ctx object if it exists by Chris Wilson · 10 years ago
  8. 9d0a6fa drm/i915: add render state initialization by Mika Kuoppala · 10 years ago
  9. 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
  10. 691e641 drm/i915: Always use kref tracking for all contexts. by Chris Wilson · 11 years ago
  11. ad2ac08 drm/i915: Make contexts non-snooped on non-LLC platforms by Ville Syrjälä · 11 years ago
  12. 057f6a8 drm/i915: Invariably invalidate before ctx switch by Ben Widawsky · 11 years ago
  13. 64bed78 drm/i915: Implement WaProgramMiArbOnOffAroundMiSetContext:bdw by Ville Syrjälä · 11 years ago
  14. 6313c20 drm/i915: Per-process stats work better when evaluated per-process by Chris Wilson · 11 years ago
  15. a95f6a0 drm/i915: Switch to fake context on older gens by Mika Kuoppala · 11 years ago
  16. 96a6f0f drm/i915: Fix i915_switch_context() argument name in kerneldoc by Damien Lespiau · 11 years ago
  17. b18b6bd drm/i915/bdw: Free PPGTT struct by Ben Widawsky · 11 years ago
  18. 321f2ad drm/i915: Move ppgtt_release out of the header by Ben Widawsky · 11 years ago
  19. d4d5be6 drm/i915: Remove dead code by Thierry Reding · 11 years ago
  20. 1ec9e26 drm/i915: Consolidate binding parameters into flags by Daniel Vetter · 11 years ago
  21. 7f76b23 drm/i915: check for oom when allocating private_default_ctx by Mika Kuoppala · 11 years ago
  22. 3fac897 drm/i915: Tune down debug output when context is banned by Mika Kuoppala · 11 years ago
  23. c5dc5ce drm/i915: Create a USES_PPGTT macro by Ben Widawsky · 11 years ago
  24. 2b7e808 drm/i915: We implement WaMiSetContext_Hang by Ville Syrjälä · 11 years ago
  25. 42c3b60 drm/i915: Always pin the default context by Chris Wilson · 11 years ago
  26. ad1d219 drm/i915: set ctx->initialized only after RCS by Ben Widawsky · 11 years ago
  27. c2cf241 drm/i915/bdw: Return -ENONENT on default ctx destroy by Ben Widawsky · 11 years ago
  28. 72ad5c4 drm/i915/ppgtt: Fix ioctl errno for "no such context" by Ben Widawsky · 11 years ago
  29. 7e0d96b drm/i915: Use multiple VMs -- the point of no return by Ben Widawsky · 11 years ago
  30. 3d7f0f9 Merge commit drm-intel-fixes into topic/ppgtt by Daniel Vetter · 11 years ago
  31. 41bde55 drm/i915: Get context early in execbuf by Ben Widawsky · 11 years ago
  32. c482972 drm/i915: Piggy back hangstats off of contexts by Ben Widawsky · 11 years ago
  33. 0eea67e drm/i915: Create a per file_priv default context by Ben Widawsky · 11 years ago
  34. bdf4fd7 drm/i915: Do aliasing PPGTT init with contexts by Ben Widawsky · 11 years ago
  35. c7c48df drm/i915: Add VM to context by Ben Widawsky · 11 years ago
  36. a45d0f6 drm/i915: Generalize default context setup by Ben Widawsky · 11 years ago
  37. 2fa48d8 drm/i915: Split context enabling from init by Ben Widawsky · 11 years ago
  38. acce9ff drm/i915: Better reset handling for contexts by Ben Widawsky · 11 years ago
  39. 0009e46 drm/i915: Track which ring a context ran on by Ben Widawsky · 11 years ago
  40. 67e3d297 drm/i915: Permit contexts on all rings by Ben Widawsky · 11 years ago
  41. b731d33 drm/i915: relax context alignment by Ben Widawsky · 11 years ago
  42. e422b88 drm/i915: Add a context open function by Ben Widawsky · 11 years ago
  43. 6f65e29 drm/i915: Create bind/unbind abstraction for VMAs by Ben Widawsky · 11 years ago
  44. d7f46fc drm/i915: Make pin count per VMA by Ben Widawsky · 11 years ago
  45. acc240d drm/i915: Fix use-after-free in do_switch by Daniel Vetter · 11 years ago
  46. 0d1430a drm/i915: Hold mutex across i915_gem_release by Chris Wilson · 11 years ago
  47. 2f88542 drm/i915: Remove defunct ctx switch comments by Ben Widawsky · 11 years ago
  48. c09cd6e Merge branch 'backlight-rework' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  49. 8897644 drm/i915/bdw: HW context support by Ben Widawsky · 11 years ago
  50. 8245be3 drm/i915: Require HW contexts (when possible) by Ben Widawsky · 11 years ago
  51. 71b76d0 drm/i915: cleanup context fini by Ben Widawsky · 11 years ago
  52. e2d05a8 drm/i915: Convert active API to VMA by Ben Widawsky · 11 years ago
  53. 3ccfd19 drm/i915: Do remaps for all contexts by Ben Widawsky · 11 years ago
  54. a33afea drm/i915: Keep a list of all contexts by Ben Widawsky · 11 years ago
  55. 508842a drm/i915: It's its! by Damien Lespiau · 11 years ago
  56. c0321e2 drm/i915: Do not add an interrupt for a context switch by Chris Wilson · 11 years ago
  57. ca191b1 drm/i915: mm_list is per VMA by Ben Widawsky · 11 years ago
  58. 350ec88 drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for Ivybridge by Chris Wilson · 11 years ago
  59. c37e220 drm/i915: Add VM to pin by Ben Widawsky · 11 years ago
  60. 11fa338 drm/i915: Fix retrieval of hangcheck stats by Chris Wilson · 11 years ago
  61. f343c5f drm/i915: Getter/setter for object attributes by Ben Widawsky · 11 years ago
  62. a0de80a drm/i915: Fix context sizes on HSW by Ben Widawsky · 11 years ago
  63. 0025c07 drm/i915: change i915_add_request to macro by Mika Kuoppala · 11 years ago
  64. c0bb617 drm/i915: add i915_gem_context_get_hang_stats() by Mika Kuoppala · 11 years ago
  65. bb03641 drm/i915: context debug messages by Ben Widawsky · 11 years ago
  66. 8693a82 drm/i915: Add references to some workaround we implement by Damien Lespiau · 11 years ago
  67. 186507e drm/i915: Assert mutex_is_locked on context lookup by Ben Widawsky · 12 years ago
  68. 112522f drm/i915: put context upon switching by Chris Wilson · 12 years ago
  69. 168f836 drm/i915: unreference default context on module unload by Mika Kuoppala · 11 years ago
  70. dce3271 drm/i915: reference count for i915_hw_contexts by Mika Kuoppala · 12 years ago
  71. 4615d4c drm/i915: Use MLC (l3$) for context objects by Chris Wilson · 12 years ago
  72. c8c470a drm/i915: convert to idr_alloc() by Tejun Heo · 12 years ago
  73. f73f760 drm/i915/ctx: Remove bad invariant by Ben Widawsky · 12 years ago
  74. 07ea0d8 drm/i915: Clarify HW context size logic by Ben Widawsky · 12 years ago
  75. 9d773091 drm/i915: Preallocate next seqno before touching the ring by Chris Wilson · 12 years ago
  76. f94982b drm/i915: Allocate the proper size for contexts. by Ben Widawsky · 12 years ago
  77. 1f31c69 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  78. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  79. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  80. ac82ea2 drm/i915: Actually invalidate the TLB for the SandyBridge HW contexts w/a by Chris Wilson · 12 years ago
  81. 86a1ee2 drm/i915: Only pwrite through the GTT if there is space in the aperture by Chris Wilson · 12 years ago
  82. e47e9ad drm/i915: remove unused variable by Devendra Naga · 12 years ago
  83. 2e4291e drm/i915: Add contexts for HSW by Ben Widawsky · 12 years ago
  84. 9a3b530 drm/i915: Cleanup context switching through do_switch() by Chris Wilson · 12 years ago
  85. be63638 drm/i915: dereferencing an error pointer by Dan Carpenter · 12 years ago
  86. b259b31 drm/i915: fix invalid reference handling of the default ctx obj by Chris Wilson · 12 years ago
  87. d3373a2 drm/i915: Flush the context object from the CPU caches upon switching by Chris Wilson · 12 years ago
  88. 4f91dd6 drm/i915/context/: s/CTX/CXT by Ben Widawsky · 12 years ago
  89. 146937e drm/i915: linuxify create_hw_context() by Ben Widawsky · 12 years ago
  90. 5fa8be6 drm/i915: return -ENODEV if hw context are not supported by Daniel Vetter · 12 years ago
  91. 73c273e drm/i915: simplify context_idr_cleanup by Daniel Vetter · 12 years ago
  92. 6f4c45c drm/i915/context: shut up compiler by Daniel Vetter · 12 years ago
  93. 0d32601 drm/i915: return -ENOENT if the context doesn't exist by Daniel Vetter · 12 years ago
  94. df12c6d drm/i915: initialize the context idr unconditionally by Daniel Vetter · 12 years ago
  95. 55a6662 drm/i915: fix module unload after context merge by Daniel Vetter · 12 years ago
  96. e158c5a drm/i915: disable contexts on old HW by Ben Widawsky · 12 years ago
  97. 8e96d9c drm/i915: reset the GPU on context fini by Ben Widawsky · 12 years ago
  98. 8462481 drm/i915/context: create & destroy ioctls by Ben Widawsky · 12 years ago
  99. dfabbcb drm/i915: use the default context by Ben Widawsky · 12 years ago
  100. 12b0286 drm/i915: possibly invalidate TLB before context switch by Ben Widawsky · 12 years ago