✗ CI.checkpatch: warning for series starting with [CI,1/3] drm/xe: Drop ggtt invalidate from display code
Patchwork
patchwork at emeril.freedesktop.org
Tue Mar 19 18:51:20 UTC 2024
== Series Details ==
Series: series starting with [CI,1/3] drm/xe: Drop ggtt invalidate from display code
URL : https://patchwork.freedesktop.org/series/131339/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8a407fdc3fc4082f8b86c06680a270da297ec423
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date: Tue Mar 19 18:07:56 2024 +0100
drm/xe: Move xe_ggtt_invalidate out from ggtt->lock
Considering the caller of the GGTT functions should keep the
backing storage alive before the function completes, it's not
necessary to invalidate with the GGTT lock held. This just adds
latency for every user of the GGTT.
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240306052002.311196-5-matthew.brost@intel.com
+ /mt/dim checkpatch c998853b06760efc02617828e7b569a73ac73dc5 drm-intel
45368b467125 drm/xe: Drop ggtt invalidate from display code
3cd45012571a drm/xe: Add XE_BO_GGTT_INVALIDATE_BIT flag
8a407fdc3fc4 drm/xe: Move xe_ggtt_invalidate out from ggtt->lock
-:15: WARNING:BAD_SIGN_OFF: Duplicate signature
#15:
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
total: 0 errors, 1 warnings, 0 checks, 36 lines checked
More information about the Intel-xe
mailing list