✗ CI.checkpatch: warning for drm/xe: Restore system memory GGTT mappings
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 31 19:02:00 UTC 2024
== Series Details ==
Series: drm/xe: Restore system memory GGTT mappings
URL : https://patchwork.freedesktop.org/series/140788/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5d0146ea76fe994631fd5a4b69b08229dc7b2fcd
Author: Matthew Brost <matthew.brost at intel.com>
Date: Thu Oct 31 11:22:57 2024 -0700
drm/xe: Restore system memory GGTT mappings
GGTT mappings reside on the device and this state is lost during suspend
/ d3cold thus this state must be restored resume regardless if the BO is
in system memory or VRAM.
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
Reviewed-by: Matthew Auld <matthew.auld at intel.com>
+ /mt/dim checkpatch b8c3c871a2df70e3201eb70505981d39e449384d drm-intel
5d0146ea76fe drm/xe: Restore system memory GGTT mappings
-:32: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around bo->placements[0]
#32: FILE: drivers/gpu/drm/xe/xe_bo.c:942:
+ struct ttm_place *place = &(bo->placements[0]);
total: 0 errors, 0 warnings, 1 checks, 52 lines checked
More information about the Intel-xe
mailing list