summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gtt: split up i915_gem_gttMatthew Auld2020-01-072-46/+41
* drm/i915: Add missing include file <linux/math64.h>YueHaibing2020-01-071-0/+1
* drm/i915/selftests: Make headers self-containedChris Wilson2020-01-034-4/+22
* drm/i915/selftests: Move igt_atomic_section[] out of the headerChris Wilson2020-01-032-40/+48
* drm/i915/gem: Support discontiguous lmem object mapsChris Wilson2020-01-031-19/+14
* drm/i915/selftests: Flush the context workerChris Wilson2019-12-301-0/+2
* drm/i915/gt: Avoid using the GPU before initialisationChris Wilson2019-12-301-0/+1
* drm/i915/gt: Apply sanitiization just before resumeChris Wilson2019-12-261-2/+0
* drm/i915/selftests: make mock_drm.h self-containedJani Nikula2019-12-231-1/+2
* drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson2019-12-222-8/+3
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-212-12/+2
* drm/i915/selftests: remove a conditionDan Carpenter2019-12-131-2/+1
* drm/i915/selftests: Show the i915_active on failureChris Wilson2019-12-111-0/+8
* drm/i915/guc: kill doorbell code and selftestsDaniele Ceraolo Spurio2019-12-091-1/+0
* drm/i915/selftests: Always lock the drm_mm around insert/removeChris Wilson2019-11-291-0/+4
* drm/i915/selftests: Move mock_vma to the heap to reduce stack_frameChris Wilson2019-11-251-7/+12
* drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson2019-11-254-12/+34
* drm/i915/selftests: Include the subsubtest name for live_parallel_enginesChris Wilson2019-11-231-1/+3
* drm/i915/selftests: Be explicit in ERR_PTR handlingChris Wilson2019-11-201-2/+2
* drm/i915/selftests: Exercise rc6 w/a handlingChris Wilson2019-11-191-0/+2
* drm/i915/selftests: Add intel_gt_driver_late_release for mock deviceChris Wilson2019-11-181-0/+2
* drm/i915: Split i915_active.mutex into an irq-safe spinlock for the rbtreeChris Wilson2019-11-141-2/+2
* drm/i915/selftests: Add coverage of mocs registersChris Wilson2019-11-141-0/+1
* drm/i915/selftests: Perform some basic cycle counting of MI opsChris Wilson2019-11-112-0/+56
* drm/i915/selftests: Complete transition to a real struct file mockChris Wilson2019-11-087-56/+25
* drm/i915: make more headers self-containedMasahiro Yamada2019-11-083-0/+11
* drm/i915/selftests: Wrap vm_mmap() around GEM objectsChris Wilson2019-11-072-0/+58
* drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson2019-11-077-50/+21
* drm/i915: Switch obj->mm.lock lockdep annotations on its headDaniel Vetter2019-11-071-2/+2
* drm/i915/selftests: Flush all active callbacksChris Wilson2019-11-021-0/+33
* drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson2019-11-013-4/+1
* drm/i915/gt: Pull timeline initialise to intel_gt_init_earlyChris Wilson2019-11-011-5/+0
* drm/i915/selftests: Spin on all engines simultaneouslyChris Wilson2019-11-012-7/+109
* drm/i915/selftests: Start kthreads before stoppingChris Wilson2019-11-011-0/+4
* drm/i915/selftests: Pretty print the i915_activeChris Wilson2019-10-311-0/+45
* drm/i915/perf: ensure selftests select valid formatLionel Landwerlin2019-10-291-1/+2
* drm/i915/selftests: check for missing apertureMatthew Auld2019-10-292-0/+7
* drm/i915/selftests: Select a random engine for testing memory regionsChris Wilson2019-10-281-3/+26
* drm/i915: Split memory_region initialisation into its own fileChris Wilson2019-10-261-5/+4
* drm/i915/selftests: add write-dword test for LMEMMatthew Auld2019-10-251-0/+166
* drm/i915/lmem: support kernel mappingAbdiel Janulgue2019-10-251-0/+113
* drm/i915: support creating LMEM objectsMatthew Auld2019-10-252-0/+41
* drm/i915/selftests: Tweak the default subtest runtimeChris Wilson2019-10-251-1/+1
* drm/i915/selftests: Release ctx->engine_mutex after iterationChris Wilson2019-10-231-3/+7
* drm/i915/selftests: Move uncore fw selftests to operate on intel_gtChris Wilson2019-10-221-26/+28
* drm/i915/selftests: Teach switch_to_context() to use the contextChris Wilson2019-10-221-10/+9
* drm/i915: Teach record_defaults to operate on the intel_gtChris Wilson2019-10-221-2/+11
* drm/i915/gem: Distinguish each object typeChris Wilson2019-10-222-2/+4
* drm/i915/selftests: Use GT engines in igt_live_testTvrtko Ursulin2019-10-221-3/+4
* drm/i915/selftests: Use GT engines in mock_gem_deviceTvrtko Ursulin2019-10-221-4/+4