aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-16drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin1-8/+8
2016-01-28drm/i915: Make LRC (un)pinning work on context and engineTvrtko Ursulin1-1/+2
2016-01-18drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin1-1/+3
2016-01-07drm/i915: Cleanup some of the CSB handlingBen Widawsky1-2/+16
2016-01-05drm/i915/guc: Expose (intel)_lr_context_size()Dave Gordon1-0/+1
2015-12-04Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"Daniel Vetter1-1/+0
2015-12-03drm/i915: Extend LRC pinning to cover GPU context writebackNick Hoath1-0/+1
2015-11-23Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter1-0/+2
2015-11-18drm/i915: Type safe register read/writeVille Syrjälä1-9/+9
2015-11-18drm/i915: Add functions to emit register offsets to the ringVille Syrjälä1-0/+5
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-0/+2
2015-09-28drm/i915: Consider HW CSB write pointer before resetting the sw read pointerMichel Thierry1-0/+2
2015-09-23drm/i915: Parametrize LRC registersVille Syrjälä1-2/+4
2015-09-14drm/i915: Split alloc from init for lrcNick Hoath1-2/+2
2015-08-14drm/i915: Integrate GuC-based command submissionAlex Dai1-0/+6
2015-08-14drm/i915: Expose one LRC function for GuC submission modeDave Gordon1-0/+2
2015-07-14drm/i915: Added Programming of the MOCSPeter Antoine1-0/+1
2015-07-06drm/i915: Convert intel_lr_context_pin() for requestsMika Kuoppala1-2/+1
2015-07-06drm/i915: Enable resource streamer on ExeclistsAbdiel Janulgue1-0/+1
2015-06-23drm/i915: Add *_ring_begin() to request allocationJohn Harrison1-0/+1
2015-06-23drm/i915: Update flush_all_caches() to take request structuresJohn Harrison1-2/+1
2015-06-23drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison1-6/+3
2015-06-23drm/i915: Set context in request from creation even in legacy modeJohn Harrison1-2/+1
2015-04-01drm/i915: Move common request allocation code into a common functionJohn Harrison1-0/+2
2015-04-01drm/i915: Make intel_logical_ring_begin() staticJohn Harrison1-3/+0
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