✓ CI.checkpatch: success for Update page fault queue size calculation
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 9 18:48:29 UTC 2024
== Series Details ==
Series: Update page fault queue size calculation
URL : https://patchwork.freedesktop.org/series/135915/
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 da23c510a1cc9dad7909ccc0769413e6efda7dfe
Author: Stuart Summers <stuart.summers at intel.com>
Date: Tue Jul 9 18:41: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 4f91773d8b48f4a5a016f4449a1cf1ff8d02d855 drm-intel
22b80ee3f58c drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
da23c510a1cc drm/xe: Use topology to determine page fault queue size
More information about the Intel-xe
mailing list