✓ CI.checkpatch: success for drm/xe/xe_drm_client: Add per drm client reset stats (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Thu Feb 20 20:43:59 UTC 2025
== Series Details ==
Series: drm/xe/xe_drm_client: Add per drm client reset stats (rev5)
URL : https://patchwork.freedesktop.org/series/144903/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 99b72b4d159df7785acb52b82491715ee0cd5245
Author: Jonathan Cavitt <jonathan.cavitt at intel.com>
Date: Thu Feb 20 20:38:32 2025 +0000
drm/xe/xe_query: Add support for per-drm-client reset stat querying
Add support for userspace to query per drm client reset stats via the
query ioctl. This includes the number of engine resets the drm client
has observed, as well as a list of up to the last 50 relevant exec
queue bans and their associated causal pagefaults (if they exists).
v2: Report EOPNOTSUPP if CONFIG_PROC_FS is not set in the kernel
config, as it is required to trace the reset count and exec
queue bans.
Signed-off-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch 2c2b141845ce906e187d4aa4fee06bcd9d517415 drm-intel
40ddd2ad6d62 drm/xe/xe_exec_queue: Add ID param to exec queue struct
e0593784093c drm/xe/xe_gt_pagefault: Migrate pagefault struct to header
3a2f2b6dee8d drm/xe/xe_drm_client: Add per drm client pagefault info
3ab5a75b30ae drm/xe/xe_drm_client: Add per drm client reset stats
22d256839387 drm/xe/xe_query: Pass drm file to query funcs
99b72b4d159d drm/xe/xe_query: Add support for per-drm-client reset stat querying
More information about the Intel-xe
mailing list