[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/guc: Check ctx while waiting for response

Patchwork patchwork at emeril.freedesktop.org
Thu Jun 2 17:44:19 UTC 2022


== Series Details ==

Series: drm/i915/guc: Check ctx while waiting for response
URL   : https://patchwork.freedesktop.org/series/104672/
State : warning

== Summary ==

Error: dim checkpatch failed
b5d975cdaf5a drm/i915/guc: Check ctx while waiting for response
-:6: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#6: 
We are seeing error message of "No response for request". Some cases happened

-:56: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#56: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c:713:
+			CT_DEBUG(ct, "Request %#x (fence %u) cancelled as CTB is disabled\n",
+				action[0], request.fence);

-:59: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#59: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c:716:
+			CT_ERROR(ct, "No response for request %#x (fence %u)\n",
+				action[0], request.fence);

-:71: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#71: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c:782:
+			CT_ERROR(ct, "Sending action %#x failed (%pe) status=%#X\n",
+				action[0], ERR_PTR(ret), status);

total: 0 errors, 1 warnings, 3 checks, 52 lines checked




More information about the Intel-gfx mailing list