✗ CI.checkpatch: warning for drm/i915/bios: Refactor ROM access
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 10 15:21:43 UTC 2024
== Series Details ==
Series: drm/i915/bios: Refactor ROM access
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7f9c0dd2c4fb474ff8d9f7790fd02ca98cfebfc2
Author: Ville Syrjälä <ville.syrjala at linux.intel.com>
Date: Tue Sep 10 16:42:19 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.
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
+ /mt/dim checkpatch f25ffe1514b26574258bb767f5c6f53facdfaaca drm-intel
846b4a679873 drm/i915/bios: Add some size checks to SPI VBT read
4a752ef61a02 drm/i915/bios: Round PCI ROM VBT allocation to multiple of 4
98ee26563cf2 drm/i915/bios: Extract intel_spi_read16()
1297e413e90d drm/i915/bios: Extract vbt_signature[]
7f9c0dd2c4fb drm/i915/bios: Extract soc/intel_rom.c
-:244: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#244:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 411 lines checked
More information about the Intel-xe
mailing list