✓ CI.checkpatch: success for Prepare Xe force-wake code for VFs
Patchwork
patchwork at emeril.freedesktop.org
Mon Jun 10 18:54:20 UTC 2024
== Series Details ==
Series: Prepare Xe force-wake code for VFs
URL : https://patchwork.freedesktop.org/series/134690/
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 97369f01d1fa5a390fa84c715cd16fd5d60afded
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Mon Jun 10 20:37:57 2024 +0200
drm/xe/vf: Ignore force-wake requests if VF
The control and ack force-wake registers are not accessible for
the VF drivers. To avoid changing existing code logic that tracks
woken domains, simply ignore all attempts to access control or ack
registers if we are running as a VF driver.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch a7d697ac042a3c94241bc4b3d0c19b763107c205 drm-intel
6ff32551e4b1 drm/xe: Prefer GT oriented messages in xe_force_wake.c
fc8a3b552fb9 drm/xe: Include additional info on failed force-wake operation
bfcaadd2853d drm/xe: Combine common force-wake code into helpers
97369f01d1fa drm/xe/vf: Ignore force-wake requests if VF
More information about the Intel-xe
mailing list