== Series Details ==

Series: drm/i915: Enable hw workaround to bypass alpha
URL   : https://patchwork.freedesktop.org/series/45173/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
1c10ad664cb9 drm/i915: Enable hw workaround to bypass alpha
-:27: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#27: FILE: drivers/gpu/drm/i915/i915_reg.h:7373:
+#define  PER_PIXEL_ALPHA_BYPASS_EN     (1<<7)
                                          ^

-:58: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#58: FILE: drivers/gpu/drm/i915/intel_display.c:5703:
+                       I915_WRITE_FW(PIPE_CHICKEN(pipe),
+                                 pipe_chicken | PER_PIXEL_ALPHA_BYPASS_EN);

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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to