✓ CI.checkpatch: success for series starting with [1/2] drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
Patchwork
patchwork at emeril.freedesktop.org
Mon Jun 10 21:27:36 UTC 2024
== Series Details ==
Series: series starting with [1/2] drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
URL : https://patchwork.freedesktop.org/series/134694/
State : success
== 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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9d21ef5aeba498085dac72b8cc1aae4152dd5552
Author: Stuart Summers <stuart.summers at intel.com>
Date: Mon Jun 10 20:33:00 2024 +0000
drm/xe: Use topology to determine page fault queue size
Currently the page fault queue size is hard coded. However
the hardware supports faulting for each EU and each CS.
For some applications running on hardware with a large
number of EUs and CSs, this can result in an overflow of
the page fault queue.
Add a small calculation to determine the page fault queue
size based on the number of EUs and CSs in the platform as
detmined by fuses.
Signed-off-by: Stuart Summers <stuart.summers at intel.com>
+ /mt/dim checkpatch bf9d891af55d3785eb9438efb053c991bf2b4b10 drm-intel
f07469933636 drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
9d21ef5aeba4 drm/xe: Use topology to determine page fault queue size
More information about the Intel-xe
mailing list