summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lrc.h
AgeCommit message (Expand)Author
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie
2015-09-28drm/i915: Consider HW CSB write pointer before resetting the sw read pointerMichel Thierry
2015-09-23drm/i915: Parametrize LRC registersVille Syrjälä
2015-09-14drm/i915: Split alloc from init for lrcNick Hoath
2015-08-14drm/i915: Integrate GuC-based command submissionAlex Dai
2015-08-14drm/i915: Expose one LRC function for GuC submission modeDave Gordon
2015-07-14drm/i915: Added Programming of the MOCSPeter Antoine
2015-07-06drm/i915: Convert intel_lr_context_pin() for requestsMika Kuoppala
2015-07-06drm/i915: Enable resource streamer on ExeclistsAbdiel Janulgue
2015-06-23drm/i915: Add *_ring_begin() to request allocationJohn Harrison
2015-06-23drm/i915: Update flush_all_caches() to take request structuresJohn Harrison
2015-06-23drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison
2015-06-23drm/i915: Set context in request from creation even in legacy modeJohn Harrison
2015-04-01drm/i915: Move common request allocation code into a common functionJohn Harrison
2015-04-01drm/i915: Make intel_logical_ring_begin() staticJohn Harrison
2015-02-25drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison
2015-02-24drm/i915: Reset logical ring contexts' head and tail during GPU resetThomas Daniel
2015-02-13drm/i915: Make intel_logical_ring_advance_and_submit() staticDamien Lespiau
2015-02-13drm/i915: Make intel_lr_context_render_state_init() staticDamien Lespiau
2015-02-13drm/i915: Introduce bit definitions of CTXT_SR_CTRL register.Zhi Wang
2015-01-27drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath
2015-01-27drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath
2015-01-27drm/i915: Removed duplicate members from submit_requestNick Hoath
2015-01-27drm/i915: execlist request keeps ptr/ref to gem_requestNick Hoath
2014-12-15drm/i915: Name the lrc irq handler correctlyDaniel Vetter
2014-11-19drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo
2014-11-19drm/i915/bdw: Clean up execlist queue items in retire_workThomas Daniel
2014-09-03drm/i915/bdw: Render state init for ExeclistsOscar Mateo
2014-08-20drm/i915/bdw: Document Logical Rings, LR contexts and ExeclistsOscar Mateo
2014-08-20drm/i915/bdw: Display execlists info in debugfsOscar Mateo
2014-08-14drm/i915/bdw: Avoid non-lite-restore preemptionsOscar Mateo
2014-08-14drm/i915/bdw: Handle context switch eventsThomas Daniel
2014-08-14drm/i915/bdw: Two-stage execlist submit processMichel Thierry
2014-08-14drm/i915/bdw: Implement context switching (somewhat)Ben Widawsky
2014-08-14drm/i915/bdw: Emission of requests with logical ringsOscar Mateo
2014-08-11drm/i915/bdw: New logical ring submission mechanismOscar Mateo
2014-08-11drm/i915/bdw: Skeleton for the new logical rings submission pathOscar Mateo
2014-08-11drm/i915/bdw: Initialization for Logical Ring ContextsOscar Mateo
2014-08-11drm/i915/bdw: Macro for LRCs and module option for ExeclistsOscar Mateo
2014-08-11drm/i915/bdw: New source and header file for LRs, LRCs and ExeclistsOscar Mateo