✓ CI.checkpatch: success for drm/xe/vf: Track writes to inaccessible registers from VF (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Sat Jul 13 14:34:26 UTC 2024
== Series Details ==
Series: drm/xe/vf: Track writes to inaccessible registers from VF (rev3)
URL : https://patchwork.freedesktop.org/series/135295/
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 3cb44d1e39819e0f7c93f1bb61845bef51cdfa9b
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Sat Jul 13 16:26:43 2024 +0200
drm/xe/vf: Track writes to inaccessible registers from VF
Only limited set of registers is accessible for the VF driver and
the hardware will silently drop writes to inaccessible registers.
To improve our VF driver lets intercept all such writes to warn
about such unexpected writes on debug builds or optionally allow
to provide some substitution (as a potential future extension).
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Gustavo Sousa <gustavo.sousa at intel.com>
Cc: Piotr Piórkowski <piotr.piorkowski at intel.com>
+ /mt/dim checkpatch 95bc5b7d7ee2ab9fa2bdd637a957e8cfa8ca2678 drm-intel
3cb44d1e3981 drm/xe/vf: Track writes to inaccessible registers from VF
More information about the Intel-xe
mailing list