summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
AgeCommit message (Expand)AuthorFilesLines
2019-03-21drm/i915: Separate GEM context construction and registration to userspaceChris Wilson4-9/+24
2019-03-21drm/i915/selftests: fix NULL vs IS_ERR() check in mock_context_barrier()Dan Carpenter1-2/+2
2019-03-20drm/i915: move regs pointer inside the uncore structureDaniele Ceraolo Spurio1-1/+1
2019-03-20drm/i915: make more uncore function work on intel_uncoreDaniele Ceraolo Spurio3-5/+5
2019-03-20drm/i915: use intel_uncore for all forcewake get/putDaniele Ceraolo Spurio1-4/+4
2019-03-20drm/i915: use intel_uncore in fw get/put internal pathsDaniele Ceraolo Spurio1-4/+5
2019-03-20drm/i915: Switch to bitmap_zalloc()Andy Shevchenko1-3/+2
2019-03-20drm/i915/selftests: add test to verify get/put fw domainsDaniele Ceraolo Spurio1-6/+128
2019-03-20drm/i915/selftests: Provide stub reset functionsChris Wilson1-0/+36
2019-03-19drm/i915: Hold a reference to the active HW contextChris Wilson1-1/+6
2019-03-19drm/i915: Lock the gem_context->active_list while dropping the linkChris Wilson1-2/+0
2019-03-18drm/i915: Hold a ref to the ring while retiringChris Wilson1-0/+1
2019-03-15drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson1-2/+2
2019-03-15drm/i915: Drop address size from ppgtt_typeChris Wilson1-1/+1
2019-03-15drm/i915: Record platform specific ppGTT size in intel_device_infoChris Wilson1-1/+2
2019-03-14drm/i915/selftests: Disable preemption while setting up fence-timersChris Wilson1-1/+8
2019-03-12drm/i915/selftests: Improve error detection of reset failureChris Wilson1-1/+17
2019-03-09drm/i915: Introduce a context barrier callbackChris Wilson1-0/+106
2019-03-08drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson1-1/+1
2019-03-08drm/i915: Track the pinned kernel contexts on each engineChris Wilson1-2/+3
2019-03-08drm/i915: Make context pinning part of intel_context_opsChris Wilson1-27/+5
2019-03-08drm/i915: Move over to intel_context_lookup()Chris Wilson2-5/+8
2019-03-08drm/i915: Store the intel_context_ops in the intel_engine_csChris Wilson1-7/+6
2019-03-08drm/i915: Track active engines within a contextChris Wilson2-0/+8
2019-03-08drm/i915: Reduce presumption of request ordering for barriersChris Wilson3-2/+7
2019-03-08drm/i915: Do a synchronous switch-to-kernel-context on idlingChris Wilson1-7/+2
2019-03-08drm/i915/selftests: Check preemption support on each engineChris Wilson1-0/+18
2019-03-07drm/i915/selftests: Improve switch-to-kernel-context checkingChris Wilson1-45/+35
2019-03-06drm/i915/selftests: Upgrade printing test/subtest name to pr_infoMichaƂ Winiarski1-2/+2
2019-03-06drm/i915/selftests: Fix MI_STORE_DWORD_IMM alignmentChris Wilson1-1/+1
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson11-33/+34
2019-03-01drm/i915: Keep timeline HWSP allocated until idle across the systemChris Wilson1-0/+113
2019-03-01drm/i915/selftests: Check that whitelisted registers are accessibleChris Wilson1-1/+377
2019-03-01drm/i915: Introduce i915_timeline.mutexChris Wilson2-3/+2
2019-02-28drm/i915/execlists: Suppress mere WAIT preemptionChris Wilson1-0/+163
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson4-19/+4
2019-02-28drm/i915: Make request allocation caches globalChris Wilson4-64/+26
2019-02-26drm/i915/selftests: Exercise resetting during non-user payloadsChris Wilson1-0/+218
2019-02-26drm/i915: Remove i915_request.global_seqnoChris Wilson2-4/+2
2019-02-26drm/i915: Remove access to global seqno in the HWSPChris Wilson2-5/+1
2019-02-20drm/i915: Beware temporary wedging when determining -EIOChris Wilson11-24/+24
2019-02-18drm/i915/selftests: Make unbannable contexts for reset handlingChris Wilson3-0/+5
2019-02-17drm/i915/selftests: Move local mock_ggtt allocations to the heapChris Wilson2-10/+22
2019-02-16drm/i915/selftests: Always free spinner on __sseu_prepare errorChris Wilson1-35/+34
2019-02-15drm/i915/selftests: Drop unnecessary struct_mutex around i915_reset()Chris Wilson1-2/+0
2019-02-15drm/i915/selftests: Always use an active engine while resettingChris Wilson1-19/+8
2019-02-08drm/i915: Don't claim an unstarted request was guiltyChris Wilson2-0/+13
2019-02-08drm/i915: Revoke mmaps and prevent access to fence registers across resetChris Wilson2-3/+3
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson1-2/+2
2019-02-05drm/i915: Generalise GPU activity trackingChris Wilson2-1/+159