✓ CI.checkpatch: success for drm/xe/gsc: Improve SW proxy error checking and logging
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 6 00:29:59 UTC 2024
== Series Details ==
Series: drm/xe/gsc: Improve SW proxy error checking and logging
URL : https://patchwork.freedesktop.org/series/140968/
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 b7a9d9596283647deeaba26e57bc5239920897ec
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Tue Nov 5 16:24:01 2024 -0800
drm/xe/gsc: Improve SW proxy error checking and logging
If an error occurs in the GSC<->CSME handshake, the GSC will send a
PROXY_END msg to the driver with the status set to an error code. We
currently don't check the status when receiving a PROXY_END message and
instead check the proxy initialization status in the FWSTS reg;
therefore, while still catching any initialization failures, we lose the
actual returned error code. This can be easily improved by checking the
status value and printing it to dmesg if it's an error.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Cc: Alan Previn <alan.previn.teres.alexis at intel.com>
+ /mt/dim checkpatch e806a414a0f1d780d467171712a598f2af2e17db drm-intel
b7a9d9596283 drm/xe/gsc: Improve SW proxy error checking and logging
More information about the Intel-xe
mailing list