== Series Details ==

Series: drm/i915/perf: reintroduce wait on OA configuration completion
URL   : https://patchwork.freedesktop.org/series/74014/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
9c67fa7e5fe9 drm/i915/perf: reintroduce wait on OA configuration completion
-:28: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!rq"
#28: FILE: drivers/gpu/drm/i915/i915_perf.c:1406:
+       GEM_BUG_ON(rq == NULL);

-:45: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written 
"stream->configure_request"
#45: FILE: drivers/gpu/drm/i915/i915_perf.c:1428:
+       GEM_BUG_ON(stream->configure_request != NULL);

-:65: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written 
"stream->configure_request"
#65: FILE: drivers/gpu/drm/i915/i915_perf.c:2029:
+               GEM_BUG_ON(stream->configure_request != NULL);

-:122: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written 
"stream->configure_request"
#122: FILE: drivers/gpu/drm/i915/i915_perf.c:2909:
+       GEM_BUG_ON(stream->configure_request != NULL);

total: 0 errors, 0 warnings, 4 checks, 123 lines checked

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to