✓ CI.checkpatch: success for drm/xe: Use vmalloc for array of bind allocation in bind IOCTL
Patchwork
patchwork at emeril.freedesktop.org
Fri Feb 23 19:41:57 UTC 2024
== Series Details ==
Series: drm/xe: Use vmalloc for array of bind allocation in bind IOCTL
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
cd62896504543deb288c1d649eed56308dbcfb80
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4126289a87c6a65cb6efa6944317544a92fb5987
Author: Matthew Brost <matthew.brost at intel.com>
Date: Fri Feb 23 11:37:19 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.
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch aed3f498154b240f09098da53b8fd5639ee54ecf drm-intel
4126289a87c6 drm/xe: Use vmalloc for array of bind allocation in bind IOCTL
More information about the Intel-xe
mailing list