✓ CI.checkpatch: success for drm/xe: Check pat.ops before dumping PAT settings
Patchwork
patchwork at emeril.freedesktop.org
Fri Apr 5 17:21:53 UTC 2024
== Series Details ==
Series: drm/xe: Check pat.ops before dumping PAT settings
URL : https://patchwork.freedesktop.org/series/132085/
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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f6cb0876c70567fce1da54403d0b2fef969f67d6
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Fri Apr 5 16:36:25 2024 +0200
drm/xe: Check pat.ops before dumping PAT settings
We may leave pat.ops unset when running on brand new platform or
when running as a VF. While the former is unlikely, the latter
is valid (future) use case and will cause NPD when someone will
try to dump PAT settings by debugfs.
It's better to check pointer to pat.ops instead of specific .dump
hook, as we have this hook always defined for every .ops variant.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 8cb1ee178ef7e504e233814ef50c1f18f42dac72 drm-intel
f6cb0876c705 drm/xe: Check pat.ops before dumping PAT settings
More information about the Intel-xe
mailing list