summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests
AgeCommit message (Expand)Author
2019-03-19drm/i915: Lock the gem_context->active_list while dropping the linkChris Wilson
2019-03-18drm/i915: Hold a ref to the ring while retiringChris Wilson
2019-03-15drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson
2019-03-15drm/i915: Drop address size from ppgtt_typeChris Wilson
2019-03-15drm/i915: Record platform specific ppGTT size in intel_device_infoChris Wilson
2019-03-14drm/i915/selftests: Disable preemption while setting up fence-timersChris Wilson
2019-03-12drm/i915/selftests: Improve error detection of reset failureChris Wilson
2019-03-09drm/i915: Introduce a context barrier callbackChris Wilson
2019-03-08drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson
2019-03-08drm/i915: Track the pinned kernel contexts on each engineChris Wilson
2019-03-08drm/i915: Make context pinning part of intel_context_opsChris Wilson
2019-03-08drm/i915: Move over to intel_context_lookup()Chris Wilson
2019-03-08drm/i915: Store the intel_context_ops in the intel_engine_csChris Wilson
2019-03-08drm/i915: Track active engines within a contextChris Wilson
2019-03-08drm/i915: Reduce presumption of request ordering for barriersChris Wilson
2019-03-08drm/i915: Do a synchronous switch-to-kernel-context on idlingChris Wilson
2019-03-08drm/i915/selftests: Check preemption support on each engineChris Wilson
2019-03-07drm/i915/selftests: Improve switch-to-kernel-context checkingChris Wilson
2019-03-06drm/i915/selftests: Upgrade printing test/subtest name to pr_infoMichaƂ Winiarski
2019-03-06drm/i915/selftests: Fix MI_STORE_DWORD_IMM alignmentChris Wilson
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson
2019-03-01drm/i915: Keep timeline HWSP allocated until idle across the systemChris Wilson
2019-03-01drm/i915/selftests: Check that whitelisted registers are accessibleChris Wilson
2019-03-01drm/i915: Introduce i915_timeline.mutexChris Wilson
2019-02-28drm/i915/execlists: Suppress mere WAIT preemptionChris Wilson
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson
2019-02-28drm/i915: Make request allocation caches globalChris Wilson
2019-02-26drm/i915/selftests: Exercise resetting during non-user payloadsChris Wilson
2019-02-26drm/i915: Remove i915_request.global_seqnoChris Wilson
2019-02-26drm/i915: Remove access to global seqno in the HWSPChris Wilson
2019-02-20drm/i915: Beware temporary wedging when determining -EIOChris Wilson
2019-02-18drm/i915/selftests: Make unbannable contexts for reset handlingChris Wilson
2019-02-17drm/i915/selftests: Move local mock_ggtt allocations to the heapChris Wilson
2019-02-16drm/i915/selftests: Always free spinner on __sseu_prepare errorChris Wilson
2019-02-15drm/i915/selftests: Drop unnecessary struct_mutex around i915_reset()Chris Wilson
2019-02-15drm/i915/selftests: Always use an active engine while resettingChris Wilson
2019-02-08drm/i915: Don't claim an unstarted request was guiltyChris Wilson
2019-02-08drm/i915: Revoke mmaps and prevent access to fence registers across resetChris Wilson
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson
2019-02-05drm/i915: Generalise GPU activity trackingChris Wilson
2019-02-05drm/i915/selftests: Exercise some AB...BA preemption chainsChris Wilson
2019-02-05drm/i915/selftests: Context SSEU reconfiguration testsTvrtko Ursulin
2019-02-05drm/i915: Add timeline barrier supportTvrtko Ursulin
2019-01-29drm/i915: Drop fake breadcrumb irqChris Wilson
2019-01-29drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson
2019-01-29drm/i915/execlists: Suppress preempting selfChris Wilson
2019-01-29drm/i915: Identify active requestsChris Wilson
2019-01-29drm/i915/selftests: Apply a subtest filterChris Wilson
2019-01-28drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson
2019-01-28drm/i915: Share per-timeline HWSP using a slab suballocatorChris Wilson