== Series Details ==

Series: drm/i915/guc: Remove client->submissions
URL   : https://patchwork.freedesktop.org/series/65159/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
3accf6a089e8 drm/i915/guc: Remove client->submissions
-:89: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#89: FILE: drivers/gpu/drm/i915/i915_debugfs.c:1907:
+       seq_printf(m, "\tPriority %d, GuC stage index: %u, PD offset 0x%x\n",
+               client->priority, client->stage_id, client->proc_desc_offset);

-:91: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#91: FILE: drivers/gpu/drm/i915/i915_debugfs.c:1909:
+       seq_printf(m, "\tDoorbell id %d, offset: 0x%lx\n",
+               client->doorbell_id, client->doorbell_offset);

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

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to