✓ CI.checkpatch: success for VF: Catch all unexpected registers accesses

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 11 15:20:40 UTC 2025


== Series Details ==

Series: VF: Catch all unexpected registers accesses
URL   : https://patchwork.freedesktop.org/series/146140/
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit eb99c7a5697af68c963c396fe9cc6a2addd3b645
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Tue Mar 11 14:57:26 2025 +0100

    drm/xe/vf: Catch all unexpected register reads
    
    While we can only mimic read32 for a few GT registers for which
    the PF shared the values, we shouldn't avoid calling helper code
    if we try to access non-GT register, as then we miss to trigger
    a debug warning. For cases where sriov_vf_gt was not set, just
    use primary_gt instead.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch f8df428b3850ed87a1e2f3b12b6025328d8a6373 drm-intel
25bf0c483f78 drm/xe/vf: Don't try Driver-FLR if VF
eb99c7a5697a drm/xe/vf: Catch all unexpected register reads




More information about the Intel-xe mailing list