== Series Details == Series: drm/i915/bios: Rework BDB block handling (rev5) URL : https://patchwork.freedesktop.org/series/101496/ State : warning == Summary == Error: dim checkpatch failed d75e921156be drm/i915/bios: Reorder panel DTD parsing 13196c04b00e 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 80f6822f3eb1 drm/i915/bios: Get access to the tail end of the LFP data block e731df8f0bd2 drm/i915/bios: Document the mess around the LFP data tables c2ce8b91b07d drm/i915/bios: Assume panel_type==0 if the VBT has bogus data 610b6e58d9d3 drm/i915/bios: Extract get_panel_type() e5ef6e07e160 drm/i915/bios: Refactor panel_type code fc9a0a104734 drm/i915/bios: Parse the seamless DRRS min refresh rate d628e4268828 drm/i915: Respect VBT seamless DRRS min refresh rate