aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gt/selftest_hangcheck.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-04drm/i915: Apply i915_request_skip() on submissionChris Wilson1-1/+1
2020-02-20drm/i915/guc: Kill USES_GUC_SUBMISSION macroDaniele Ceraolo Spurio1-1/+1
2020-01-10drm/i915: Start chopping up the GPU error captureChris Wilson1-1/+1
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld1-1/+1
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-92/+86
2019-11-08drm/i915/selftests: Complete transition to a real struct file mockChris Wilson1-8/+8
2019-11-07drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson1-4/+4
2019-11-01drm/i915/selftests: Start kthreads before stoppingChris Wilson1-0/+2
2019-10-29drm/i915/selftests: check for missing apertureMatthew Auld1-4/+10
2019-10-28drm/i915/selftests: Drop global engine lookup for gt selftestsChris Wilson1-3/+3
2019-10-24drm/i915/selftests: Flush interrupts before disabling taskletsChris Wilson1-1/+1
2019-10-23drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson1-4/+0
2019-10-18drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin1-10/+10
2019-10-07drm/i915/gt: Prefer local path to runtime powermanagementChris Wilson1-2/+2
2019-10-04drm/i915: Move context management under GEMChris Wilson1-17/+22
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson1-74/+15
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-13/+6
2019-09-27drm/i915: Pass intel_gt to has-reset?Chris Wilson1-6/+6
2019-08-22drm/i915: Track ggtt fence reservations under its own mutexChris Wilson1-0/+7
2019-08-19drm/i915: Serialize against vma movesChris Wilson1-2/+8
2019-07-29drm/i915/selftests: Careful not to flush hang_fini on error setupsChris Wilson1-3/+1
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson1-230/+231
2019-07-03drm/i915/selftests: Common live setup/teardownChris Wilson1-1/+1
2019-06-26drm/i915/selftests: Drop manual request wakerefs around hangcheckChris Wilson1-7/+0
2019-06-26drm/i915/selftests: Serialise nop reset with retirementChris Wilson1-3/+4
2019-06-21drm/i915: Throw away the active object retirement complexityChris Wilson1-20/+14
2019-06-21drm/i915: Save trip via top-level i915 in a few more placesTvrtko Ursulin1-4/+4
2019-06-21drm/i915: Move i915_gem_chipset_flush to intel_gtTvrtko Ursulin1-4/+10
2019-06-19drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson1-6/+3
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio1-6/+6
2019-06-11drm/i915: Pull kref into i915_address_spaceChris Wilson1-4/+3
2019-05-28drm/i915: Drop the deferred active referenceChris Wilson1-8/+1
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson1-0/+4
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-2/+4
2019-05-23drm/i915/selftests: Split igt_atomic_reset testcaseMichal Wajdeczko1-90/+19
2019-05-23drm/i915/selftests: Move some reset testcases to separate fileMichal Wajdeczko1-50/+0
2019-04-26drm/i915: Move i915_request_alloc into selftests/Chris Wilson1-4/+5
2019-04-24drm/i915: Invert the GEM wakeref hierarchyChris Wilson1-40/+9
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-0/+1919