✓ CI.checkpatch: success for drm/xe: Remove ci-only GuC FW definitions
Patchwork
patchwork at emeril.freedesktop.org
Tue Dec 19 06:56:03 UTC 2023
== Series Details ==
Series: drm/xe: Remove ci-only GuC FW definitions
URL : https://patchwork.freedesktop.org/series/127944/
State : success
== 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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 320675369db9f2dee167834d18a6310ce3202cda
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Mon Dec 18 13:27:47 2023 -0800
drm/xe: Remove ci-only GuC FW definitions
As part of the FW definitions, we declare each blob as required via the
MODULE_FIRMWARE() macro. This causes the initramfs update (or equivalent
process) to look for the blobs on disk when the kernel is installed;
therefore, we need to make sure that all FWs we define are available in
linux-firmware.
We currently don't plan to push the PVC and LNL blobs to linux-firmware,
so we need to remove them from the list. we can then re-add them in the
topic/core-for-CI branch until we're ready to push them to the official
repo.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 84e5d706cb0c11f2948a9f16d9e31ad5256b641c drm-intel
320675369 drm/xe: Remove ci-only GuC FW definitions
More information about the Intel-xe
mailing list