[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/pmu: Add a name to the execlists stats

Patchwork patchwork at emeril.freedesktop.org
Sat Oct 16 01:22:49 UTC 2021


== Series Details ==

Series: series starting with [1/2] drm/i915/pmu: Add a name to the execlists stats
URL   : https://patchwork.freedesktop.org/series/95904/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
7d0d1caf5425 drm/i915/pmu: Add a name to the execlists stats
08a443a8135c drm/i915/pmu: Connect engine busyness stats from GuC to pmu
-:325: CHECK:USLEEP_RANGE: usleep_range is preferred over udelay; see Documentation/timers/timers-howto.rst
#325: FILE: drivers/gpu/drm/i915/gt/selftest_engine_pm.c:256:
+		udelay(10000);

-:325: WARNING:LONG_UDELAY: long udelay - prefer mdelay; see arch/arm/include/asm/delay.h
#325: FILE: drivers/gpu/drm/i915/gt/selftest_engine_pm.c:256:
+		udelay(10000);

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

-:344: WARNING:LONG_UDELAY: long udelay - prefer mdelay; see arch/arm/include/asm/delay.h
#344: FILE: drivers/gpu/drm/i915/gt/selftest_engine_pm.c:294:
+		udelay(10000);

total: 0 errors, 2 warnings, 2 checks, 682 lines checked




More information about the Intel-gfx mailing list