[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/pmu: Increase the live_engine_busy_stats sample period
Patchwork
patchwork at emeril.freedesktop.org
Fri Nov 12 03:10:02 UTC 2021
== Series Details ==
Series: drm/i915/pmu: Increase the live_engine_busy_stats sample period
URL : https://patchwork.freedesktop.org/series/96840/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
7fca16cc17fe drm/i915/pmu: Increase the live_engine_busy_stats sample period
-:49: CHECK:USLEEP_RANGE: usleep_range is preferred over udelay; see Documentation/timers/timers-howto.rst
#49: FILE: drivers/gpu/drm/i915/gt/selftest_engine_pm.c:319:
+ udelay(10000);
-:49: WARNING:LONG_UDELAY: long udelay - prefer mdelay; see arch/arm/include/asm/delay.h
#49: FILE: drivers/gpu/drm/i915/gt/selftest_engine_pm.c:319:
+ udelay(10000);
total: 0 errors, 1 warnings, 1 checks, 8 lines checked
More information about the Intel-gfx
mailing list