aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-06-25 16:56:59 +0000
committersaturneric <[email protected]>2025-06-25 16:56:59 +0000
commit6276c9af940c0e135acff07f392909d18d8f131f (patch)
tree60223eebe733ccdd91904d4dc74eb3c44aeb8801 /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
parentMerge tag 'v6.16-rc2' (diff)
parentLinux 6.16-rc3 (diff)
downloadkernel-6276c9af940c0e135acff07f392909d18d8f131f.tar.gz
kernel-6276c9af940c0e135acff07f392909d18d8f131f.zip
Merge tag 'v6.16-rc3'
Linux 6.16-rc3
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;
}