✓ CI.checkpatch: success for Store platform name in xe_device.info
Patchwork
patchwork at emeril.freedesktop.org
Tue May 21 16:39:35 UTC 2024
== Series Details ==
Series: Store platform name in xe_device.info
URL : https://patchwork.freedesktop.org/series/133880/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit efb1e91bf5e3cf3e5db46fd8d8c4d96735ae30c3
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Tue May 21 16:22:57 2024 +0200
drm/xe: Use platform name in xe_assert()
We can now use more user-friendly platform name instead of
previosly used magic platform enumerator value:
[ ] xe 0000:00:02.0: [drm] Assertion `false` failed!
platform: ALDERLAKE_S ...
[ ] xe 0000:03:00.0: [drm] Assertion `false` failed!
platform: DG2 ...
vs
[ ] xe 0000:00:02.0: [drm] Assertion `false` failed!
platform: 3 ...
[ ] xe 0000:03:00.0: [drm] Assertion `false` failed!
platform: 7 ...
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 39e2349c88dab7b39cf2c9549783e9b1e03311ad drm-intel
3dc09d73da4d drm/xe: Store platform name in xe_device.info
129096d85d9d drm/xe: Drop undesired prefix from the platform name
efb1e91bf5e3 drm/xe: Use platform name in xe_assert()
More information about the Intel-xe
mailing list