✓ CI.checkpatch: success for drm/xe: Access port only after lock acquired (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 5 00:20:21 UTC 2024
== Series Details ==
Series: drm/xe: Access port only after lock acquired (rev2)
URL : https://patchwork.freedesktop.org/series/134427/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit cefb58de2d93de417c780bba09fe927784f31946
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date: Tue Jun 4 16:15:16 2024 +0530
drm/xe: Access port only after lock acquired
Currently, port is accessed before lock of port is acquired.
As followed at other places, lets acquire lock before accessing
for even better sync up.
V2:
- Add port->active check under lock
Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 596cf447db94909c4788fd612876520531e439b0 drm-intel
cefb58de2d93 drm/xe: Access port only after lock acquired
More information about the Intel-xe
mailing list