✓ CI.checkpatch: success for drm/ttm: Add an option to report graphics memory OOM (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 3 04:52:12 UTC 2024
== Series Details ==
Series: drm/ttm: Add an option to report graphics memory OOM (rev2)
URL : https://patchwork.freedesktop.org/series/138245/
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 1b291f3cb3c70754db2b26dccba27dfbce67402a
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Wed Oct 2 14:24:22 2024 +0200
drm/ttm: Add a device flag to propagate -ENOSPC on OOM
Some graphics APIs differentiate between out-of-graphics-memory and
out-of-host-memory (system memory). Add a device init flag to
have -ENOSPC propagated from the resource managers instead of being
converted to -ENOMEM, to aid driver stacks in determining what
error code to return or whether corrective action can be taken at
the driver level.
Cc: Christian König <christian.koenig at amd.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 2dc0a8bed10607e6b3cc123cba2b5ad96fcb0b87 drm-intel
c0c451f4f07b drm/ttm: Change ttm_device_init to use a struct instead of multiple bools
1b291f3cb3c7 drm/ttm: Add a device flag to propagate -ENOSPC on OOM
More information about the Intel-xe
mailing list