summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/selftest_hangcheck.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Wrap all access to i915_vma.node.start|sizeChris Wilson2022-12-061-7/+8
* drm/i915/selftests: add igt_vma_move_to_active_unlockedAndrzej Hajda2022-11-161-19/+3
* drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda2022-11-161-13/+4
* drm/i915/selftests: Stop using kthread_stop()Tvrtko Ursulin2022-10-201-21/+30
* drm/i915/selftest: Cope with not having an RCS engineJohn Harrison2022-07-291-3/+9
* drm/i915/pvc: Reduce stack usage in reset selftest with extra blitter engineJohn Harrison2022-05-101-2/+7
* Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi2022-02-231-1/+1
|\
| * drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_so...Maarten Lankhorst2022-01-181-1/+1
* | drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula2022-02-111-0/+1
* | Merge drm/drm-next into drm-intel-nextRodrigo Vivi2022-01-311-9/+13
|\ \ | |/
| * drm/i915/gt: Use to_gt() helperMichał Winiarski2021-12-171-1/+1
| * drm/i915/selftests: Use clear_and_wake_up_bit() for the per-engine reset bitl...Thomas Hellström2021-11-101-8/+12
* | drm/i915: split out i915_gem_evict.h from i915_drv.hJani Nikula2022-01-101-0/+1
|/
* drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström2021-09-241-1/+1
* drm/i915/guc: Move fields protected by guc->contexts_lock into sub structureMatthew Brost2021-09-131-3/+3
* drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vmDaniel Vetter2021-09-061-1/+1
* drm/i915/selftest: Fix use of err in igt_reset_{fail, nop}_engine()Nathan Chancellor2021-08-241-2/+2
* drm/i915/selftest: Bump selftest timeouts for hangcheckJohn Harrison2021-07-271-1/+1
* drm/i915/selftest: Fix hangcheck self test for GuC submissionJohn Harrison2021-07-271-54/+173
* drm/i915/selftest: Better error reporting from hangcheck selftestJohn Harrison2021-07-271-18/+75
* drm/i915/selftests: Take a VM in kernel_context()Jason Ekstrand2021-07-081-1/+1
* drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost2021-06-181-1/+1
* drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost2021-06-181-2/+2
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-4/+4
* drm/i915: Update the helper to set correct mappingVenkata Sandeep Dhanalakota2021-04-271-2/+2
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-20/+1
|\
| * drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-20/+1
* | drm/i915/selftests: Prepare hangcheck for obj->mm.lock removalMaarten Lankhorst2021-03-241-4/+4
|/
* drm/i915/selftests: Prepare the selftests for engine resets with ring submissionChris Wilson2021-01-191-4/+14
* drm/i915/selftests: Force a failed engine resetChris Wilson2021-01-131-0/+144
* drm/i915/selftests: Include engine name after reset failureChris Wilson2021-01-111-2/+4
* drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson2020-12-241-1/+6
* drm/i915/selftests: Enable selftesting of busy-statsChris Wilson2020-06-181-22/+7
* drm/i915/selftests: Dump engine state and trace upon hanging after resetChris Wilson2020-06-151-0/+14
* drm/i915/selftests: Teach hang-self to target only itselfChris Wilson2020-06-101-3/+3
* drm/i915/selftests: Make the hanging request non-preemptibleChris Wilson2020-06-081-10/+26
* drm/i915/selftests: Restore to default heartbeatChris Wilson2020-05-191-15/+10
* drm/i915: Apply i915_request_skip() on submissionChris Wilson2020-03-041-1/+1
* drm/i915/guc: Kill USES_GUC_SUBMISSION macroDaniele Ceraolo Spurio2020-02-201-1/+1
* drm/i915: Start chopping up the GPU error captureChris Wilson2020-01-101-1/+1
* drm/i915/gtt: split up i915_gem_gttMatthew Auld2020-01-071-1/+1
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-211-92/+86
* drm/i915/selftests: Complete transition to a real struct file mockChris Wilson2019-11-081-8/+8
* drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson2019-11-071-4/+4
* drm/i915/selftests: Start kthreads before stoppingChris Wilson2019-11-011-0/+2
* drm/i915/selftests: check for missing apertureMatthew Auld2019-10-291-4/+10
* drm/i915/selftests: Drop global engine lookup for gt selftestsChris Wilson2019-10-281-3/+3
* drm/i915/selftests: Flush interrupts before disabling taskletsChris Wilson2019-10-241-1/+1
* drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson2019-10-231-4/+0
* drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin2019-10-181-10/+10