index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
selftest_workarounds.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/selftest: use igt_vma_move_to_active_unlocked if possible
Andrzej Hajda
2023-01-09
1
-9
/
+3
*
drm/i915: Wrap all access to i915_vma.node.start|size
Chris Wilson
2022-12-06
1
-4
/
+4
*
drm/i915: call i915_request_await_object from _i915_vma_move_to_active
Andrzej Hajda
2022-11-16
1
-16
/
+6
*
drm/i915: Partial abandonment of legacy DRM logging macros
Tvrtko Ursulin
2022-11-10
1
-2
/
+2
*
drm/i915: Define multicast registers as a new type
Matt Roper
2022-10-17
1
-1
/
+1
*
drm/i915: split out i915_gem_internal.h from i915_drv.h
Jani Nikula
2022-02-11
1
-0
/
+1
*
drm/i915/gt: Use to_gt() helper
MichaĆ Winiarski
2021-12-18
1
-2
/
+2
*
drm/i915: Make wa list per-gt
Venkata Sandeep Dhanalakota
2021-09-20
1
-1
/
+1
*
drm/i915/selftest: Fix hangcheck self test for GuC submission
John Harrison
2021-07-28
1
-2
/
+4
*
drm/i915/selftest: Fix workarounds selftest for GuC submission
Rahul Kumar Singh
2021-07-28
1
-34
/
+96
*
drm/i915/selftests: Allow for larger engine counts
John Harrison
2021-07-22
1
-11
/
+21
*
drm/i915: Add GT support for multiple types of multicast steering
Matt Roper
2021-06-18
1
-1
/
+1
*
drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2021-06-06
1
-4
/
+4
*
drm/i915/selftests: replace unused mask with simple version
Lucas De Marchi
2021-04-14
1
-5
/
+5
*
Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...
Dave Airlie
2021-04-08
1
-5
/
+14
|
\
|
*
drm/i915/selftests: Check for engine-reset errors in the middle of workarounds
Chris Wilson
2021-03-24
1
-3
/
+13
|
*
drm/i915/gt: SPDX cleanup
Chris Wilson
2021-03-24
1
-2
/
+1
*
|
drm/i915: Fix workarounds selftest, part 1
Maarten Lankhorst
2021-03-24
1
-27
/
+49
*
|
drm/i915: Move pinning to inside engine_wa_list_verify()
Maarten Lankhorst
2021-03-24
1
-3
/
+3
|
/
*
drm/i915/gt: Provide a utility to create a scratch buffer
Chris Wilson
2020-12-21
1
-4
/
+7
*
drm/i915/gt: Wean workaround selftests off GEM context
Chris Wilson
2020-12-10
1
-101
/
+88
*
drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.
Maarten Lankhorst
2020-09-07
1
-1
/
+1
*
drm/i915/selftests: Ignore autoincrementing timestamp on verfifying whitelists
Chris Wilson
2020-06-03
1
-0
/
+17
*
drm/i915: work around false-positive maybe-uninitialized warning
Arnd Bergmann
2020-05-27
1
-0
/
+2
*
drm/i915/selftests: Also wait for the scratch buffer to be bound
Chris Wilson
2020-01-31
1
-0
/
+9
*
drm/i915: Remove i915->kernel_context
Chris Wilson
2019-12-21
1
-45
/
+27
*
drm/i915/selftests: Complete transition to a real struct file mock
Chris Wilson
2019-11-08
1
-2
/
+2
*
drm/i915/selftests: Replace mock_file hackery with drm's true fake
Chris Wilson
2019-11-07
1
-1
/
+1
*
drm/i915: Remove nonpriv flags when srm/lrm
Mika Kuoppala
2019-10-25
1
-2
/
+8
*
drm/i915: Pass in intel_gt at some for_each_engine sites
Tvrtko Ursulin
2019-10-18
1
-5
/
+5
*
drm/i915/selftests: Teach workarounds to take intel_gt as its argument
Chris Wilson
2019-10-16
1
-63
/
+65
*
drm/i915/selftests: Serialise write to scratch with its vma binding
Chris Wilson
2019-10-11
1
-0
/
+8
*
drm/i915/selftests: Hold request reference over waits
Chris Wilson
2019-10-09
1
-39
/
+34
*
drm/i915/gt: Prefer local path to runtime powermanagement
Chris Wilson
2019-10-07
1
-2
/
+2
*
drm/i915/selftests: Drop vestigal struct_mutex guards
Chris Wilson
2019-10-04
1
-10
/
+1
*
drm/i915: Move context management under GEM
Chris Wilson
2019-10-04
1
-5
/
+17
*
drm/i915: Drop struct_mutex from around i915_retire_requests()
Chris Wilson
2019-10-04
1
-3
/
+3
*
drm/i915: Pass intel_gt to has-reset?
Chris Wilson
2019-09-28
1
-4
/
+4
*
drm/i915/selftests: Add the usual batch vma managements to st_workarounds
Chris Wilson
2019-08-27
1
-0
/
+16
*
drm/i915: Serialize against vma moves
Chris Wilson
2019-08-19
1
-1
/
+3
*
drm/i915: Fix up the inverse mapping for default ctx->engines[]
Chris Wilson
2019-08-08
1
-1
/
+1
*
drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
Chris Wilson
2019-08-06
1
-0
/
+1
*
drm/i915/selftests: Pass intel_context to igt_spinner
Chris Wilson
2019-07-31
1
-10
/
+18
*
drm/i915/gt: Use intel_gt as the primary object for handling resets
Chris Wilson
2019-07-12
1
-17
/
+16
*
drm/i915: Add engine name to workaround debug print
John Harrison
2019-07-12
1
-12
/
+5
*
drm/i915: Implement read-only support in whitelist selftest
John Harrison
2019-07-12
1
-14
/
+35
*
drm/i915: Add test for invalid flag bits in whitelist entries
John Harrison
2019-07-12
1
-4
/
+10
*
drm/i915/selftests: Reorder error cleanup for whitelist checking
Chris Wilson
2019-07-08
1
-16
/
+19
*
drm/i915: fix whitelist selftests with readonly registers
Lionel Landwerlin
2019-07-02
1
-1
/
+6
*
drm/i915: Save trip via top-level i915 in a few more places
Tvrtko Ursulin
2019-06-21
1
-1
/
+1
[next]