✗ CI.checkpatch: warning for Skip remap fixes (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Feb 19 22:11:04 UTC 2024
== Series Details ==
Series: Skip remap fixes (rev2)
URL : https://patchwork.freedesktop.org/series/130097/
State : warning
== 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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 0678d5ae8392367178ce7f460e724da4737130aa
Author: Matthew Brost <matthew.brost at intel.com>
Date: Mon Feb 19 13:19:42 2024 -0800
drm/xe: Return 2MB page size for compact 64k PTEs
Compact 64k PTEs are only intended to be used within a single VMA which
covers the entire 2MB range of the compact 64k PTEs. Add
XE_VMA_PTE_COMPACT VMA flag to indicate compact 64k PTEs are used and
update xe_vma_max_pte_size to return at least 2MB if set.
v2: Include missing changes
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/758
Fixes: 8f33b4f054fc ("drm/xe: Avoid doing rebinds")
Fixes: c47794bdd63d ("drm/xe: Set max pte size when skipping rebinds")
Reported-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch faa7ecc2f307081d72680304e698220c244d1238 drm-intel
532c2fbb3227 drm/xe: Fix xe_vma_set_pte_size
7c361b5927f5 drm/xe: Add XE_VMA_PTE_64K VMA flag
0678d5ae8392 drm/xe: Return 2MB page size for compact 64k PTEs
-:16: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report
#16:
Reported-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
total: 0 errors, 1 warnings, 0 checks, 32 lines checked
More information about the Intel-xe
mailing list