[Intel-xe] ✓ CI.checkpatch: success for Expose ATSM uid through sysfs
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 8 14:01:37 UTC 2023
== Series Details ==
Series: Expose ATSM uid through sysfs
URL : https://patchwork.freedesktop.org/series/126138/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a8a6c96168f2fcafd9bd6b2856d8ff0f0505064e
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date: Wed Nov 8 19:24:18 2023 +0530
drm/xe: Move device sysfs init out of xe_pm_init
Device sysfs needs to happen right after device probe.
Currently it is under xe_pm_init() which does not look
correct now as we add more sysfs entries which are not
specific to PM.
Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 2319a9c72748dfb1a65cfbd89d0dab6254c7cbe2 drm-intel
9a6195b0b drm/xe/ats-m: Expose uid for ATS-M via sysfs
a8a6c9616 drm/xe: Move device sysfs init out of xe_pm_init
More information about the Intel-xe
mailing list