]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Avoid touching consumer fields in GuC pagefault ack
authorMatthew Brost <matthew.brost@intel.com>
Thu, 12 Feb 2026 20:42:27 +0000 (12:42 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Fri, 13 Feb 2026 20:03:47 +0000 (12:03 -0800)
commit2405ba53ffe8dad77c530677bfec4c601bd2110a
treeed6c596c83b6cbe27df0b0430500aab9ed118706
parent68be2bfe4bcd70932a3dcb2eb20398933b5f454f
drm/xe: Avoid touching consumer fields in GuC pagefault ack

The GuC pagefault acknowledgment code is designed to extract the fields
needed for the acknowledgment from the producer-stored message so that
the consumer fields can be overloaded to return additional information.
The ASID is stored in the producer message; extract it from there to
future‑proof this logic.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Francois Dugast <francois.dugast@intel.com>
Link: https://patch.msgid.link/20260212204227.2764054-3-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_guc_pagefault.c