✗ CI.checkpatch: warning for drm/xe/display: Fix fbdev GGTT mapping handling. (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 19 15:40:21 UTC 2025
== Series Details ==
Series: drm/xe/display: Fix fbdev GGTT mapping handling. (rev5)
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 247b3879f71c0fb4437802a82c68dc0cc37db6a4
Author: Maarten Lankhorst <dev at lankhorst.se>
Date: Wed Feb 19 16:34:40 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 8e0189b694485121527a0435bfb7b0cec7eac9aa drm-intel
247b3879f71c 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