✓ CI.checkpatch: success for drm/xe: Decrement client count immediately on file close
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 18 11:54:44 UTC 2024
== Series Details ==
Series: drm/xe: Decrement client count immediately on file close
URL : https://patchwork.freedesktop.org/series/138801/
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 35033f2cbe38a24a19547f55a205d97f82c6ca77
Author: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>
Date: Wed Sep 18 13:41:50 2024 +0530
drm/xe: Decrement client count immediately on file close
Decrement the client count immediately on file close. It is not required
to be deferred to the resource cleanup function. Otherwise there will be
a small time window, where there will be a non-zero client count even
after closing all open file handles.
This affects ccs_mode(xe_compute) igt tests as these tests try to change
the ccs_mode immediately after closing all file handles, but the driver
rejects the ccs_mode change request as it sees a non-zero client count.
Fixes: ce8c161cbad4 ("drm/xe: Add ref counting for xe_file")
Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>
+ /mt/dim checkpatch a7c4f56f92ff668c90423c9601e213f1944ff09a drm-intel
35033f2cbe38 drm/xe: Decrement client count immediately on file close
More information about the Intel-xe
mailing list