[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix LUT rounding

Patchwork patchwork at emeril.freedesktop.org
Fri Oct 13 20:27:47 UTC 2023


== Series Details ==

Series: drm/i915: Fix LUT rounding
URL   : https://patchwork.freedesktop.org/series/125116/
State : warning

== Summary ==

Error: dim checkpatch failed
e6e1f586ce6d drm: Fix color LUT rounding
b3b1eb0a523e drm/i915: Adjust LUT rounding rules
a0073c74c274 drm/i915: s/clamp()/min()/ in i965_lut_11p6_max_pack()
8e551577c2a7 drm/i915: Fix glk+ degamma LUT conversions
-:42: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#42: FILE: drivers/gpu/drm/i915/display/intel_color.c:1537:
+	entry->red = entry->green = entry->blue = min(val, 0xffffu);

-:54: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#54: FILE: drivers/gpu/drm/i915/display/intel_color.c:1548:
+	entry->red = entry->green = entry->blue =

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




More information about the Intel-gfx mailing list