✗ CI.checkpatch: warning for drm/i915/bios: Refactor ROM access (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Sep 25 20:58:07 UTC 2024


== Series Details ==

Series: drm/i915/bios: Refactor ROM access (rev2)
URL   : https://patchwork.freedesktop.org/series/138478/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 21047d00c5b7768187d52f916ee424476c0ec4b8
Author: Ville Syrjälä <ville.syrjala at linux.intel.com>
Date:   Mon Sep 23 18:24:53 2024 +0300

    drm/i915/bios: Extract soc/intel_rom.c
    
    Abstract away the nuts and bolts of the SPI vs. PCI ROM
    stuff, and hide it all in soc/intel_rom.c so that the
    VBT code doesn't have to care about this stuff.
    
    This leaves intel_bios.c with a single codepath that
    can focus on the details related to the VBT layout.
    
    This should have no functional changes.
    
    v2: Rebase due to vbt_signature changes
        Drop unnecessary cast (Jani)
    
    Reviewed-by: Jani Nikula <jani.nikula at intel.com>
    Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
+ /mt/dim checkpatch 88d592f72f7bc508d6a027b1f96aa2e53f803e1b drm-intel
2254cf11aa40 drm/i915/bios: Use drm_dbg_kms() consistently
4d315127a30c drm/i915/bios: Add some size checks to SPI VBT read
cede67235c96 drm/i915/bios: Round PCI ROM VBT allocation to multiple of 4
d5c1e841295e drm/i915/bios: Extract intel_spi_read16()
69f32bc05f60 drm/i915/bios: Extract vbt_signature[]
21047d00c5b7 drm/i915/bios: Extract soc/intel_rom.c
-:249: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#249: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 412 lines checked




More information about the Intel-xe mailing list