✗ CI.checkpatch: warning for drm/xe/display: Fix fbdev GGTT mapping handling. (rev7)
Patchwork
patchwork at emeril.freedesktop.org
Wed Mar 5 18:50:12 UTC 2025
== Series Details ==
Series: drm/xe/display: Fix fbdev GGTT mapping handling. (rev7)
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c67048b70e9e1ed705992442a40988d7d6682fd4
Author: Maarten Lankhorst <dev at lankhorst.se>
Date: Wed Mar 5 12:01:06 2025 +0100
drm/xe/display: Fix fbdev GGTT mapping handling.
FBDEV ggtt is not restored correctly, add missing GGTT flag to intel_fbdev_fb_alloc to make it work.
This ensures that the global GGTT mapping is always restored on resume. The GGTT mapping would
otherwise be created in intel_fb_pin_to_ggtt() by intel_fbdev anyway.
This fixes the fbdev device not working after resume.
Fixes: 67a98f7e27ba ("drm/xe/display: Re-use display vmas when possible")
Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 7edd877c586b6f7ece771d64061762adcccdfa87 drm-intel
c67048b70e9e drm/xe/display: Fix fbdev GGTT mapping handling.
-:6: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#6:
FBDEV ggtt is not restored correctly, add missing GGTT flag to intel_fbdev_fb_alloc to make it work.
total: 0 errors, 1 warnings, 0 checks, 16 lines checked
More information about the Intel-xe
mailing list