✓ CI.checkpatch: success for Update page fault queue size calculation (rev2)

Patchwork patchwork at emeril.freedesktop.org
Thu Jul 11 17:44:05 UTC 2024


== Series Details ==

Series: Update page fault queue size calculation (rev2)
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 95df31fec2695e9e839db798f102732617d4b2b9
Author: Stuart Summers <stuart.summers at intel.com>
Date:   Thu Jul 11 17:36:29 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 3bcdb3f9a5370e29bc971883307487527c3e6a65 drm-intel
a395c6a05b2c drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
95df31fec269 drm/xe: Use topology to determine page fault queue size




More information about the Intel-xe mailing list