✓ CI.checkpatch: success for drm/ttm: Add an option to report graphics memory OOM
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 5 10:26:00 UTC 2024
== Series Details ==
Series: drm/ttm: Add an option to report graphics memory OOM
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6b5eb63b67eb01488f7c521eb2ab7aa4cc5921a8
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Thu Sep 5 11:33: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 39b94594810314dd41c6d73cdade9f56eacc0785 drm-intel
0d8e87e1ba5b drm/ttm: Change ttm_device_init to use a struct instead of multiple bools
6b5eb63b67eb drm/ttm: Add a device flag to propagate -ENOSPC on OOM
More information about the Intel-xe
mailing list