[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/bios: Rework BDB block handling (rev7)

Patchwork patchwork at emeril.freedesktop.org
Thu May 5 03:28:20 UTC 2022


== Series Details ==

Series: drm/i915/bios: Rework BDB block handling (rev7)
URL   : https://patchwork.freedesktop.org/series/101496/
State : warning

== Summary ==

Error: dim checkpatch failed
5c4f46729d27 drm/i915/bios: Reorder panel DTD parsing
d34ebed1abf7 drm/i915/bios: Generate LFP data table pointers if the VBT lacks them
-:46: CHECK:SPACING: spaces preferred around that '+' (ctx:VxV)
#46: FILE: drivers/gpu/drm/i915/display/intel_bios.c:319:
+		if (data[i] == 0xff && data[i+1] == 0xff)
 		                             ^

-:134: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#134: FILE: drivers/gpu/drm/i915/display/intel_bios.c:407:
+		next_lfp_data_ptr(&ptrs->ptr[i].fp_timing, &ptrs->ptr[i-1].fp_timing, size);
 		                                                       ^

-:135: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#135: FILE: drivers/gpu/drm/i915/display/intel_bios.c:408:
+		next_lfp_data_ptr(&ptrs->ptr[i].dvo_timing, &ptrs->ptr[i-1].dvo_timing, size);
 		                                                        ^

-:136: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#136: FILE: drivers/gpu/drm/i915/display/intel_bios.c:409:
+		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, 161 lines checked
dd0b53fecb41 drm/i915/bios: Get access to the tail end of the LFP data block
b444cf795df2 drm/i915/bios: Document the mess around the LFP data tables
b8fa66dfa50d drm/i915/bios: Assume panel_type==0 if the VBT has bogus data
f80f07fab7e2 drm/i915/bios: Extract get_panel_type()
6e1e7f4d7703 drm/i915/bios: Refactor panel_type code
79b6c615ef02 drm/i915/bios: Parse the seamless DRRS min refresh rate
80a1a2def814 drm/i915: Respect VBT seamless DRRS min refresh rate




More information about the Intel-gfx mailing list