summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@kernel.org>2025-06-22 21:54:03 -0700
committerNamhyung Kim <namhyung@kernel.org>2025-06-22 21:54:03 -0700
commitc833e8cc4dca7e3c0a9d0b9047a1b4822b229262 (patch)
tree7cfd4ca423884505425e7f473b280ba392fb6b7c /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
parentedf2cadf01e8f2620af25b337d15ebc584911b46 (diff)
parent86731a2a651e58953fc949573895f2fa6d456841 (diff)
Merge tag 'v6.16-rc3' into perf-tools-next
To get the fixes in libbpf and perf tools. Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
index 8e626f50b362..f81608330a3d 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
@@ -1902,7 +1902,7 @@ no_preempt:
continue;
}
job = to_amdgpu_job(s_job);
- if (preempted && (&job->hw_fence) == fence)
+ if (preempted && (&job->hw_fence.base) == fence)
/* mark the job as preempted */
job->preemption_status |= AMDGPU_IB_PREEMPTED;
}