1. 3756685 drm/i915: Only grab correct forcewake for the engine with execlists by Tvrtko Ursulin · 9 years ago
  2. 27af5ee drm/i915: Move execlists irq handler to a bottom half by Tvrtko Ursulin · 9 years ago
  3. 0bc40be drm/i915: Rename intel_engine_cs function parameters by Tvrtko Ursulin · 9 years ago
  4. e5292823 drm/i915: Make LRC (un)pinning work on context and engine by Tvrtko Ursulin · 9 years ago
  5. ca82580c drm/i915: Do not call API requiring struct_mutex where it is not available by Tvrtko Ursulin · 9 years ago
  6. 5590a5f drm/i915: Cleanup some of the CSB handling by Ben Widawsky · 9 years ago
  7. 95a66f7 drm/i915/guc: Expose (intel)_lr_context_size() by Dave Gordon · 9 years ago
  8. af3302b Revert "drm/i915: Extend LRC pinning to cover GPU context writeback" by Daniel Vetter · 9 years ago
  9. 6d65ba9 drm/i915: Extend LRC pinning to cover GPU context writeback by Nick Hoath · 9 years ago
  10. 92907cb Merge tag 'v4.4-rc2' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  11. f0f59a0 drm/i915: Type safe register read/write by Ville Syrjälä · 9 years ago
  12. f92a916 drm/i915: Add functions to emit register offsets to the ring by Ville Syrjälä · 9 years ago
  13. 48f87dd Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 9 years ago
  14. dfc53c5 drm/i915: Consider HW CSB write pointer before resetting the sw read pointer by Michel Thierry · 9 years ago
  15. 83843d8 drm/i915: Parametrize LRC registers by Ville Syrjälä · 9 years ago
  16. e84fe80 drm/i915: Split alloc from init for lrc by Nick Hoath · 9 years ago
  17. d167519 drm/i915: Integrate GuC-based command submission by Alex Dai · 9 years ago
  18. 919f1f5 drm/i915: Expose one LRC function for GuC submission mode by Dave Gordon · 9 years ago
  19. 3bbaba0 drm/i915: Added Programming of the MOCS by Peter Antoine · 9 years ago
  20. 8ba319d drm/i915: Convert intel_lr_context_pin() for requests by Mika Kuoppala · 9 years ago
  21. 6922528 drm/i915: Enable resource streamer on Execlists by Abdiel Janulgue · 9 years ago
  22. ccd98fe drm/i915: Add *_ring_begin() to request allocation by John Harrison · 9 years ago
  23. 4866d72 drm/i915: Update flush_all_caches() to take request structures by John Harrison · 9 years ago
  24. 5f19e2b drm/i915: Merged the many do_execbuf() parameters into a structure by John Harrison · 9 years ago
  25. 40e895c drm/i915: Set context in request from creation even in legacy mode by John Harrison · 9 years ago
  26. 6689cb2 drm/i915: Move common request allocation code into a common function by John Harrison · 10 years ago
  27. bc0dce3 drm/i915: Make intel_logical_ring_begin() static by John Harrison · 10 years ago
  28. 8e004ef drm/i915: Rename 'flags' to 'dispatch_flags' for better code reading by John Harrison · 10 years ago
  29. 3e5b6f0 drm/i915: Reset logical ring contexts' head and tail during GPU reset by Thomas Daniel · 10 years ago
  30. 183c990 drm/i915: Make intel_logical_ring_advance_and_submit() static by Damien Lespiau · 10 years ago
  31. cef437a drm/i915: Make intel_lr_context_render_state_init() static by Damien Lespiau · 10 years ago
  32. 5baa22c drm/i915: Introduce bit definitions of CTXT_SR_CTRL register. by Zhi Wang · 10 years ago
  33. 6d3d827 drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_request by Nick Hoath · 10 years ago
  34. 2107637 drm/i915: Remove FIXME_lrc_ctx backpointer by Nick Hoath · 10 years ago
  35. 72f95af drm/i915: Removed duplicate members from submit_request by Nick Hoath · 10 years ago
  36. 2d12955 drm/i915: execlist request keeps ptr/ref to gem_request by Nick Hoath · 10 years ago
  37. 3f7531c drm/i915: Name the lrc irq handler correctly by Daniel Vetter · 10 years ago
  38. dcb4c12 drm/i915/bdw: Pin the context backing objects to GGTT on-demand by Oscar Mateo · 10 years ago
  39. c86ee3a9 drm/i915/bdw: Clean up execlist queue items in retire_work by Thomas Daniel · 10 years ago
  40. 564ddb2 drm/i915/bdw: Render state init for Execlists by Oscar Mateo · 10 years ago
  41. 73e4d07 drm/i915/bdw: Document Logical Rings, LR contexts and Execlists by Oscar Mateo · 10 years ago
  42. 4ba70e4 drm/i915/bdw: Display execlists info in debugfs by Oscar Mateo · 10 years ago
  43. e1fee72 drm/i915/bdw: Avoid non-lite-restore preemptions by Oscar Mateo · 10 years ago
  44. e981e7b drm/i915/bdw: Handle context switch events by Thomas Daniel · 10 years ago
  45. acdd884 drm/i915/bdw: Two-stage execlist submit process by Michel Thierry · 10 years ago
  46. 84b790f drm/i915/bdw: Implement context switching (somewhat) by Ben Widawsky · 10 years ago
  47. 48e29f5 drm/i915/bdw: Emission of requests with logical rings by Oscar Mateo · 10 years ago
  48. 82e104c drm/i915/bdw: New logical ring submission mechanism by Oscar Mateo · 10 years ago
  49. 454afeb drm/i915/bdw: Skeleton for the new logical rings submission path by Oscar Mateo · 10 years ago
  50. ede7d42 drm/i915/bdw: Initialization for Logical Ring Contexts by Oscar Mateo · 10 years ago
  51. 127f100 drm/i915/bdw: Macro for LRCs and module option for Execlists by Oscar Mateo · 10 years ago
  52. b20385f drm/i915/bdw: New source and header file for LRs, LRCs and Execlists by Oscar Mateo · 10 years ago