diff options
author | Namhyung Kim <namhyung@kernel.org> | 2025-06-22 21:54:03 -0700 |
---|---|---|
committer | Namhyung Kim <namhyung@kernel.org> | 2025-06-22 21:54:03 -0700 |
commit | c833e8cc4dca7e3c0a9d0b9047a1b4822b229262 (patch) | |
tree | 7cfd4ca423884505425e7f473b280ba392fb6b7c /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | |
parent | edf2cadf01e8f2620af25b337d15ebc584911b46 (diff) | |
parent | 86731a2a651e58953fc949573895f2fa6d456841 (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.c | 2 |
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; } |