== Series Details ==

Series: drm/i915: Add Wa_14019789679 (rev2)
URL   : https://patchwork.freedesktop.org/series/136659/
State : warning

== Summary ==

Error: dim checkpatch failed
32190594967c drm/i915: Add Wa_14019789679
-:22: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#22: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:223:
+#define CMD_3DSTATE_MESH_CONTROL 
((0x3<<29)|(0x3<<27)|(0x0<<24)|(0x77<<16)|(0x3))
                                       ^

-:22: CHECK:SPACING: spaces preferred around that '|' (ctx:VxV)
#22: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:223:
+#define CMD_3DSTATE_MESH_CONTROL 
((0x3<<29)|(0x3<<27)|(0x0<<24)|(0x77<<16)|(0x3))
                                            ^

-:22: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#22: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:223:
+#define CMD_3DSTATE_MESH_CONTROL 
((0x3<<29)|(0x3<<27)|(0x0<<24)|(0x77<<16)|(0x3))
                                                 ^

-:22: CHECK:SPACING: spaces preferred around that '|' (ctx:VxV)
#22: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:223:
+#define CMD_3DSTATE_MESH_CONTROL 
((0x3<<29)|(0x3<<27)|(0x0<<24)|(0x77<<16)|(0x3))
                                                      ^

-:22: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#22: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:223:
+#define CMD_3DSTATE_MESH_CONTROL 
((0x3<<29)|(0x3<<27)|(0x0<<24)|(0x77<<16)|(0x3))
                                                           ^

-:22: CHECK:SPACING: spaces preferred around that '|' (ctx:VxV)
#22: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:223:
+#define CMD_3DSTATE_MESH_CONTROL 
((0x3<<29)|(0x3<<27)|(0x0<<24)|(0x77<<16)|(0x3))
                                                                ^

-:22: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#22: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:223:
+#define CMD_3DSTATE_MESH_CONTROL 
((0x3<<29)|(0x3<<27)|(0x0<<24)|(0x77<<16)|(0x3))
                                                                      ^

-:22: CHECK:SPACING: spaces preferred around that '|' (ctx:VxV)
#22: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:223:
+#define CMD_3DSTATE_MESH_CONTROL 
((0x3<<29)|(0x3<<27)|(0x0<<24)|(0x77<<16)|(0x3))
                                                                           ^

-:36: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#36: FILE: drivers/gpu/drm/i915/gt/intel_workarounds.c:978:
+       if ((GRAPHICS_VER_FULL(rq->i915) >= IP_VER(12, 70) &&
+                       GRAPHICS_VER_FULL(rq->i915) <= IP_VER(12, 74)) || 
IS_DG2(rq->i915))

-:50: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#50: FILE: drivers/gpu/drm/i915/gt/intel_workarounds.c:1014:
+       if ((GRAPHICS_VER_FULL(rq->i915) >= IP_VER(12, 70) &&
+                       GRAPHICS_VER_FULL(rq->i915) <= IP_VER(12, 74)) || 
IS_DG2(rq->i915)) {

total: 0 errors, 0 warnings, 10 checks, 33 lines checked


Reply via email to