]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/guc: Fix capture of steering registers
authorJohn Harrison <John.C.Harrison@Intel.com>
Thu, 17 Apr 2025 19:52:12 +0000 (12:52 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 29 Apr 2025 05:18:27 +0000 (22:18 -0700)
commit5e639707ddb8f080fbde805a1bfa6668a1b45298
tree9450a5d95f2073f938d51a9fdf7e383d66d57887
parentc1c9cad50c5c35cd4de1b54af59a28bf07451593
drm/xe/guc: Fix capture of steering registers

The list of registers to capture on a GPU hang includes some that
require steering. Unfortunately, the flag to say this was being wiped
to due a missing OR on the assignment of the next flag field.

Fix that.

Fixes: b170d696c1e2 ("drm/xe/guc: Add XE_LP steered register lists")
Cc: Zhanjun Dong <zhanjun.dong@intel.com>
Cc: Alan Previn <alan.previn.teres.alexis@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: intel-xe@lists.freedesktop.org
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Zhanjun Dong <zhanjun.dong@intel.com>
Link: https://lore.kernel.org/r/20250417195215.3002210-2-John.C.Harrison@Intel.com
(cherry picked from commit 532da44b54a10d50ebad14a8a02bd0b78ec23e8b)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_guc_capture.c