✓ CI.checkpatch: success for Disallow OA from being enabled on active exec_queue's
Patchwork
patchwork at emeril.freedesktop.org
Fri Nov 8 23:11:37 UTC 2024
== Series Details ==
Series: Disallow OA from being enabled on active exec_queue's
URL : https://patchwork.freedesktop.org/series/141121/
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 7b1bd9d731f802db8e0a79fd24ee0a3c7bcfd579
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date: Fri Nov 8 15:06:01 2024 -0800
drm/xe/oa: Allow subsequent OA streams to be opened on an exec_queue
The restriction that OA not be enabled on an active exec queue only applies
to the first OA stream opened on the exec queue. Subsequent OA streams can
be opened on the exec queue since this will not toggle the
OAC_CONTEXT_ENABLE bit.
Fixes: 2f4a730fcd2d ("drm/xe/oa: Add OAR support")
Cc: stable at vger.kernel.org
Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch 5d94c05a3b9625a569b92a4ed208ce04e241f122 drm-intel
8db8efc7e8c2 drm/xe/oa: Disallow OA from being enabled on active exec_queue's
7b1bd9d731f8 drm/xe/oa: Allow subsequent OA streams to be opened on an exec_queue
More information about the Intel-xe
mailing list