✓ CI.checkpatch: success for Adapt the driver to boot on the VF device
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 19 21:51:23 UTC 2024
== Series Details ==
Series: Adapt the driver to boot on the VF device
URL : https://patchwork.freedesktop.org/series/135080/
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 ec0b4f84716bb5724d96eccd7b7dda23d98b5491
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Wed Jun 19 23:45:57 2024 +0200
drm/xe/vf: Custom HuC initialization if VF
The HuC firmware is loaded and initialized by the PF driver. Make
sure VF driver performs only limited data structure initialization.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 66d8ec4c6e7d124a021a3a8d038ed9e739cc9359 drm-intel
22830edd94b3 drm/xe/vf: Disable features that do not apply to VFs
32c875231145 drm/xe/vf: Don't run any save-restore RTP actions if VF
2f471e98e625 drm/xe/vf: Don't apply tile workarounds if VF
6d5169ed46ea drm/xe/vf: Don't change hwe IRQ masks if using memory IRQs
3dfcaf22b7be drm/xe/vf: Don't initialize OA if VF
4fc8ba301446 drm/xe/vf: Don't support gtidle if VF
07370b779a30 drm/xe/vf: Don't use register based TLB invalidation if VF
957f29ad012e drm/xe/vf: Skip engine ring enabling if VF
ec0b4f84716b drm/xe/vf: Custom HuC initialization if VF
More information about the Intel-xe
mailing list