✓ CI.checkpatch: success for Make OA buffer size configurable (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Dec 5 04:38:12 UTC 2024
== Series Details ==
Series: Make OA buffer size configurable (rev3)
URL : https://patchwork.freedesktop.org/series/141795/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f490c2de1c55365dbb8764070663a6c3327120c9
Author: Sai Teja Pottumuttu <sai.teja.pottumuttu at intel.com>
Date: Thu Dec 5 09:49:13 2024 +0530
drm/xe/oa/uapi: Make OA buffer size configurable
Add a new property called DRM_XE_OA_PROPERTY_OA_BUFFER_SIZE to
allow OA buffer size to be configurable from userspace.
With this OA buffer size can be configured to any power of 2
size between 128KB and 128MB and it would default to 16MB in case
the size is not supplied.
v2:
- Rebase
v3:
- Add oa buffer size to capabilities [Ashutosh]
- Address several nitpicks [Ashutosh]
- Fix commit message/subject [Ashutosh]
BSpec: 61100, 61228
Signed-off-by: Sai Teja Pottumuttu <sai.teja.pottumuttu at intel.com>
+ /mt/dim checkpatch 6d42506688c08f85240449e80658ab760d899ae2 drm-intel
f490c2de1c55 drm/xe/oa/uapi: Make OA buffer size configurable
More information about the Intel-xe
mailing list