== Series Details ==

Series: Add support for Gen 11 pipe color features (rev2)
URL   : https://patchwork.freedesktop.org/series/51408/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
019fa0c46108 drm/i915/icl: Add icl pipe degamma and gamma support
-:72: CHECK:SPACING: No space is necessary after a cast
#72: FILE: drivers/gpu/drm/i915/intel_color.c:549:
+                       (struct drm_color_lut *) state->degamma_lut->data;

total: 0 errors, 0 warnings, 1 checks, 113 lines checked
c872b768776c drm/i915/icl: Enable ICL Pipe CSC block
-:37: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#37: FILE: drivers/gpu/drm/i915/intel_color.c:135:
+               I915_WRITE(PIPE_CSC_MODE(pipe),
+                       I915_READ(PIPE_CSC_MODE(pipe)) | CSC_ENABLE);

-:50: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#50: FILE: drivers/gpu/drm/i915/intel_color.c:249:
+                       I915_WRITE(PIPE_CSC_MODE(pipe),
+                               I915_READ(PIPE_CSC_MODE(pipe)) | CSC_ENABLE);

total: 0 errors, 0 warnings, 2 checks, 39 lines checked
93c7f3af1ed7 drm/i915/icl: Add degamma and gamma lut size to gen11 caps

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

Reply via email to