✓ CI.checkpatch: success for series starting with [1/2] drm: print top commit sha after loading the driver
Patchwork
patchwork at emeril.freedesktop.org
Sun Apr 28 21:48:18 UTC 2024
== Series Details ==
Series: series starting with [1/2] drm: print top commit sha after loading the driver
URL : https://patchwork.freedesktop.org/series/133000/
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
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 80aaad3d857c19dbd4e8481a504b23dc861fbe7e
Author: Farah Kassabri <fkassabri at habana.ai>
Date: Wed Apr 24 13:07:06 2024 +0300
drm/xe: set last driver commit sha
This patch will set the last driver commit sha into the drm driver
info data structure, which will be used in the log message which
prints the device info at the end of the driver initialization.
Signed-off-by: Farah Kassabri <fkassabri at habana.ai>
+ /mt/dim checkpatch 94a0eea182f0a8b1ff4cd6269bcb0d26bb4994f2 drm-intel
cb374b72f57d drm: print top commit sha after loading the driver
80aaad3d857c drm/xe: set last driver commit sha
More information about the Intel-xe
mailing list