✓ CI.checkpatch: success for drm/xe/pf: Sanitize VF scratch registers on FLR
Patchwork
patchwork at emeril.freedesktop.org
Mon Sep 2 19:55:29 UTC 2024
== Series Details ==
Series: drm/xe/pf: Sanitize VF scratch registers on FLR
URL : https://patchwork.freedesktop.org/series/138113/
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ee91850ace73d649c975c878cae8c7bda96b6824
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Mon Sep 2 21:29:53 2024 +0200
drm/xe/pf: Sanitize VF scratch registers on FLR
Some VF accessible registers (like GuC scratch registers) must be
explicitly reset during the FLR. While this is today done by the GuC
firmware, according to the design, this should be responsibility of
the PF driver, as future platforms may require more registers to be
reset. Likewise GuC, the PF can access VFs registers by adding some
platform specific offset to the original register address.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 0c71de2cc65c5f4ee75046f1c04fdf56ea7c5f30 drm-intel
ee91850ace73 drm/xe/pf: Sanitize VF scratch registers on FLR
More information about the Intel-xe
mailing list