diff options
author | Janusz Krzysztofik <[email protected]> | 2023-09-11 15:03:24 +0200 |
---|---|---|
committer | Maíra Canal <[email protected]> | 2023-09-15 11:39:48 -0300 |
commit | 2ba157983974ae1b6aaef7d4953812020d6f1eb5 (patch) | |
tree | ad56d1b98656d3dfe39c44f86fba37832c512226 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 139a27854bf5ce93ff9805f9f7683b88c13074dc (diff) |
drm/tests: Fix incorrect argument in drm_test_mm_insert_range
While drm_mm test was converted form igt selftest to kunit, unexpected
value of "end" argument equal "start" was introduced to one of calls to a
function that executes the drm_test_mm_insert_range for specific start/end
pair of arguments. As a consequence, DRM_MM_BUG_ON(end <= start) is
triggered. Fix it by restoring the original value.
Fixes: fc8d29e298cf ("drm: selftest: convert drm_mm selftest to KUnit")
Signed-off-by: Janusz Krzysztofik <[email protected]>
Cc: "Maíra Canal" <[email protected]>
Cc: Arthur Grillo <[email protected]>
Cc: Javier Martinez Canillas <[email protected]>
Cc: Daniel Latypov <[email protected]>
Cc: [email protected] # v6.1+
Reviewed-by: Maíra Canal <[email protected]>
Signed-off-by: Maíra Canal <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions