== Series Details ==

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

== Summary ==

Error: dim checkpatch failed
876e81fcc079 drm/i915/bios: Reorder panel DTD parsing
326b27338109 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
35c60af6bb1f drm/i915/bios: Get access to the tail end of the LFP data block
71f95ff8c3ef drm/i915/bios: Document the mess around the LFP data tables
e9170fcfc201 drm/i915/bios: Assume panel_type==0 if the VBT has bogus data
bfc8971c33c6 drm/i915/bios: Extract get_panel_type()
dec911cb1f83 drm/i915/bios: Refactor panel_type code
256a5ae6951e drm/i915/bios: Parse the seamless DRRS min refresh rate
683197035787 drm/i915: Respect VBT seamless DRRS min refresh rate


Reply via email to