[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Extract busy-stats for use in other schedulers

Patchwork patchwork at emeril.freedesktop.org
Thu Jun 4 17:18:14 UTC 2020


== Series Details ==

Series: drm/i915/gt: Extract busy-stats for use in other schedulers
URL   : https://patchwork.freedesktop.org/series/78007/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
ffa4cc633b49 drm/i915/gt: Extract busy-stats for use in other schedulers
-:14: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#14: 
new file mode 100644

-:165: CHECK:USLEEP_RANGE: usleep_range is preferred over udelay; see Documentation/timers/timers-howto.rst
#165: FILE: drivers/gpu/drm/i915/gt/selftest_engine_pm.c:47:
+		udelay(100);

-:195: CHECK:USLEEP_RANGE: usleep_range is preferred over udelay; see Documentation/timers/timers-howto.rst
#195: FILE: drivers/gpu/drm/i915/gt/selftest_engine_pm.c:77:
+		udelay(100);

total: 0 errors, 1 warnings, 2 checks, 209 lines checked



More information about the Intel-gfx mailing list