✓ CI.checkpatch: success for drm/xe: Use managed BO in memirq
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 4 11:50:26 UTC 2024
== Series Details ==
Series: drm/xe: Use managed BO in memirq
URL : https://patchwork.freedesktop.org/series/142108/
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 5a8234cb34935fab2f05d4a4382b4e7ec6e068a1
Author: Ilia Levi <ilia.levi at intel.com>
Date: Wed Dec 4 13:16:55 2024 +0200
drm/xe: Use managed BO in memirq
When probe has an error, the current scheme causes a page fault during
resource unwinding. This happens because GTTMMADR_BAR gets unmapped
before the allocated BO is released via drmm. Switching to a managed BO
that is released via devm solves this ordering issue.
Signed-off-by: Ilia Levi <ilia.levi at intel.com>
+ /mt/dim checkpatch c8df5caf278df4f9ca0aba627047c5ee4318fc0d drm-intel
5a8234cb3493 drm/xe: Use managed BO in memirq
More information about the Intel-xe
mailing list