✓ CI.checkpatch: success for Prepare Xe force-wake code for VFs (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 11 10:13:32 UTC 2024
== Series Details ==
Series: Prepare Xe force-wake code for VFs (rev3)
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 bcae6cdf74b29337db91266810e8a59791616415
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Tue Jun 11 12:07: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>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 86dc2e86329fe0a1dd6fd6bf13b12228f24668c4 drm-intel
f882ee39c692 drm/xe: Prefer GT oriented messages in xe_force_wake.c
ba85fb29c6e0 drm/xe: Include additional info on failed force-wake operation
42f48cb74e47 drm/xe: Combine common force-wake code into helpers
bcae6cdf74b2 drm/xe/vf: Ignore force-wake requests if VF
More information about the Intel-xe
mailing list