summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Record platform specific ppGTT size in intel_device_infoChris Wilson2019-03-151-1/+2
* drm/i915/selftests: Disable preemption while setting up fence-timersChris Wilson2019-03-141-1/+8
* drm/i915/selftests: Improve error detection of reset failureChris Wilson2019-03-121-1/+17
* drm/i915: Introduce a context barrier callbackChris Wilson2019-03-091-0/+106
* drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson2019-03-081-1/+1
* drm/i915: Track the pinned kernel contexts on each engineChris Wilson2019-03-081-2/+3
* drm/i915: Make context pinning part of intel_context_opsChris Wilson2019-03-081-27/+5
* drm/i915: Move over to intel_context_lookup()Chris Wilson2019-03-082-5/+8
* drm/i915: Store the intel_context_ops in the intel_engine_csChris Wilson2019-03-081-7/+6
* drm/i915: Track active engines within a contextChris Wilson2019-03-082-0/+8
* drm/i915: Reduce presumption of request ordering for barriersChris Wilson2019-03-083-2/+7
* drm/i915: Do a synchronous switch-to-kernel-context on idlingChris Wilson2019-03-081-7/+2
* drm/i915/selftests: Check preemption support on each engineChris Wilson2019-03-081-0/+18
* drm/i915/selftests: Improve switch-to-kernel-context checkingChris Wilson2019-03-071-45/+35
* drm/i915/selftests: Upgrade printing test/subtest name to pr_infoMichaƂ Winiarski2019-03-061-2/+2
* drm/i915/selftests: Fix MI_STORE_DWORD_IMM alignmentChris Wilson2019-03-061-1/+1
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-0511-33/+34
* drm/i915: Keep timeline HWSP allocated until idle across the systemChris Wilson2019-03-011-0/+113
* drm/i915/selftests: Check that whitelisted registers are accessibleChris Wilson2019-03-011-1/+377
* drm/i915: Introduce i915_timeline.mutexChris Wilson2019-03-012-3/+2
* drm/i915/execlists: Suppress mere WAIT preemptionChris Wilson2019-02-281-0/+163
* drm/i915: Make object/vma allocation caches globalChris Wilson2019-02-284-19/+4
* drm/i915: Make request allocation caches globalChris Wilson2019-02-284-64/+26
* drm/i915/selftests: Exercise resetting during non-user payloadsChris Wilson2019-02-261-0/+218
* drm/i915: Remove i915_request.global_seqnoChris Wilson2019-02-262-4/+2
* drm/i915: Remove access to global seqno in the HWSPChris Wilson2019-02-262-5/+1
* drm/i915: Beware temporary wedging when determining -EIOChris Wilson2019-02-2011-24/+24
* drm/i915/selftests: Make unbannable contexts for reset handlingChris Wilson2019-02-183-0/+5
* drm/i915/selftests: Move local mock_ggtt allocations to the heapChris Wilson2019-02-172-10/+22
* drm/i915/selftests: Always free spinner on __sseu_prepare errorChris Wilson2019-02-161-35/+34
* drm/i915/selftests: Drop unnecessary struct_mutex around i915_reset()Chris Wilson2019-02-151-2/+0
* drm/i915/selftests: Always use an active engine while resettingChris Wilson2019-02-151-19/+8
* drm/i915: Don't claim an unstarted request was guiltyChris Wilson2019-02-082-0/+13
* drm/i915: Revoke mmaps and prevent access to fence registers across resetChris Wilson2019-02-082-3/+3
* drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-2/+2
* drm/i915: Generalise GPU activity trackingChris Wilson2019-02-052-1/+159
* drm/i915/selftests: Exercise some AB...BA preemption chainsChris Wilson2019-02-051-0/+103
* drm/i915/selftests: Context SSEU reconfiguration testsTvrtko Ursulin2019-02-051-0/+467
* drm/i915: Add timeline barrier supportTvrtko Ursulin2019-02-051-0/+1
* drm/i915: Drop fake breadcrumb irqChris Wilson2019-01-291-7/+0
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-299-489/+494
* drm/i915/execlists: Suppress preempting selfChris Wilson2019-01-291-0/+138
* drm/i915: Identify active requestsChris Wilson2019-01-291-1/+1
* drm/i915/selftests: Apply a subtest filterChris Wilson2019-01-291-0/+47
* drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson2019-01-282-7/+19
* drm/i915: Share per-timeline HWSP using a slab suballocatorChris Wilson2019-01-283-7/+172
* drm/i915: Allocate a status page for each timelineChris Wilson2019-01-284-4/+339
* drm/i915: Move list of timelines under its own lockChris Wilson2019-01-282-3/+7
* drm/i915: Always allocate an object/vma for the HWSPChris Wilson2019-01-281-1/+1
* drm/i915: Move vma lookup to its own lockChris Wilson2019-01-281-2/+2