✓ CI.checkpatch: success for drm/xe/gsc: Make GSCCS disabling message less alarming
Patchwork
patchwork at emeril.freedesktop.org
Thu Dec 19 05:11:23 UTC 2024
== Series Details ==
Series: drm/xe/gsc: Make GSCCS disabling message less alarming
URL : https://patchwork.freedesktop.org/series/142811/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 94f531a07e6f8e82b1a23efa1051b3de3676db84
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Wed Dec 18 17:09:24 2024 -0800
drm/xe/gsc: Make GSCCS disabling message less alarming
The GSCCS is only used to transport messages from the driver to the GSC
FW; therefore, we can disable it if we're not using the FW, which is
the case on both BMG and PTL. However, the current wording of the logged
message could be interpreted as a problem, so reword to make it clearer
it is not an error and lower it debug verbosity as users don't really
need to know about it.
Reported-by: Eero Tamminen <eero.t.tamminen at intel.com>
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3866
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
+ /mt/dim checkpatch f0dab21571bf17512904e5c395817305acaa351a drm-intel
94f531a07e6f drm/xe/gsc: Make GSCCS disabling message less alarming
More information about the Intel-xe
mailing list