summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Allocate a common scratch pageChris Wilson2018-12-041-5/+0
* 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/+0
* 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/+2
* 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/+0
* | 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/+1
|/
* 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/+1
* drm/i915/execlists: Trust the CSBChris Wilson2018-06-281-1/+0
* 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/+2
* 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/+0
* 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/+4
* 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-021-5/+6
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-021-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
* drm/i915: Move a bunch of workaround-related code to its own fileOscar Mateo2018-04-111-3/+0
* drm/i915: Store preemption capability in engine->flagsChris Wilson2018-04-041-2/+16
* drm/i915/execlists: Track begin/end of execlists submission sequencesChris Wilson2018-04-031-1/+14
* drm/i915/icl: Update subslice define for ICL 11Kelvin Gardiner2018-03-201-1/+1
* drm/i915: Split GPU commands definitions into separate headerMichal Wajdeczko2018-03-151-1/+2
* drm/i915: move gen8 irq shifts to intel_lrc.cDaniele Ceraolo Spurio2018-03-151-1/+0
* drm/i915: Remove the impedance mismatch around intel_engine_enable_signalingChris Wilson2018-03-121-1/+1
* drm/i915: Include i915_reg.h in intel_ringbuffer.hMichal Wajdeczko2018-03-091-0/+1
* drm/i915: store all subslice masksLionel Landwerlin2018-03-081-1/+1
* drm/i915/icl: Enhanced execution list supportThomas Daniel2018-03-071-2/+10