]> git.hungrycats.org Git - linux/commit
drm/xe/pf: Don't attempt to process FAST_REQ or EVENT relays
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 27 May 2026 18:37:35 +0000 (20:37 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 30 Jun 2026 15:42:48 +0000 (17:42 +0200)
commit1714d360fc5ae2e0886a69e979095d9c7ff3568a
treefb39d703663374883808a7a5bf38a997763a48fc
parentb623bd790db04f5a6159838f2eeef7871c9a1062
drm/xe/pf: Don't attempt to process FAST_REQ or EVENT relays

Currently defined VF/PF relay actions use regular REQUEST messages
only and the PF shouldn't attempt to handle FAST_REQUEST nor EVENT
messages as this would result in breaking the VFPF ABI protocol
and also might trigger an assert on the PF side.

Fixes: 98e62805921c ("drm/xe/pf: Add SR-IOV GuC Relay PF services")
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: MichaƂ Winiarski <michal.winiarski@intel.com>
Link: https://patch.msgid.link/20260527183735.22616-1-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_guc_relay.c