✓ CI.checkpatch: success for drm/xe/vf: Use correct check for being a VF driver
Patchwork
patchwork at emeril.freedesktop.org
Thu Jun 13 13:00:59 UTC 2024
== Series Details ==
Series: drm/xe/vf: Use correct check for being a VF driver
URL : https://patchwork.freedesktop.org/series/134821/
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 52bd4f91dc711fa3804ea62c3c886ad3744adce8
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Thu Jun 13 14:07:49 2024 +0200
drm/xe/vf: Use correct check for being a VF driver
The IS_SRIOV macro returns true also when we are running as a PF
driver. Use correct IS_SRIOV_VF macro to skip force-wake management.
Fixes: 513ea833c201 ("drm/xe/vf: Ignore force-wake requests if VF")
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Piotr Piórkowski <piotr.piorkowski at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Nirmoy Das <nirmoy.das at intel.com>
Reviewed-by: Piotr Piórkowski <piotr.piorkowski at intel.com>
+ /mt/dim checkpatch 9f3ced27c8deae54c79db1743e37d2935558e048 drm-intel
52bd4f91dc71 drm/xe/vf: Use correct check for being a VF driver
More information about the Intel-xe
mailing list