aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/selftest_hangcheck.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29drm/i915/selftest: Cope with not having an RCS engineJohn Harrison1-3/+9
2022-05-10drm/i915/pvc: Reduce stack usage in reset selftest with extra blitter engineJohn Harrison1-2/+7
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-nextRodrigo Vivi1-1/+1
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula1-0/+1
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-9/+13
2022-01-18drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something, v2.Maarten Lankhorst1-1/+1
2022-01-10drm/i915: split out i915_gem_evict.h from i915_drv.hJani Nikula1-0/+1
2021-12-17drm/i915/gt: Use to_gt() helperMichał Winiarski1-1/+1
2021-11-10drm/i915/selftests: Use clear_and_wake_up_bit() for the per-engine reset bitlocksThomas Hellström1-8/+12
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström1-1/+1
2021-09-13drm/i915/guc: Move fields protected by guc->contexts_lock into sub structureMatthew Brost1-3/+3
2021-09-06drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter1-1/+1
2021-08-24drm/i915/selftest: Fix use of err in igt_reset_{fail, nop}_engine()Nathan Chancellor1-2/+2
2021-07-27drm/i915/selftest: Bump selftest timeouts for hangcheckJohn Harrison1-1/+1
2021-07-27drm/i915/selftest: Fix hangcheck self test for GuC submissionJohn Harrison1-54/+173
2021-07-27drm/i915/selftest: Better error reporting from hangcheck selftestJohn Harrison1-18/+75
2021-07-08drm/i915/selftests: Take a VM in kernel_context()Jason Ekstrand1-1/+1
2021-06-18drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost1-1/+1
2021-06-18drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost1-2/+2
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-4/+4
2021-04-27drm/i915: Update the helper to set correct mappingVenkata Sandeep Dhanalakota1-2/+2
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-20/+1
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-20/+1
2021-03-24drm/i915/selftests: Prepare hangcheck for obj->mm.lock removalMaarten Lankhorst1-4/+4
2021-01-19drm/i915/selftests: Prepare the selftests for engine resets with ring submissionChris Wilson1-4/+14
2021-01-13drm/i915/selftests: Force a failed engine resetChris Wilson1-0/+144
2021-01-11drm/i915/selftests: Include engine name after reset failureChris Wilson1-2/+4
2020-12-24drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson1-1/+6
2020-06-18drm/i915/selftests: Enable selftesting of busy-statsChris Wilson1-22/+7
2020-06-15drm/i915/selftests: Dump engine state and trace upon hanging after resetChris Wilson1-0/+14
2020-06-10drm/i915/selftests: Teach hang-self to target only itselfChris Wilson1-3/+3
2020-06-08drm/i915/selftests: Make the hanging request non-preemptibleChris Wilson1-10/+26
2020-05-19drm/i915/selftests: Restore to default heartbeatChris Wilson1-15/+10
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