aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.h
Commit message (Expand)AuthorAge
* drm/i915/execlists: Distinguish the incomplete context notifiesChris Wilson2017-10-04
* drm/i915/lrc: Clarify the format of the context imageMichel Thierry2017-09-13
* drm/i915: Move the context descriptor to an inline helperChris Wilson2017-09-13
* drm/i915: remove unused function declarationLionel Landwerlin2017-08-07
* drm/i915: Sanitize engine context sizesJoonas Lahtinen2017-04-28
* drm/i915: Move engine->submit_request selection to a vfuncChris Wilson2017-03-16
* drm/i915: Generalise wait for execlists to be idleChris Wilson2017-03-03
* drm/i915: Split intel_engine allocation and initialisationChris Wilson2017-01-24
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-10
* drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfuncChris Wilson2016-12-18
* drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-18
* drm/i915: Make various init functions take dev_privTvrtko Ursulin2016-12-01
* drm/i915: Make sure engines are idle during GPU idling in LR modeImre Deak2016-11-07
* drm/i915: Update reset path to fix incomplete requestsChris Wilson2016-09-09
* drm/i915: Simplify ELSP queue request trackingChris Wilson2016-09-09
* drm/i915: Unify legacy/execlists submit_execbuf callbacksChris Wilson2016-08-02
* drm/i915: Unify request submissionChris Wilson2016-08-02
* drm/i915: Remove obsolete engine->gpu_caches_dirtyChris Wilson2016-08-02
* drm/i915: Unify intel_logical_ring_emit and intel_ring_emitChris Wilson2016-08-02
* drm/i915: rename macro parameter(ring) to (engine)Dave Gordon2016-07-21
* drm/i915: Treat ringbuffer writes as write to normal memoryChris Wilson2016-07-20
* drm/i915: Move common engine setup into intel_engine_cs.cTvrtko Ursulin2016-07-14
* drm/i915: Unify engine init loopTvrtko Ursulin2016-07-14
* drm/i915: Introduce execlist context status change notificationZhi Wang2016-06-17
* drm/i915: Merge legacy+execlists context structsChris Wilson2016-05-24
* drm/i915: Rename struct intel_contextChris Wilson2016-05-24
* drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-09
* drm/i915: Stop tracking execlists retired requestsTvrtko Ursulin2016-04-28
* drm/i915: Move the magical deferred context allocation into the requestChris Wilson2016-04-28
* drm/i915: Replace the pinned context address with its unique IDChris Wilson2016-04-28
* drm/i915: Unify intel_ring_begin()Chris Wilson2016-04-28
* drm/i915: Disentangle i915_drv.h includesChris Wilson2016-04-14
* drm/i915: Use new i915_gem_object_pin_map for LRCTvrtko Ursulin2016-04-13
* drm/i915: Only grab correct forcewake for the engine with execlistsTvrtko Ursulin2016-04-12
* drm/i915: Move execlists irq handler to a bottom halfTvrtko Ursulin2016-04-04
* drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin2016-03-16
* drm/i915: Make LRC (un)pinning work on context and engineTvrtko Ursulin2016-01-28
* drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin2016-01-18
* drm/i915: Cleanup some of the CSB handlingBen Widawsky2016-01-07
* drm/i915/guc: Expose (intel)_lr_context_size()Dave Gordon2016-01-05
* Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"Daniel Vetter2015-12-04
* drm/i915: Extend LRC pinning to cover GPU context writebackNick Hoath2015-12-03
* Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter2015-11-23
|\
| * Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie2015-10-15
| |\
| | * drm/i915: Consider HW CSB write pointer before resetting the sw read pointerMichel Thierry2015-09-28
* | | drm/i915: Type safe register read/writeVille Syrjälä2015-11-18
* | | drm/i915: Add functions to emit register offsets to the ringVille Syrjälä2015-11-18
|/ /
* | drm/i915: Parametrize LRC registersVille Syrjälä2015-09-23
* | drm/i915: Split alloc from init for lrcNick Hoath2015-09-14
* | drm/i915: Integrate GuC-based command submissionAlex Dai2015-08-14