✓ CI.checkpatch: success for drm/xe/vf: Skip attempt to start GuC PC if VF
Patchwork
patchwork at emeril.freedesktop.org
Fri Jun 21 17:05:46 UTC 2024
== Series Details ==
Series: drm/xe/vf: Skip attempt to start GuC PC if VF
URL : https://patchwork.freedesktop.org/series/135189/
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 41278990d3979407290cfafa4f67d0935d2382b1
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Fri Jun 21 19:00:02 2024 +0200
drm/xe/vf: Skip attempt to start GuC PC if VF
We have already marked the GuC PC feature as not applicable for
VF devices, but we missed the fact that there may be still some
privileged activities performed by this component, who does much
more than its name suggests.
Explicitly skip xe_guc_pc_start() if running as a VF driver and
use a GT oriented message to report any error.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Vinay Belgaumkar <vinay.belgaumkar at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 383dc44a79848f13f2430c9ed811b5c9b22b882a drm-intel
41278990d397 drm/xe/vf: Skip attempt to start GuC PC if VF
More information about the Intel-xe
mailing list