[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/bios: Rework BDB block handling (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 18 00:04:27 UTC 2022
== Series Details ==
Series: drm/i915/bios: Rework BDB block handling (rev4)
URL : https://patchwork.freedesktop.org/series/101496/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
72f9ed8364ec drm/i915/bios: Extract struct lvds_lfp_data_ptr_table
8d0061ecd718 drm/i915/bios: Make copies of VBT data blocks
b8d6ec3771a2 drm/i915/bios: Use the copy of the LFP data table always
e8e666f84297 drm/i915/bios: Validate LFP data table pointers
-:86: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#86: FILE: drivers/gpu/drm/i915/display/intel_bios.c:219:
+ if (ptrs->ptr[i].fp_timing.offset - ptrs->ptr[i-1].fp_timing.offset != lfp_data_size ||
-:86: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#86: FILE: drivers/gpu/drm/i915/display/intel_bios.c:219:
+ if (ptrs->ptr[i].fp_timing.offset - ptrs->ptr[i-1].fp_timing.offset != lfp_data_size ||
^
-:87: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#87: FILE: drivers/gpu/drm/i915/display/intel_bios.c:220:
+ ptrs->ptr[i].dvo_timing.offset - ptrs->ptr[i-1].dvo_timing.offset != lfp_data_size ||
-:87: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#87: FILE: drivers/gpu/drm/i915/display/intel_bios.c:220:
+ ptrs->ptr[i].dvo_timing.offset - ptrs->ptr[i-1].dvo_timing.offset != lfp_data_size ||
^
-:88: WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#88: FILE: drivers/gpu/drm/i915/display/intel_bios.c:221:
+ ptrs->ptr[i].panel_pnp_id.offset - ptrs->ptr[i-1].panel_pnp_id.offset != lfp_data_size)
-:88: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#88: FILE: drivers/gpu/drm/i915/display/intel_bios.c:221:
+ ptrs->ptr[i].panel_pnp_id.offset - ptrs->ptr[i-1].panel_pnp_id.offset != lfp_data_size)
^
total: 0 errors, 3 warnings, 3 checks, 94 lines checked
7e453e0333ef drm/i915/bios: Trust the LFP data pointers
e69891bf7813 drm/i915/bios: Validate the panel_name table
0afce24e16a7 drm/i915/bios: Reorder panel DTD parsing
9c678f984f2a drm/i915/bios: Generate LFP data table pointers if the VBT lacks them
-:41: CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#41: FILE: drivers/gpu/drm/i915/display/intel_bios.c:283:
+ if (data[i] == 0xff && data[i+1] == 0xff)
^
-:125: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#125: FILE: drivers/gpu/drm/i915/display/intel_bios.c:367:
+ next_lfp_data_ptr(&ptrs->ptr[i].fp_timing, &ptrs->ptr[i-1].fp_timing, size);
^
-:126: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#126: FILE: drivers/gpu/drm/i915/display/intel_bios.c:368:
+ next_lfp_data_ptr(&ptrs->ptr[i].dvo_timing, &ptrs->ptr[i-1].dvo_timing, size);
^
-:127: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#127: FILE: drivers/gpu/drm/i915/display/intel_bios.c:369:
+ next_lfp_data_ptr(&ptrs->ptr[i].panel_pnp_id, &ptrs->ptr[i-1].panel_pnp_id, size);
^
total: 0 errors, 0 warnings, 4 checks, 164 lines checked
dfe51a29a54b drm/i915/bios: Get access to the tail end of the LFP data block
a81fc19622d7 drm/i915/bios: Parse the seamless DRRS min refresh rate
d457d9e6d218 drm/i915: Respect VBT seamless DRRS min refresh rate
More information about the Intel-gfx
mailing list