aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13drm/i915: Add missing include file <linux/math64.h>YueHaibing1-0/+1
2019-11-05drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson3-4/+1
2019-11-01drm/i915/selftests: Start kthreads before stoppingChris Wilson1-0/+4
2019-10-31drm/i915/selftests: Pretty print the i915_activeChris Wilson1-0/+45
2019-10-29drm/i915/perf: ensure selftests select valid formatLionel Landwerlin1-1/+2
2019-10-29drm/i915/selftests: check for missing apertureMatthew Auld2-0/+7
2019-10-28drm/i915/selftests: Select a random engine for testing memory regionsChris Wilson1-3/+26
2019-10-26drm/i915: Split memory_region initialisation into its own fileChris Wilson1-5/+4
2019-10-25drm/i915/selftests: add write-dword test for LMEMMatthew Auld1-0/+166
2019-10-25drm/i915/lmem: support kernel mappingAbdiel Janulgue1-0/+113
2019-10-25drm/i915: support creating LMEM objectsMatthew Auld2-0/+41
2019-10-25drm/i915/selftests: Tweak the default subtest runtimeChris Wilson1-1/+1
2019-10-23drm/i915/selftests: Release ctx->engine_mutex after iterationChris Wilson1-3/+7
2019-10-22drm/i915/selftests: Move uncore fw selftests to operate on intel_gtChris Wilson1-26/+28
2019-10-22drm/i915/selftests: Teach switch_to_context() to use the contextChris Wilson1-10/+9
2019-10-22drm/i915: Teach record_defaults to operate on the intel_gtChris Wilson1-2/+11
2019-10-22drm/i915/gem: Distinguish each object typeChris Wilson2-2/+4
2019-10-22drm/i915/selftests: Use GT engines in igt_live_testTvrtko Ursulin1-3/+4
2019-10-22drm/i915/selftests: Use GT engines in mock_gem_deviceTvrtko Ursulin1-4/+4
2019-10-22drm/i915/selftests: Convert eviction selftests to gt/ggttTvrtko Ursulin1-49/+51
2019-10-22drm/i915/selftests: Set vm->gt backpointer for mock_ppgttChris Wilson2-0/+2
2019-10-21drm/i915/gt: Introduce barrier pulses along enginesChris Wilson1-0/+1
2019-10-21drm/i915/selftests: Use all physical engines for i915_activeChris Wilson1-2/+1
2019-10-18drm/i915: treat shmem as a regionMatthew Auld1-4/+3
2019-10-18drm/i915: enumerate and init each supported regionAbdiel Janulgue1-0/+6
2019-10-18drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin1-2/+2
2019-10-17drm/i915/selftests: Teach requests to use all available enginesChris Wilson1-112/+175
2019-10-16drm/i915: Store i915_ggtt as the backpointer on fence registersChris Wilson1-1/+1
2019-10-14drm/i915/selftests: Fixup naked 64b divideChris Wilson1-5/+7
2019-10-12drm/i915/perf: implement active wait for noa configurationsLionel Landwerlin2-0/+217
2019-10-08drm/i915/region: support volatile objectsMatthew Auld1-3/+2
2019-10-08drm/i915/region: support contiguous allocationsMatthew Auld2-1/+166
2019-10-08drm/i915: introduce intel_memory_regionMatthew Auld5-0/+192
2019-10-08drm/i915/selftests: Assign the intel_runtime_pm pointer for mock_uncoreChris Wilson3-3/+7
2019-10-04drm/i915: Drop struct_mutex from around GEM initialisationChris Wilson1-7/+0
2019-10-04drm/i915/selftests: Drop vestigal struct_mutex guardsChris Wilson1-2/+0
2019-10-04drm/i915: Move context management under GEMChris Wilson6-31/+20
2019-10-04drm/i915: Remove logical HW IDChris Wilson2-3/+3
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson3-13/+11
2019-10-04drm/i915: Merge wait_for_timelines with retire_requestChris Wilson3-7/+3
2019-10-04drm/i915: Remove the GEM idle workerChris Wilson1-6/+0
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson10-160/+64
2019-10-04drm/i915: Coordinate i915_active with its own mutexChris Wilson1-24/+8
2019-10-04drm/i915: Push the i915_active.retire into a workerChris Wilson1-3/+3
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson5-45/+64
2019-10-04drm/i915: Only track bound elements of the GTTChris Wilson1-1/+1
2019-10-02drm/i915/selftests: Extract random_offset() for use with a prngChris Wilson3-5/+33
2019-09-27drm/i915/selftests: Distinguish mock device from no wakerefChris Wilson1-2/+1
2019-09-27drm/i915: Extract GT render sleep (rc6) managementAndi Shyti1-0/+1
2019-09-27drm/i915/selftests: Exercise concurrent submission to all enginesChris Wilson1-0/+125