summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use b->irq_enable() as predicate for mock engineChris Wilson2019-01-181-1/+0Star
* drm/i915: small isolated c99 types to kernel types switchJani Nikula2019-01-171-1/+1
* drm/i915: Always try to reset the GPU on takeoverChris Wilson2019-01-031-1/+1
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-2/+2
* drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson2018-12-311-10/+0Star
* drm/i915: Remove redundant trailing request flushChris Wilson2018-12-311-10/+0Star
* drm/i915/execlists: Pull the render flush into breadcrumb emissionChris Wilson2018-12-281-3/+2Star
* drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-281-55/+1Star
* drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson2018-12-181-0/+2
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-2/+2
* drm/i915: Allocate a common scratch pageChris Wilson2018-12-041-5/+0Star
* drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin2018-12-041-0/+1
* drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin2018-12-041-0/+1
* drm/i915: Introduce per-engine workaroundsTvrtko Ursulin2018-12-041-0/+2
* drm/i915/vgpu: Disallow loading on old vGPU hostsChris Wilson2018-12-031-16/+0Star
* drm/i915/ringbuffer: change header SPDX identifier to MITJonathan Gray2018-10-311-1/+1
* drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi2018-10-291-2/+2
* drm/i915: Pull scheduling under standalone lockChris Wilson2018-10-011-3/+2Star
* drm/i915: Combine multiple internal plists into the same i915_priolist bucketChris Wilson2018-10-011-1/+12
* Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-09-141-0/+2
|\
| * drm: Add drm/drm_util.h header fileDaniel Vetter2018-09-091-0/+2
* | drm/i915: Clear stop-engine for a pardoned resetChris Wilson2018-08-151-0/+1
* | drm/i915: Pull seqno started checks togetherChris Wilson2018-08-071-6/+27
* | drm/i915: kill resource streamer supportLucas De Marchi2018-08-061-1/+0Star
* | drm/i915: Drop unneed i915 parameter from intel_ring_pin()Chris Wilson2018-07-271-1/+1
* | drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub BartmiĊ„ski2018-07-271-3/+1Star
|/
* drm/i915/selftests: Force a preemption hangChris Wilson2018-07-161-0/+27
* drm/i915/execlists: Always clear preempt status on cancelling allChris Wilson2018-07-161-0/+6
* drm/i915/execlists: Switch to rb_root_cachedChris Wilson2018-07-111-6/+1Star
* drm/i915/execlists: Trust the CSBChris Wilson2018-06-281-1/+0Star
* drm/i915/execlists: Reset CSB write pointer after resetChris Wilson2018-06-281-0/+9
* drm/i915/execlists: Unify CSB access pointersChris Wilson2018-06-281-6/+17
* drm/i915: Only signal from interrupt when requestedChris Wilson2018-06-281-3/+2Star
* drm/i915: Move the irq_counter inside the spinlockChris Wilson2018-06-281-1/+1
* drm/i915: Fix fallout of fake reset along resumeChris Wilson2018-06-181-0/+2
* drm/i915: Declare the driver wedged if hangcheck makes no progressChris Wilson2018-06-141-1/+2
* drm/i915/ringbuffer: Serialize load of PD_DIRChris Wilson2018-06-121-1/+4
* drm/i915: Wrap around the tail offset before setting ring->tailChris Wilson2018-06-111-6/+14
* drm/i915/ringbuffer: Fix context restore upon resetChris Wilson2018-06-111-9/+0Star
* drm/i915/execlists: Handle copying default context state for atomic resetChris Wilson2018-05-191-0/+1
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-181-5/+4Star
* drm/i915: Move fiddling with engine->last_retired_contextChris Wilson2018-05-181-0/+1
* drm/i915: Stop parking the signaler around resetChris Wilson2018-05-161-0/+2
* drm/i915: Move engine reset prepare/finish to backendsChris Wilson2018-05-161-2/+7
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-031-5/+6
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-031-1/+4
* drm/i915: Only track live rings for retiringChris Wilson2018-04-301-1/+1
* drm/i915: Retire requests along ringsChris Wilson2018-04-301-0/+1
* drm/i915: Use seqlock in engine statsTvrtko Ursulin2018-04-261-5/+6
* drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-181-1/+3