✓ CI.checkpatch: success for drm/xe: Add warn when level can not be zero.
Patchwork
patchwork at emeril.freedesktop.org
Tue May 21 12:27:13 UTC 2024
== Series Details ==
Series: drm/xe: Add warn when level can not be zero.
URL : https://patchwork.freedesktop.org/series/133876/
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
57b97a66dd129aea93991dc66cd10477f7a05cf8
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 933ac7dab8479b535f837be270b0ee055c58e80c
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Tue May 21 12:36:23 2024 +0200
drm/xe: Add warn when level can not be zero.
At xe_pt_zap_ptes_entry() and xe_pt_stage_unbind_entry, the level cannot
be 0. Therefore, add an independent check for the level. Since the level
cannot be zero at this point, there is no need to check for `is_compact`,
so remove that instead.
Cc: Matthew Auld <matthew.auld at intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
Reviewed-by: Matthew Auld <matthew.auld at intel.com>
+ /mt/dim checkpatch 362550fd170e1450157834793cf333b521d96133 drm-intel
933ac7dab847 drm/xe: Add warn when level can not be zero.
More information about the Intel-xe
mailing list