aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_breadcrumbs.c
Commit message (Expand)AuthorAge
* drm/i915: Acquire breadcrumb ref before cancellingChris Wilson2019-03-08
* drm/i915: Drop fake breadcrumb irqChris Wilson2019-01-29
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-29
* drm/i915: Tidy common test_bit probing of i915_request->fence.flagsChris Wilson2019-01-22
* drm/i915: Use b->irq_enable() as predicate for mock engineChris Wilson2019-01-18
* drm/i915/breadcrumbs: Drop assertion that we've already enabled irqsChris Wilson2019-01-18
* drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson2018-12-31
* drm/i915/breadcrumbs: Reduce missed-breadcrumb false positive rateChris Wilson2018-12-03
* drm/i915: Pull seqno started checks togetherChris Wilson2018-08-07
* drm/i915: Move the irq_counter inside the spinlockChris Wilson2018-06-28
* drm/i915: Allow init_breadcrumbs to be used from irq contextChris Wilson2018-05-19
* drm/i915: Compile out engine debug for releaseChris Wilson2018-04-26
* drm/i915/breadcrumbs: Keep the fake irq armed across resetChris Wilson2018-04-24
* drm/i915: Remove the impedance mismatch around intel_engine_enable_signalingChris Wilson2018-03-12
* drm/i915: Flush waiters on seqno wraparoundChris Wilson2018-03-06
* drm/i915: Stop kicking the signaling thread on seqno wraparoundChris Wilson2018-03-06
* drm/i915/breadcrumbs: Assert all missed breadcrumbs were signaledChris Wilson2018-03-06
* drm/i915/breadcrumbs: Reduce signaler rbtree to a sorted listChris Wilson2018-03-06
* drm/i915/icl: Ringbuffer interrupt handlingTvrtko Ursulin2018-03-05
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-21
* drm/i915/breadcrumbs: Ignore unsubmitted signalersChris Wilson2018-02-07
* drm/i915/breadcrumbs: Drop request reference for the signaler threadChris Wilson2018-02-05
* drm/i915: Always run hangcheck while the GPU is busyChris Wilson2018-01-31
* drm/i915: Assert we do not try to wait on an invalid seqnoChris Wilson2018-01-03
* drm/i915: Only report a wakeup if the waiter was truly asleepChris Wilson2017-12-11
* drm/i915: Stop listening to request resubmission from the signaler kthreadChris Wilson2017-12-11
* drm/i915: Include engine state on detecting a missed breadcrumb/seqnoChris Wilson2017-12-08
* drm/i915: Clear breadcrumb node when cancelling signalingChris Wilson2017-11-16
* drm/i915: Move irqs enabled assertion deeper for mock breadcrumbsChris Wilson2017-11-10
* drm/i915: Check that the breadcrumb wasn't disarmed automatically before parkingChris Wilson2017-11-01
* drm/i915/guc: Always enable the breadcrumbs irqChris Wilson2017-10-25
* drm/i915: Convert timers to use timer_setup()Kees Cook2017-10-18
* i915: Use %pS printk format for direct addressesHelge Deller2017-09-27
* drm/i915: Skip adding the request to the signal tree is completeChris Wilson2017-06-08
* drm/i915: Report back whether the irq was armed when adding the waiterChris Wilson2017-06-08
* drm/i915: Skip waking the signaler when enabling before request submissionChris Wilson2017-04-26
* drm/i915: Include interesting seqno in the missed breadcrumb debugChris Wilson2017-04-24
* drm/i915: Apply a cond_resched() to the saturated signalerChris Wilson2017-04-04
* drm/i915: Park the signaler before sleepingChris Wilson2017-04-04
* drm/i915: Protect intel_engine_wakeup() for call from irq contextChris Wilson2017-03-21
* drm/i915/breadcrumbs: Tweak commentaryChris Wilson2017-03-16
* drm/i915/breadcrumbs: Assert that we do not shortcut the current bottom-halfChris Wilson2017-03-15
* drm/i915/breadcrumbs: Disable interrupt bottom-half first on idlingChris Wilson2017-03-15
* drm/i915/breadcrumbs: Update bottom-half before marking as completeChris Wilson2017-03-15
* drm/i915/breadcrumbs: Use booleans for intel_breadcrumbs_busy()Chris Wilson2017-03-15
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-03-08
|\
| * Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-03-07
| |\
| * | sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-02
* | | drm/i915: No need to save/restore irq status in intel_engine_wakeupTvrtko Ursulin2017-03-07
* | | drm/i915: No need to save/restore irq status in intel_breadcrumbs_fake_irqTvrtko Ursulin2017-03-07