summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/selftest_workarounds.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-09drm/i915/selftest: use igt_vma_move_to_active_unlocked if possibleAndrzej Hajda1-9/+3
2022-12-06drm/i915: Wrap all access to i915_vma.node.start|sizeChris Wilson1-4/+4
2022-11-16drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda1-16/+6
2022-11-10drm/i915: Partial abandonment of legacy DRM logging macrosTvrtko Ursulin1-2/+2
2022-10-17drm/i915: Define multicast registers as a new typeMatt Roper1-1/+1
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula1-0/+1
2021-12-17drm/i915/gt: Use to_gt() helperMichaƂ Winiarski1-2/+2
2021-09-20drm/i915: Make wa list per-gtVenkata Sandeep Dhanalakota1-1/+1
2021-07-27drm/i915/selftest: Fix hangcheck self test for GuC submissionJohn Harrison1-2/+4
2021-07-27drm/i915/selftest: Fix workarounds selftest for GuC submissionRahul Kumar Singh1-34/+96
2021-07-22drm/i915/selftests: Allow for larger engine countsJohn Harrison1-11/+21
2021-06-17drm/i915: Add GT support for multiple types of multicast steeringMatt Roper1-1/+1
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-4/+4
2021-04-14drm/i915/selftests: replace unused mask with simple versionLucas De Marchi1-5/+5
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie1-5/+14
2021-03-24drm/i915/selftests: Check for engine-reset errors in the middle of workaroundsChris Wilson1-3/+13
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-2/+1
2021-03-24drm/i915: Fix workarounds selftest, part 1Maarten Lankhorst1-27/+49
2021-03-24drm/i915: Move pinning to inside engine_wa_list_verify()Maarten Lankhorst1-3/+3
2020-12-21drm/i915/gt: Provide a utility to create a scratch bufferChris Wilson1-4/+7
2020-12-10drm/i915/gt: Wean workaround selftests off GEM contextChris Wilson1-101/+88
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst1-1/+1
2020-06-02drm/i915/selftests: Ignore autoincrementing timestamp on verfifying whitelistsChris Wilson1-0/+17
2020-05-27drm/i915: work around false-positive maybe-uninitialized warningArnd Bergmann1-0/+2
2020-01-31drm/i915/selftests: Also wait for the scratch buffer to be boundChris Wilson1-0/+9
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-45/+27
2019-11-08drm/i915/selftests: Complete transition to a real struct file mockChris Wilson1-2/+2
2019-11-07drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson1-1/+1
2019-10-24drm/i915: Remove nonpriv flags when srm/lrmMika Kuoppala1-2/+8
2019-10-18drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin1-5/+5
2019-10-16drm/i915/selftests: Teach workarounds to take intel_gt as its argumentChris Wilson1-63/+65
2019-10-11drm/i915/selftests: Serialise write to scratch with its vma bindingChris Wilson1-0/+8
2019-10-09drm/i915/selftests: Hold request reference over waitsChris Wilson1-39/+34
2019-10-07drm/i915/gt: Prefer local path to runtime powermanagementChris Wilson1-2/+2
2019-10-04drm/i915/selftests: Drop vestigal struct_mutex guardsChris Wilson1-10/+1
2019-10-04drm/i915: Move context management under GEMChris Wilson1-5/+17
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson1-3/+3
2019-09-27drm/i915: Pass intel_gt to has-reset?Chris Wilson1-4/+4
2019-08-27drm/i915/selftests: Add the usual batch vma managements to st_workaroundsChris Wilson1-0/+16
2019-08-19drm/i915: Serialize against vma movesChris Wilson1-1/+3
2019-08-08drm/i915: Fix up the inverse mapping for default ctx->engines[]Chris Wilson1-1/+1
2019-08-06drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson1-0/+1
2019-07-31drm/i915/selftests: Pass intel_context to igt_spinnerChris Wilson1-10/+18
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson1-17/+16
2019-07-12drm/i915: Add engine name to workaround debug printJohn Harrison1-12/+5
2019-07-12drm/i915: Implement read-only support in whitelist selftestJohn Harrison1-14/+35
2019-07-12drm/i915: Add test for invalid flag bits in whitelist entriesJohn Harrison1-4/+10
2019-07-08drm/i915/selftests: Reorder error cleanup for whitelist checkingChris Wilson1-16/+19
2019-07-02drm/i915: fix whitelist selftests with readonly registersLionel Landwerlin1-1/+6
2019-06-21drm/i915: Save trip via top-level i915 in a few more placesTvrtko Ursulin1-1/+1