aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld2-46/+41
2020-01-07drm/i915: Add missing include file <linux/math64.h>YueHaibing1-0/+1
2020-01-03drm/i915/selftests: Make headers self-containedChris Wilson4-4/+22
2020-01-03drm/i915/selftests: Move igt_atomic_section[] out of the headerChris Wilson2-40/+48
2020-01-03drm/i915/gem: Support discontiguous lmem object mapsChris Wilson1-19/+14
2019-12-30drm/i915/selftests: Flush the context workerChris Wilson1-0/+2
2019-12-30drm/i915/gt: Avoid using the GPU before initialisationChris Wilson1-0/+1
2019-12-26drm/i915/gt: Apply sanitiization just before resumeChris Wilson1-2/+0
2019-12-23drm/i915/selftests: make mock_drm.h self-containedJani Nikula1-1/+2
2019-12-22drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson2-8/+3
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson2-12/+2
2019-12-13drm/i915/selftests: remove a conditionDan Carpenter1-2/+1
2019-12-11drm/i915/selftests: Show the i915_active on failureChris Wilson1-0/+8
2019-12-09drm/i915/guc: kill doorbell code and selftestsDaniele Ceraolo Spurio1-1/+0
2019-11-29drm/i915/selftests: Always lock the drm_mm around insert/removeChris Wilson1-0/+4
2019-11-25drm/i915/selftests: Move mock_vma to the heap to reduce stack_frameChris Wilson1-7/+12
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson4-12/+34
2019-11-23drm/i915/selftests: Include the subsubtest name for live_parallel_enginesChris Wilson1-1/+3
2019-11-20drm/i915/selftests: Be explicit in ERR_PTR handlingChris Wilson1-2/+2
2019-11-19drm/i915/selftests: Exercise rc6 w/a handlingChris Wilson1-0/+2
2019-11-18drm/i915/selftests: Add intel_gt_driver_late_release for mock deviceChris Wilson1-0/+2
2019-11-14drm/i915: Split i915_active.mutex into an irq-safe spinlock for the rbtreeChris Wilson1-2/+2
2019-11-14drm/i915/selftests: Add coverage of mocs registersChris Wilson1-0/+1
2019-11-11drm/i915/selftests: Perform some basic cycle counting of MI opsChris Wilson2-0/+56
2019-11-08drm/i915/selftests: Complete transition to a real struct file mockChris Wilson7-56/+25
2019-11-08drm/i915: make more headers self-containedMasahiro Yamada3-0/+11
2019-11-07drm/i915/selftests: Wrap vm_mmap() around GEM objectsChris Wilson2-0/+58
2019-11-07drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson7-50/+21
2019-11-07drm/i915: Switch obj->mm.lock lockdep annotations on its headDaniel Vetter1-2/+2
2019-11-02drm/i915/selftests: Flush all active callbacksChris Wilson1-0/+33
2019-11-01drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson3-4/+1
2019-11-01drm/i915/gt: Pull timeline initialise to intel_gt_init_earlyChris Wilson1-5/+0
2019-11-01drm/i915/selftests: Spin on all engines simultaneouslyChris Wilson2-7/+109
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