aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-14drm/i915: Declare the driver wedged if hangcheck makes no progressChris Wilson1-1/+2
2018-06-12drm/i915/ringbuffer: Serialize load of PD_DIRChris Wilson1-1/+4
2018-06-11drm/i915: Wrap around the tail offset before setting ring->tailChris Wilson1-6/+14
2018-06-11drm/i915/ringbuffer: Fix context restore upon resetChris Wilson1-9/+0
2018-05-19drm/i915/execlists: Handle copying default context state for atomic resetChris Wilson1-0/+1
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson1-5/+4
2018-05-18drm/i915: Move fiddling with engine->last_retired_contextChris Wilson1-0/+1
2018-05-16drm/i915: Stop parking the signaler around resetChris Wilson1-0/+2
2018-05-16drm/i915: Move engine reset prepare/finish to backendsChris Wilson1-2/+7
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson1-5/+6
2018-05-02drm/i915: Move timeline from GTT to ringChris Wilson1-1/+4
2018-04-30drm/i915: Only track live rings for retiringChris Wilson1-1/+1
2018-04-30drm/i915: Retire requests along ringsChris Wilson1-0/+1
2018-04-26drm/i915: Use seqlock in engine statsTvrtko Ursulin1-5/+6
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson1-1/+3
2018-04-11drm/i915: Move a bunch of workaround-related code to its own fileOscar Mateo1-3/+0
2018-04-04drm/i915: Store preemption capability in engine->flagsChris Wilson1-2/+16
2018-04-03drm/i915/execlists: Track begin/end of execlists submission sequencesChris Wilson1-1/+14
2018-03-20drm/i915/icl: Update subslice define for ICL 11Kelvin Gardiner1-1/+1
2018-03-15drm/i915: Split GPU commands definitions into separate headerMichal Wajdeczko1-1/+2
2018-03-15drm/i915: move gen8 irq shifts to intel_lrc.cDaniele Ceraolo Spurio1-1/+0
2018-03-12drm/i915: Remove the impedance mismatch around intel_engine_enable_signalingChris Wilson1-1/+1
2018-03-09drm/i915: Include i915_reg.h in intel_ringbuffer.hMichal Wajdeczko1-0/+1
2018-03-08drm/i915: store all subslice masksLionel Landwerlin1-1/+1
2018-03-07drm/i915/icl: Enhanced execution list supportThomas Daniel1-2/+10
2018-03-06drm/i915: Flush waiters on seqno wraparoundChris Wilson1-1/+0
2018-03-06drm/i915/breadcrumbs: Reduce signaler rbtree to a sorted listChris Wilson1-2/+2
2018-03-01drm/i915/icl: Prepare for more ringsTvrtko Ursulin1-1/+8
2018-02-23drm/i915/preemption: Allow preemption between submission portsChris Wilson1-0/+10
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-42/+36
2018-02-12drm/i915: Hold rpm wakeref for printing the engine's register stateChris Wilson1-3/+3
2018-02-08drm/i915: Only allocate preempt context when requiredChris Wilson1-0/+5
2018-02-06drm/i915/pmu: Fix PMU enable vs execlists tasklet raceTvrtko Ursulin1-14/+0
2017-12-08drm/i915: Make engine state pretty-printer header configurableChris Wilson1-1/+4
2017-12-08Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi1-0/+1
2017-12-08drm/i915/execlists: Cache ELSP register offsetChris Wilson1-0/+5
2017-12-08Merge tag 'drm-intel-next-2017-12-01' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-20/+154
2017-12-04Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-7/+72
2017-11-29drm/i915: Consolidate checks for engine stats availabilityTvrtko Ursulin1-0/+6
2017-11-29drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin1-1/+7
2017-11-23drm/i915: Unwind incomplete legacy context switchesChris Wilson1-0/+1
2017-11-23drm/i915/pmu: Drop I915_ENGINE_SAMPLE_MAX from uapi headersTvrtko Ursulin1-0/+1
2017-11-22drm/i915/pmu: Wire up engine busy stats to PMUTvrtko Ursulin1-0/+14
2017-11-22drm/i915: Engine busy time trackingTvrtko Ursulin1-0/+92
2017-11-22drm/i915/pmu: Expose a PMU interface for perf queriesTvrtko Ursulin1-0/+26
2017-11-20drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson1-19/+6
2017-11-20drm/i915/execlists: Delay writing to ELSP until HW has processed the previous writeMichel Thierry1-0/+1
2017-11-16drm/i915: Update execlists tasklet namingSagar Arun Kamble1-2/+2
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-29/+155
2017-11-15drm/i915: Make request's wait-for-space explicitChris Wilson1-0/+1