== Series Details == Series: drm/i915: Gamma cleanups (rev2) URL : https://patchwork.freedesktop.org/series/69136/ State : warning == Summary == $ dim checkpatch origin/drm-tip 21be37521e2e drm: Inline drm_color_lut_extract() 54271b0bb942 drm/i915: Polish CHV .load_luts() a bit 08381a7f1283 drm/i915: Polish CHV CGM CSC loading f0e0d4e9637c drm/i915: Add i9xx_lut_8() 30d9559d9b79 drm/i915: Clean up i9xx_load_luts_internal() 7169040bcf48 drm/i915: Split i9xx_read_lut_8() to gmch vs. ilk variants -:56: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #56: FILE: drivers/gpu/drm/i915/display/intel_color.c:1813: + blob_data[i].red = intel_color_lut_pack(REG_FIELD_GET( -:58: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #58: FILE: drivers/gpu/drm/i915/display/intel_color.c:1815: + blob_data[i].green = intel_color_lut_pack(REG_FIELD_GET( -:60: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #60: FILE: drivers/gpu/drm/i915/display/intel_color.c:1817: + blob_data[i].blue = intel_color_lut_pack(REG_FIELD_GET( total: 0 errors, 0 warnings, 3 checks, 65 lines checked 79c86338cbac drm/i915: s/blob_data/lut/ -:39: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #39: FILE: drivers/gpu/drm/i915/display/intel_color.c:1679: + lut[i].red = intel_color_lut_pack(REG_FIELD_GET( -:42: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #42: FILE: drivers/gpu/drm/i915/display/intel_color.c:1681: + lut[i].green = intel_color_lut_pack(REG_FIELD_GET( -:45: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #45: FILE: drivers/gpu/drm/i915/display/intel_color.c:1683: + lut[i].blue = intel_color_lut_pack(REG_FIELD_GET( -:82: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #82: FILE: drivers/gpu/drm/i915/display/intel_color.c:1730: + lut[i].red = REG_FIELD_GET(PIPEGCMAX_RGB_MASK, I915_READ(PIPEGCMAX(pipe, 0))); -:85: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #85: FILE: drivers/gpu/drm/i915/display/intel_color.c:1732: + lut[i].green = REG_FIELD_GET(PIPEGCMAX_RGB_MASK, I915_READ(PIPEGCMAX(pipe, 1))); -:88: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #88: FILE: drivers/gpu/drm/i915/display/intel_color.c:1734: + lut[i].blue = REG_FIELD_GET(PIPEGCMAX_RGB_MASK, I915_READ(PIPEGCMAX(pipe, 2))); -:110: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #110: FILE: drivers/gpu/drm/i915/display/intel_color.c:1771: + lut[i].green = intel_color_lut_pack(REG_FIELD_GET( -:113: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #113: FILE: drivers/gpu/drm/i915/display/intel_color.c:1773: + lut[i].blue = intel_color_lut_pack(REG_FIELD_GET( -:118: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #118: FILE: drivers/gpu/drm/i915/display/intel_color.c:1777: + lut[i].red = intel_color_lut_pack(REG_FIELD_GET( -:142: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #142: FILE: drivers/gpu/drm/i915/display/intel_color.c:1813: + lut[i].red = intel_color_lut_pack(REG_FIELD_GET( -:145: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #145: FILE: drivers/gpu/drm/i915/display/intel_color.c:1815: + lut[i].green = intel_color_lut_pack(REG_FIELD_GET( -:148: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #148: FILE: drivers/gpu/drm/i915/display/intel_color.c:1817: + lut[i].blue = intel_color_lut_pack(REG_FIELD_GET( -:172: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #172: FILE: drivers/gpu/drm/i915/display/intel_color.c:1846: + lut[i].red = intel_color_lut_pack(REG_FIELD_GET( -:175: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #175: FILE: drivers/gpu/drm/i915/display/intel_color.c:1848: + lut[i].green = intel_color_lut_pack(REG_FIELD_GET( -:178: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #178: FILE: drivers/gpu/drm/i915/display/intel_color.c:1850: + lut[i].blue = intel_color_lut_pack(REG_FIELD_GET( -:205: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #205: FILE: drivers/gpu/drm/i915/display/intel_color.c:1896: + lut[i].red = intel_color_lut_pack(REG_FIELD_GET( -:208: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #208: FILE: drivers/gpu/drm/i915/display/intel_color.c:1898: + lut[i].green = intel_color_lut_pack(REG_FIELD_GET( -:211: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #211: FILE: drivers/gpu/drm/i915/display/intel_color.c:1900: + lut[i].blue = intel_color_lut_pack(REG_FIELD_GET( total: 0 errors, 0 warnings, 18 checks, 183 lines checked 417c9d10ff93 drm/i915: s/chv_read_cgm_lut/chv_read_cgm_gamma/ 6c7f36dc0f92 drm/i915: Clean up integer types in color code 86a3d4e57744 drm/i915: Refactor LUT read functions 3e2378de6c00 drm/i915: Fix readout of PIPEGCMAX 0f7e8b3f77aa drm/i915: Pass the crtc to the low level read_lut() funcs _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx