✓ CI.checkpatch: success for drm/xe: Introduce active ccs tracking
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 20 14:02:03 UTC 2024
== Series Details ==
Series: drm/xe: Introduce active ccs tracking
URL : https://patchwork.freedesktop.org/series/138925/
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 c7f098ea79113787650e12912df578269aec0651
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date: Fri Sep 20 19:05:14 2024 +0530
drm/xe: Introduce active ccs tracking
Current ccs_mode setting is allowed when no client has
actively opened device. Instead it should be restricted
if there is any active ccs engine in use.
Closing device fd is always a async and may lead to show
client present even after fd is closed from user perspective.
Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 128ccc5f71d7b9d84ce8f0651aa713ae490f4990 drm-intel
c7f098ea7911 drm/xe: Introduce active ccs tracking
More information about the Intel-xe
mailing list