summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/selftest_workarounds.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftest: use igt_vma_move_to_active_unlocked if possibleAndrzej Hajda2023-01-091-9/+3
* drm/i915: Wrap all access to i915_vma.node.start|sizeChris Wilson2022-12-061-4/+4
* drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda2022-11-161-16/+6
* drm/i915: Partial abandonment of legacy DRM logging macrosTvrtko Ursulin2022-11-101-2/+2
* drm/i915: Define multicast registers as a new typeMatt Roper2022-10-171-1/+1
* drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula2022-02-111-0/+1
* drm/i915/gt: Use to_gt() helperMichaƂ Winiarski2021-12-181-2/+2
* drm/i915: Make wa list per-gtVenkata Sandeep Dhanalakota2021-09-201-1/+1
* drm/i915/selftest: Fix hangcheck self test for GuC submissionJohn Harrison2021-07-281-2/+4
* drm/i915/selftest: Fix workarounds selftest for GuC submissionRahul Kumar Singh2021-07-281-34/+96
* drm/i915/selftests: Allow for larger engine countsJohn Harrison2021-07-221-11/+21
* drm/i915: Add GT support for multiple types of multicast steeringMatt Roper2021-06-181-1/+1
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-061-4/+4
* drm/i915/selftests: replace unused mask with simple versionLucas De Marchi2021-04-141-5/+5
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-5/+14
|\
| * drm/i915/selftests: Check for engine-reset errors in the middle of workaroundsChris Wilson2021-03-241-3/+13
| * drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-2/+1
* | drm/i915: Fix workarounds selftest, part 1Maarten Lankhorst2021-03-241-27/+49
* | drm/i915: Move pinning to inside engine_wa_list_verify()Maarten Lankhorst2021-03-241-3/+3
|/
* drm/i915/gt: Provide a utility to create a scratch bufferChris Wilson2020-12-211-4/+7
* drm/i915/gt: Wean workaround selftests off GEM contextChris Wilson2020-12-101-101/+88
* drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst2020-09-071-1/+1
* drm/i915/selftests: Ignore autoincrementing timestamp on verfifying whitelistsChris Wilson2020-06-031-0/+17
* drm/i915: work around false-positive maybe-uninitialized warningArnd Bergmann2020-05-271-0/+2
* drm/i915/selftests: Also wait for the scratch buffer to be boundChris Wilson2020-01-311-0/+9
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-211-45/+27
* drm/i915/selftests: Complete transition to a real struct file mockChris Wilson2019-11-081-2/+2
* drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson2019-11-071-1/+1
* drm/i915: Remove nonpriv flags when srm/lrmMika Kuoppala2019-10-251-2/+8
* drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin2019-10-181-5/+5
* drm/i915/selftests: Teach workarounds to take intel_gt as its argumentChris Wilson2019-10-161-63/+65
* drm/i915/selftests: Serialise write to scratch with its vma bindingChris Wilson2019-10-111-0/+8
* drm/i915/selftests: Hold request reference over waitsChris Wilson2019-10-091-39/+34
* drm/i915/gt: Prefer local path to runtime powermanagementChris Wilson2019-10-071-2/+2
* drm/i915/selftests: Drop vestigal struct_mutex guardsChris Wilson2019-10-041-10/+1
* drm/i915: Move context management under GEMChris Wilson2019-10-041-5/+17
* drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson2019-10-041-3/+3
* drm/i915: Pass intel_gt to has-reset?Chris Wilson2019-09-281-4/+4
* drm/i915/selftests: Add the usual batch vma managements to st_workaroundsChris Wilson2019-08-271-0/+16
* drm/i915: Serialize against vma movesChris Wilson2019-08-191-1/+3
* drm/i915: Fix up the inverse mapping for default ctx->engines[]Chris Wilson2019-08-081-1/+1
* drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson2019-08-061-0/+1
* drm/i915/selftests: Pass intel_context to igt_spinnerChris Wilson2019-07-311-10/+18
* drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-17/+16
* drm/i915: Add engine name to workaround debug printJohn Harrison2019-07-121-12/+5
* drm/i915: Implement read-only support in whitelist selftestJohn Harrison2019-07-121-14/+35
* drm/i915: Add test for invalid flag bits in whitelist entriesJohn Harrison2019-07-121-4/+10
* drm/i915/selftests: Reorder error cleanup for whitelist checkingChris Wilson2019-07-081-16/+19
* drm/i915: fix whitelist selftests with readonly registersLionel Landwerlin2019-07-021-1/+6
* drm/i915: Save trip via top-level i915 in a few more placesTvrtko Ursulin2019-06-211-1/+1