summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Introduce execlist context status change notificationZhi Wang2016-06-171-0/+5
* drm/i915: Merge legacy+execlists context structsChris Wilson2016-05-241-1/+0Star
* drm/i915: Rename struct intel_contextChris Wilson2016-05-241-4/+6
* drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-1/+2
* drm/i915: Stop tracking execlists retired requestsTvrtko Ursulin2016-04-281-1/+1
* drm/i915: Move the magical deferred context allocation into the requestChris Wilson2016-04-281-2/+0Star
* drm/i915: Replace the pinned context address with its unique IDChris Wilson2016-04-281-3/+0Star
* drm/i915: Unify intel_ring_begin()Chris Wilson2016-04-281-1/+0Star
* drm/i915: Disentangle i915_drv.h includesChris Wilson2016-04-141-0/+2
* drm/i915: Use new i915_gem_object_pin_map for LRCTvrtko Ursulin2016-04-131-2/+5
* drm/i915: Only grab correct forcewake for the engine with execlistsTvrtko Ursulin2016-04-121-0/+1
* drm/i915: Move execlists irq handler to a bottom halfTvrtko Ursulin2016-04-041-1/+0Star
* drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin2016-03-161-8/+8
* drm/i915: Make LRC (un)pinning work on context and engineTvrtko Ursulin2016-01-281-1/+2
* drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin2016-01-181-1/+3
* drm/i915: Cleanup some of the CSB handlingBen Widawsky2016-01-071-2/+16
* drm/i915/guc: Expose (intel)_lr_context_size()Dave Gordon2016-01-051-0/+1
* Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"Daniel Vetter2015-12-041-1/+0Star
* drm/i915: Extend LRC pinning to cover GPU context writebackNick Hoath2015-12-031-0/+1
* Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter2015-11-231-0/+2
|\
| * Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie2015-10-161-0/+2
| |\
| | * drm/i915: Consider HW CSB write pointer before resetting the sw read pointerMichel Thierry2015-09-281-0/+2
* | | drm/i915: Type safe register read/writeVille Syrjälä2015-11-181-9/+9
* | | drm/i915: Add functions to emit register offsets to the ringVille Syrjälä2015-11-181-0/+5
|/ /
* | drm/i915: Parametrize LRC registersVille Syrjälä2015-09-231-2/+4
* | drm/i915: Split alloc from init for lrcNick Hoath2015-09-141-2/+2
* | drm/i915: Integrate GuC-based command submissionAlex Dai2015-08-141-0/+6
* | drm/i915: Expose one LRC function for GuC submission modeDave Gordon2015-08-141-0/+2
|/
* drm/i915: Added Programming of the MOCSPeter Antoine2015-07-141-0/+1
* drm/i915: Convert intel_lr_context_pin() for requestsMika Kuoppala2015-07-061-2/+1Star
* drm/i915: Enable resource streamer on ExeclistsAbdiel Janulgue2015-07-061-0/+1
* drm/i915: Add *_ring_begin() to request allocationJohn Harrison2015-06-231-0/+1
* drm/i915: Update flush_all_caches() to take request structuresJohn Harrison2015-06-231-2/+1Star
* drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison2015-06-231-6/+3Star
* drm/i915: Set context in request from creation even in legacy modeJohn Harrison2015-06-231-2/+1Star
* drm/i915: Move common request allocation code into a common functionJohn Harrison2015-04-011-0/+2
* drm/i915: Make intel_logical_ring_begin() staticJohn Harrison2015-04-011-3/+0Star
* 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