aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAge
* drm/i915/ringbuffer: change header SPDX identifier to MITJonathan Gray2018-10-31
* drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi2018-10-29
* drm/i915: Pull scheduling under standalone lockChris Wilson2018-10-01
* drm/i915: Combine multiple internal plists into the same i915_priolist bucketChris Wilson2018-10-01
* Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-09-13
|\
| * drm: Add drm/drm_util.h header fileDaniel Vetter2018-09-09
* | drm/i915: Clear stop-engine for a pardoned resetChris Wilson2018-08-15
* | drm/i915: Pull seqno started checks togetherChris Wilson2018-08-07
* | drm/i915: kill resource streamer supportLucas De Marchi2018-08-06
* | drm/i915: Drop unneed i915 parameter from intel_ring_pin()Chris Wilson2018-07-27
* | drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub BartmiĊ„ski2018-07-27
|/
* drm/i915/selftests: Force a preemption hangChris Wilson2018-07-16
* drm/i915/execlists: Always clear preempt status on cancelling allChris Wilson2018-07-16
* drm/i915/execlists: Switch to rb_root_cachedChris Wilson2018-07-11
* drm/i915/execlists: Trust the CSBChris Wilson2018-06-28
* drm/i915/execlists: Reset CSB write pointer after resetChris Wilson2018-06-28
* drm/i915/execlists: Unify CSB access pointersChris Wilson2018-06-28
* drm/i915: Only signal from interrupt when requestedChris Wilson2018-06-28
* drm/i915: Move the irq_counter inside the spinlockChris Wilson2018-06-28
* drm/i915: Fix fallout of fake reset along resumeChris Wilson2018-06-18
* drm/i915: Declare the driver wedged if hangcheck makes no progressChris Wilson2018-06-14
* drm/i915/ringbuffer: Serialize load of PD_DIRChris Wilson2018-06-12
* drm/i915: Wrap around the tail offset before setting ring->tailChris Wilson2018-06-11
* drm/i915/ringbuffer: Fix context restore upon resetChris Wilson2018-06-11
* drm/i915/execlists: Handle copying default context state for atomic resetChris Wilson2018-05-19
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-18
* drm/i915: Move fiddling with engine->last_retired_contextChris Wilson2018-05-18
* drm/i915: Stop parking the signaler around resetChris Wilson2018-05-16
* drm/i915: Move engine reset prepare/finish to backendsChris Wilson2018-05-16
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-02
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-02
* drm/i915: Only track live rings for retiringChris Wilson2018-04-30
* drm/i915: Retire requests along ringsChris Wilson2018-04-30
* drm/i915: Use seqlock in engine statsTvrtko Ursulin2018-04-26
* drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-18
* drm/i915: Move a bunch of workaround-related code to its own fileOscar Mateo2018-04-11
* drm/i915: Store preemption capability in engine->flagsChris Wilson2018-04-04
* drm/i915/execlists: Track begin/end of execlists submission sequencesChris Wilson2018-04-03
* drm/i915/icl: Update subslice define for ICL 11Kelvin Gardiner2018-03-20
* drm/i915: Split GPU commands definitions into separate headerMichal Wajdeczko2018-03-15
* drm/i915: move gen8 irq shifts to intel_lrc.cDaniele Ceraolo Spurio2018-03-15
* drm/i915: Remove the impedance mismatch around intel_engine_enable_signalingChris Wilson2018-03-12
* drm/i915: Include i915_reg.h in intel_ringbuffer.hMichal Wajdeczko2018-03-09
* drm/i915: store all subslice masksLionel Landwerlin2018-03-08
* drm/i915/icl: Enhanced execution list supportThomas Daniel2018-03-07
* drm/i915: Flush waiters on seqno wraparoundChris Wilson2018-03-06
* drm/i915/breadcrumbs: Reduce signaler rbtree to a sorted listChris Wilson2018-03-06
* drm/i915/icl: Prepare for more ringsTvrtko Ursulin2018-03-01
* drm/i915/preemption: Allow preemption between submission portsChris Wilson2018-02-23
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-21