summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Update reset path to fix incomplete requestsChris Wilson2016-09-091-2/+1Star
* drm/i915: Simplify ELSP queue request trackingChris Wilson2016-09-091-2/+0Star
* drm/i915: Unify legacy/execlists submit_execbuf callbacksChris Wilson2016-08-021-5/+0Star
* drm/i915: Unify request submissionChris Wilson2016-08-021-0/+2
* drm/i915: Remove obsolete engine->gpu_caches_dirtyChris Wilson2016-08-021-2/+0Star
* drm/i915: Unify intel_logical_ring_emit and intel_ring_emitChris Wilson2016-08-021-26/+0Star
* drm/i915: rename macro parameter(ring) to (engine)Dave Gordon2016-07-211-8/+8
* drm/i915: Treat ringbuffer writes as write to normal memoryChris Wilson2016-07-201-3/+3
* drm/i915: Move common engine setup into intel_engine_cs.cTvrtko Ursulin2016-07-141-0/+3
* drm/i915: Unify engine init loopTvrtko Ursulin2016-07-141-1/+1
* 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