aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-14drm/i915: Differentiate between ggtt->mutex and ppgtt->mutexChris Wilson1-3/+3
2019-01-14drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson6-56/+45
2019-01-14drm/i915/selftests: Mark up rpm wakerefsChris Wilson12-78/+138
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson12-37/+37
2019-01-14drm/i915: Track all held rpm wakerefsChris Wilson1-3/+5
2019-01-10drm/i915/selftests: recreate WA lists inside the selftestDaniele Ceraolo Spurio1-8/+61
2019-01-08Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-2/+2
2019-01-07drm/i915/selftests: Mark the whole mock device as DMA capableChris Wilson2-5/+1
2019-01-03drm/i915: Always try to reset the GPU on takeoverChris Wilson1-1/+1
2019-01-02drm/i915/selftests: Take a breath during check_partial_mappings()Chris Wilson1-0/+1
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula2-5/+5
2018-12-31drm/i915: Remove redundant trailing request flushChris Wilson1-2/+0
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-2/+2
2018-12-13drm/i915/selftests: Verify we can perform resets from atomic contextChris Wilson1-0/+172
2018-12-13drm/i915/selftests: Check we can recover a wedged deviceChris Wilson1-0/+25
2018-12-06drm/i915/selftests: verify_gt_engine_wa() needs rpm wakerefChris Wilson1-11/+4
2018-12-04drm/i915/selftests: Reorder request allocation vs vma pinningChris Wilson3-121/+119
2018-12-04drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin1-20/+20
2018-12-04drm/i915/selftests: Add tests for GT and engine workaround verificationTvrtko Ursulin4-47/+207
2018-12-03drm/i915/selftests: Terminate hangcheck sanitycheck forciblyChris Wilson1-3/+9
2018-11-30drm/i915/selftests: Fix live_workarounds to actually do resetsTvrtko Ursulin1-12/+53
2018-11-30drm/i915/selftests: Extract spinner codeTvrtko Ursulin3-249/+288
2018-11-20drm/i915/selftests: Hold task reference to reset workerChris Wilson1-0/+3
2018-11-16drm/i915/selftests: Workaround an issue with unused lockdep subclassChris Wilson1-1/+1
2018-10-31drm/i915/selftest: test aligned offsets for 64KMatthew Auld1-4/+18
2018-10-29drm/i915/selftests: Test vm isolationChris Wilson1-0/+318
2018-10-26drm/i915/selftests: Check for hangs mid context execution testsChris Wilson1-10/+41
2018-10-26drm/i915: Mark up GTT sizes as u64Chris Wilson2-4/+4
2018-10-23drm/i915/guc: remove unneeded goto from selftestDaniele Ceraolo Spurio1-2/+0
2018-10-18drm/i915/guc: drop negative doorbell alloc selftestDaniele Ceraolo Spurio1-42/+0
2018-10-11drm/i915/selftests: Disable shrinker across mmap-exhaustionChris Wilson1-0/+3
2018-10-04drm/i915/guc: init GuC descriptors after GuC loadDaniele Ceraolo Spurio1-9/+8
2018-10-03drm/i915/selftests: Hold task_struct ref for smoking kthreadChris Wilson1-0/+3
2018-10-02drm/i915: Replace some open-coded i915_coherent_map_type()Chris Wilson2-3/+3
2018-10-01drm/i915: Reserve some priority bits for internal useChris Wilson1-3/+5
2018-10-01drm/i915/selftests: Include arbitration points in preemption smoketestChris Wilson1-33/+101
2018-10-01drm/i915/selftests: Split preemption smoke test into threadsChris Wilson1-12/+61
2018-09-27drm/i915: Remove i915.enable_ppgtt overrideChris Wilson4-68/+9
2018-09-27drm/i915/selftests: Smoketest preemptionChris Wilson1-0/+137
2018-09-26Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-8/+0
2018-09-20drm/i915/selftests: Live tests emit requests and so require rpmChris Wilson6-0/+33
2018-09-20drm/i915: don't assume struct page in i915_sg_trimMatthew Auld1-0/+2
2018-09-20drm/i915/selftests: Basic stress test for rapid context switchingChris Wilson1-0/+195
2018-09-20drm/i915/selftests: Free the batch along the contexts error pathChris Wilson1-0/+1
2018-09-11Merge tag 'drm-intel-next-2018-09-06-2' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie9-47/+378
2018-09-05drm/i915: Reduce context HW ID lifetimeChris Wilson1-8/+3
2018-09-01drm/i915: Explicitly mark Global GTT address spacesTvrtko Ursulin1-0/+2
2018-08-31drm/i915/selftests: Add a simple exerciser for suspend/hibernateChris Wilson2-0/+222
2018-08-28drm/i915/selftests: ring all doorbells in igt_guc_doorbellsDaniele Ceraolo Spurio1-0/+38
2018-08-27Merge drm/drm-next into drm-misc-nextSean Paul21-149/+722