✓ CI.checkpatch: success for drm/xe: Use vmalloc for array of bind allocation in bind IOCTL (rev2)

Patchwork patchwork at emeril.freedesktop.org
Mon Feb 26 16:02:14 UTC 2024


== Series Details ==

Series: drm/xe: Use vmalloc for array of bind allocation in bind IOCTL (rev2)
URL   : https://patchwork.freedesktop.org/series/130325/
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
5ad2b3bb3dfeeafded3d3ea5808514e49cb1e552
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1b042af42ce3a6202849d4856768880d762be9f0
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Mon Feb 26 07:55:54 2024 -0800

    drm/xe: Use vmalloc for array of bind allocation in bind IOCTL
    
    Use vmalloc in effort to allow a user pass in a large number of binds in
    an IOCTL (mesa use case). Also use array allocations rather open coding
    the size calculation.
    
    v2: Use __GFP_ACCOUNT for allocations (Thomas)
    
    Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
    Reviewed-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch c815c7fa9257eb8ff4433c43058dd292b16347eb drm-intel
1b042af42ce3 drm/xe: Use vmalloc for array of bind allocation in bind IOCTL




More information about the Intel-xe mailing list