✗ CI.checkpatch: warning for drm/xe/display: Fix fbdev GGTT mapping handling. (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 12 11:39:50 UTC 2025
== Series Details ==
Series: drm/xe/display: Fix fbdev GGTT mapping handling. (rev2)
URL : https://patchwork.freedesktop.org/series/144602/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 72e87ce27335db11acb30b399d959cd60d4c6bf8
Author: Maarten Lankhorst <dev at lankhorst.se>
Date: Wed Feb 12 12:30:29 2025 +0100
drm/xe/display: Fix fbdev GGTT mapping handling.
The fbdev vma is a normal unrotated VMA, so add ane explicit check
before re-using.
When re-using, we have to restore the GGTT mapping on resume, so add
some code to do that too.
Fixes: 67a98f7e27ba ("drm/xe/display: Re-use display vmas when possible")
Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
+ /mt/dim checkpatch a05c910166dda7fc8b510e5c9771c3bed3fbb906 drm-intel
72e87ce27335 drm/xe/display: Fix fbdev GGTT mapping handling.
-:90: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#90:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 74 lines checked
More information about the Intel-xe
mailing list