✓ CI.checkpatch: success for drm/xe/vf: Don't touch GuC irq registers if using memory irqs

Patchwork patchwork at emeril.freedesktop.org
Mon Jun 17 15:52:25 UTC 2024


== Series Details ==

Series: drm/xe/vf: Don't touch GuC irq registers if using memory irqs
URL   : https://patchwork.freedesktop.org/series/134962/
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 4e845fce9cf872dba9d2ac118a03ffea8324eb8b
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Mon Jun 17 17:47:36 2024 +0200

    drm/xe/vf: Don't touch GuC irq registers if using memory irqs
    
    On platforms where VFs are using memory based interrupts, we
    missed invalid access to no longer existing interrupt registers,
    as we keep them marked with XE_REG_OPTION_VF. To fix that just
    either setup memirq vectors in GuC or enable legacy interrupts.
    
    Fixes: aef4eb7c7dec ("drm/xe/vf: Setup memory based interrupts in GuC")
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 3b4eab7e82c7a1429e257890553ad571f320b8a3 drm-intel
4e845fce9cf8 drm/xe/vf: Don't touch GuC irq registers if using memory irqs




More information about the Intel-xe mailing list