[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: handle TLB invalidations from CT fast-path
Patchwork
patchwork at emeril.freedesktop.org
Fri Jun 30 15:47:44 UTC 2023
== Series Details ==
Series: drm/xe: handle TLB invalidations from CT fast-path
URL : https://patchwork.freedesktop.org/series/120074/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4f510871ecca60c598879e7394d5952449779d6a
Author: Matthew Auld <matthew.auld at intel.com>
Date: Fri Jun 30 16:45:24 2023 +0100
drm/xe: handle TLB invalidations from CT fast-path
In various test cases that put the system under a heavy load, we can
sometimes see errors with missed TLB invalidations. In such cases we see
the interrupt arrive for the invalidation from the GuC, however the
actual processing of the completion is pushed onto a workqueue and
handled with all the other CT stuff, which might take longer than
expected. Since we expect TLB invalidations to complete within a
reasonable amount of time (at most ~250ms), and they do seem pretty
critical, allow handling directly from the CT fast-path.
References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/297
References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/320
References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/449
Signed-off-by: Matthew Auld <matthew.auld at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 3b458784c9645681eea7611e571e1ee752bb2bc0 drm-intel
4f510871e drm/xe: handle TLB invalidations from CT fast-path
-:15: WARNING:COMMIT_LOG_USE_LINK: Unknown link reference 'References:', use 'Link:' instead
#15:
References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/297
-:16: WARNING:COMMIT_LOG_USE_LINK: Unknown link reference 'References:', use 'Link:' instead
#16:
References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/320
-:17: WARNING:COMMIT_LOG_USE_LINK: Unknown link reference 'References:', use 'Link:' instead
#17:
References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/449
total: 0 errors, 3 warnings, 0 checks, 172 lines checked
More information about the Intel-xe
mailing list