diff options
author | Tvrtko Ursulin <[email protected]> | 2023-12-01 12:21:08 +0000 |
---|---|---|
committer | Tvrtko Ursulin <[email protected]> | 2023-12-07 11:39:01 +0000 |
commit | 0647ece3819b018cb62a71c3bcb7c2c3243e78ac (patch) | |
tree | 18c67eb0c9a70a0042e99d476e49aa3efbe7e366 /scripts/rustdoc_test_builder.rs | |
parent | 706785c19fe92186815bdb9ae0148c4ba7262669 (diff) |
drm/i915/selftests: Fix engine reset count storage for multi-tile
Engine->id namespace is per-tile so struct igt_live_test->reset_engine[]
needs to be two-dimensional so engine reset counts from all tiles can be
stored with no aliasing. With aliasing, if we had a real multi-tile
platform, the reset counts would be incorrect for same engine instance on
different tiles.
Signed-off-by: Tvrtko Ursulin <[email protected]>
Fixes: 0c29efa23f5c ("drm/i915/selftests: Consider multi-gt instead of to_gt()")
Reported-by: Alan Previn Teres Alexis <[email protected]>
Cc: Tejas Upadhyay <[email protected]>
Cc: Andi Shyti <[email protected]>
Cc: Daniele Ceraolo Spurio <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/rustdoc_test_builder.rs')
0 files changed, 0 insertions, 0 deletions