diff options
author | Tvrtko Ursulin <[email protected]> | 2022-05-05 12:00:07 +0100 |
---|---|---|
committer | Tvrtko Ursulin <[email protected]> | 2022-05-06 08:53:30 +0100 |
commit | 91875c22a31be0bdf91d7ec651bb6b083b35ac37 (patch) | |
tree | af1cc0ade8e08e1e6e56e3f46169f834151bc153 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | e6c2db2be986158afb9991d9fa8a38fe65a88516 (diff) |
drm/i915: Don't use DRM_DEBUG_WARN_ON for ring unexpectedly not idle
DRM_DEBUG_WARN_ON should only be used when we are certain CI is guaranteed
to exercise a certain code path, so in case of values coming from MMIO
reads we cannot be sure CI will have all the possible SKUs and parts, or
that it will catch all possible error conditions. Use drm_warn instead.
Signed-off-by: Tvrtko Ursulin <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Cc: Jani Nikula <[email protected]>
Reviewed-by: Mika Kuoppala <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions