]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/guc: Debug print LRC state entries only if the context is pinned
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Wed, 15 Jan 2025 00:13:34 +0000 (16:13 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 3 Feb 2025 14:26:57 +0000 (09:26 -0500)
commit57965269896313e1629a518d3971ad55f599b792
tree8c13aafc031935351dbfd295438239f7d3628a8b
parentc7b49506b3ba7a62335e6f666a43f67d5cd9fd1e
drm/i915/guc: Debug print LRC state entries only if the context is pinned

After the context is unpinned the backing memory can also be unpinned,
so any accesses via the lrc_reg_state pointer can end up in unmapped
memory. To avoid that, make sure to only access that memory if the
context is pinned when printing its info.

v2: fix newline alignment

Fixes: 28ff6520a34d ("drm/i915/guc: Update GuC debugfs to support new GuC")
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: <stable@vger.kernel.org> # v5.15+
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250115001334.3875347-1-daniele.ceraolospurio@intel.com
(cherry picked from commit 5bea40687c5cf2a33bf04e9110eb2e2b80222ef5)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c