✗ CI.checkpatch: warning for drm/xe: Assume large page size if VMA not yet bound
Patchwork
patchwork at emeril.freedesktop.org
Mon Feb 5 23:20:00 UTC 2024
== Series Details ==
Series: drm/xe: Assume large page size if VMA not yet bound
URL : https://patchwork.freedesktop.org/series/129555/
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 bd387794a488843968f23bcbab3641b425ce9f47
Author: Matthew Brost <matthew.brost at intel.com>
Date: Mon Feb 5 15:17:14 2024 -0800
drm/xe: Assume large page size if VMA not yet bound
The calculation to determine max page size of a VMA during a REMAP
operations assumes the VMA has been bound. This assumption is not true
if the VMA is from an eariler operation in an array of binds. If a VMA
has not been bound use the maximum page size which will ensure the
previous / next REMAP operations are not incorrectly skipped.
Fixes: 8f33b4f054fc ("drm/xe: Avoid doing rebinds")
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch b71b753a5041cf8869006840c7577c3bac01d1cd drm-intel
bd387794a drm/xe: Assume large page size if VMA not yet bound
-:12: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '8f33b4f054fc', maybe rebased or not pulled?
#12:
Fixes: 8f33b4f054fc ("drm/xe: Avoid doing rebinds")
total: 0 errors, 1 warnings, 0 checks, 11 lines checked
More information about the Intel-xe
mailing list