summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_active.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Allow for different modes of interruptible i915_active_waitChris Wilson2020-03-301-5/+5
* drm/i915: Prefer '%ps' for printing function symbol namesChris Wilson2020-03-191-1/+1
* drm/i915/selftests: Apply a heavy handed flush to i915_activeChris Wilson2020-03-071-8/+21
* drm/i915/selftests: Disable heartbeat around manual pulse testsChris Wilson2020-02-281-2/+1
* drm/i915: Flush idle barriers when waitingChris Wilson2020-02-251-0/+46
* drm/i915/selftests: Show the i915_active on failureChris Wilson2019-12-111-0/+8
* drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson2019-11-251-1/+1
* drm/i915: Split i915_active.mutex into an irq-safe spinlock for the rbtreeChris Wilson2019-11-141-2/+2
* drm/i915/selftests: Flush all active callbacksChris Wilson2019-11-021-0/+33
* drm/i915/selftests: Pretty print the i915_activeChris Wilson2019-10-311-0/+45
* drm/i915/selftests: Use all physical engines for i915_activeChris Wilson2019-10-211-2/+1
* drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson2019-10-041-6/+2
* drm/i915: Coordinate i915_active with its own mutexChris Wilson2019-10-041-24/+8
* drm/i915: Push the i915_active.retire into a workerChris Wilson2019-10-041-3/+3
* drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson2019-09-201-1/+1
* drm/i915: Markup expected timeline locks for i915_activeChris Wilson2019-08-161-2/+1
* drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-1/+2
* drm/i915: Provide an i915_active.acquire callbackChris Wilson2019-06-211-11/+42
* drm/i915: Track i915_active using debugobjectsChris Wilson2019-06-211-20/+58
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-141-4/+4
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-1/+3
* drm/i915: Pass intel_context to i915_request_create()Chris Wilson2019-04-241-1/+1
* drm/i915: Beware temporary wedging when determining -EIOChris Wilson2019-02-201-1/+1
* drm/i915: Generalise GPU activity trackingChris Wilson2019-02-051-0/+157