✓ CI.checkpatch: success for drm/xe: Fix the gem shrinker name
Patchwork
patchwork at emeril.freedesktop.org
Thu May 8 11:34:40 UTC 2025
== Series Details ==
Series: drm/xe: Fix the gem shrinker name
URL : https://patchwork.freedesktop.org/series/148756/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e4a3f1173801cccc8bfc1ee61c217e4c45b94893
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Thu May 8 13:29:31 2025 +0200
drm/xe: Fix the gem shrinker name
The xe buffer object shrinker name is visible in the
<debugfs>/shrinker directory and most if not all other shinkers
follow a naming convention that looks like
<subsystem>-<driver>_<objects>:<unique>
Follow the same convention for xe, changing the name to
drm-xe_gem:<unique>.
Other shrinkers typically use the device node for <unique> but
since drm drivers typically don't have a single unique device-
node, instead use the unique name in the drm device.
Fixes: 00c8efc3180f ("drm/xe: Add a shrinker for xe bos")
Cc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 2862c51f227a36e59ee4a9bb90b690c9855a6246 drm-intel
e4a3f1173801 drm/xe: Fix the gem shrinker name
More information about the Intel-xe
mailing list