[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Use large rings for compute contexts

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 2 19:52:48 UTC 2023


== Series Details ==

Series: drm/xe: Use large rings for compute contexts
URL   : https://patchwork.freedesktop.org/series/118796/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 58d07ad5529305c3cb5012e5ca8166bdffa656f0
Author: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
Date:   Fri Jun 2 11:07:02 2023 -0700

    drm/xe: Use large rings for compute contexts
    
    Allow compute contexts to submit the maximal amount of work without
    blocking userspace.
    
    The original size for user LRC ring's (SZ_16K) was chosen to minimise
    memory consumption, without being so small as to frequently stall in the
    middle of workloads. With the main consumers being GL / media pipelines
    of 2 or 3 batches per frame, we want to support ~10 requests in flight
    to allow for the application to control throttling without stalling
    within a frame.
    
    Signed-off-by: Chris Wilson <chris.p.wilson at intel.com>
    Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
    Signed-off-by: Andi Shyti <andi.shyti at linux.intel.com>
    Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
+ /mt/dim checkpatch ef153c77d25ffd86b074190b77f9f561b9a5a909 drm-intel
58d07ad55 drm/xe: Use large rings for compute contexts




More information about the Intel-xe mailing list