aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-25drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison1-1/+1
2015-02-24drm/i915: Reset logical ring contexts' head and tail during GPU resetThomas Daniel1-0/+2
2015-02-13drm/i915: Make intel_logical_ring_advance_and_submit() staticDamien Lespiau1-4/+0
2015-02-13drm/i915: Make intel_lr_context_render_state_init() staticDamien Lespiau1-2/+0
2015-02-13drm/i915: Introduce bit definitions of CTXT_SR_CTRL register.Zhi Wang1-0/+2
2015-01-27drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath1-27/+0
2015-01-27drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath1-2/+6
2015-01-27drm/i915: Removed duplicate members from submit_requestNick Hoath1-4/+0
2015-01-27drm/i915: execlist request keeps ptr/ref to gem_requestNick Hoath1-1/+5
2014-12-15drm/i915: Name the lrc irq handler correctlyDaniel Vetter1-1/+1
2014-11-19drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo1-0/+4
2014-11-19drm/i915/bdw: Clean up execlist queue items in retire_workThomas Daniel1-1/+1
2014-09-03drm/i915/bdw: Render state init for ExeclistsOscar Mateo1-0/+2
2014-08-20drm/i915/bdw: Document Logical Rings, LR contexts and ExeclistsOscar Mateo1-0/+30
2014-08-20drm/i915/bdw: Display execlists info in debugfsOscar Mateo1-0/+7
2014-08-14drm/i915/bdw: Avoid non-lite-restore preemptionsOscar Mateo1-0/+2
2014-08-14drm/i915/bdw: Handle context switch eventsThomas Daniel1-0/+3
2014-08-14drm/i915/bdw: Two-stage execlist submit processMichel Thierry1-0/+8
2014-08-14drm/i915/bdw: Implement context switching (somewhat)Ben Widawsky1-0/+1
2014-08-14drm/i915/bdw: Emission of requests with logical ringsOscar Mateo1-0/+1
2014-08-11drm/i915/bdw: New logical ring submission mechanismOscar Mateo1-0/+13
2014-08-11drm/i915/bdw: Skeleton for the new logical rings submission pathOscar Mateo1-0/+12
2014-08-11drm/i915/bdw: Initialization for Logical Ring ContextsOscar Mateo1-0/+5
2014-08-11drm/i915/bdw: Macro for LRCs and module option for ExeclistsOscar Mateo1-0/+3
2014-08-11drm/i915/bdw: New source and header file for LRs, LRCs and ExeclistsOscar Mateo1-0/+27