✓ CI.checkpatch: success for Prepare Xe force-wake code for VFs (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 11 06:09:24 UTC 2024
== Series Details ==
Series: Prepare Xe force-wake code for VFs (rev2)
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 969f4b875d07c5e9c81977a6564940d8ab384017
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>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 34997e6c7d5e203ee9b54b8da59270ead2a82c59 drm-intel
77ceffa3e604 drm/xe: Prefer GT oriented messages in xe_force_wake.c
71f60c774def drm/xe: Include additional info on failed force-wake operation
6b743f527082 drm/xe: Combine common force-wake code into helpers
969f4b875d07 drm/xe/vf: Ignore force-wake requests if VF
More information about the Intel-xe
mailing list