summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison2015-02-251-1/+1
* drm/i915: Reset logical ring contexts' head and tail during GPU resetThomas Daniel2015-02-241-0/+2
* drm/i915: Make intel_logical_ring_advance_and_submit() staticDamien Lespiau2015-02-131-4/+0Star
* drm/i915: Make intel_lr_context_render_state_init() staticDamien Lespiau2015-02-131-2/+0Star
* drm/i915: Introduce bit definitions of CTXT_SR_CTRL register.Zhi Wang2015-02-131-0/+2
* drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath2015-01-271-27/+0Star
* drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath2015-01-271-2/+6
* drm/i915: Removed duplicate members from submit_requestNick Hoath2015-01-271-4/+0Star
* drm/i915: execlist request keeps ptr/ref to gem_requestNick Hoath2015-01-271-1/+5
* drm/i915: Name the lrc irq handler correctlyDaniel Vetter2014-12-151-1/+1
* drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo2014-11-191-0/+4
* drm/i915/bdw: Clean up execlist queue items in retire_workThomas Daniel2014-11-191-1/+1
* drm/i915/bdw: Render state init for ExeclistsOscar Mateo2014-09-031-0/+2
* drm/i915/bdw: Document Logical Rings, LR contexts and ExeclistsOscar Mateo2014-08-201-0/+30
* drm/i915/bdw: Display execlists info in debugfsOscar Mateo2014-08-201-0/+7
* drm/i915/bdw: Avoid non-lite-restore preemptionsOscar Mateo2014-08-141-0/+2
* drm/i915/bdw: Handle context switch eventsThomas Daniel2014-08-141-0/+3
* drm/i915/bdw: Two-stage execlist submit processMichel Thierry2014-08-141-0/+8
* drm/i915/bdw: Implement context switching (somewhat)Ben Widawsky2014-08-141-0/+1
* drm/i915/bdw: Emission of requests with logical ringsOscar Mateo2014-08-141-0/+1
* drm/i915/bdw: New logical ring submission mechanismOscar Mateo2014-08-111-0/+13
* drm/i915/bdw: Skeleton for the new logical rings submission pathOscar Mateo2014-08-111-0/+12
* drm/i915/bdw: Initialization for Logical Ring ContextsOscar Mateo2014-08-111-0/+5
* drm/i915/bdw: Macro for LRCs and module option for ExeclistsOscar Mateo2014-08-111-0/+3
* drm/i915/bdw: New source and header file for LRs, LRCs and ExeclistsOscar Mateo2014-08-111-0/+27