✗ CI.checkpatch: warning for drm/xe/display: Fix fbdev GGTT mapping handling.
Patchwork
patchwork at emeril.freedesktop.org
Mon Feb 10 13:44:10 UTC 2025
== Series Details ==
Series: drm/xe/display: Fix fbdev GGTT mapping handling.
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 9d8febdee39520a7a0179de561b70a25d84d7d64
Author: Maarten Lankhorst <dev at lankhorst.se>
Date: Mon Feb 10 14:33:52 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 656e731586e568a8633c0bd16d28dcec8d67f237 drm-intel
9d8febdee395 drm/xe/display: Fix fbdev GGTT mapping handling.
-:85: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#85:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 69 lines checked
More information about the Intel-xe
mailing list