diff options
| author | saturneric <[email protected]> | 2025-06-25 16:56:59 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2025-06-25 16:56:59 +0000 |
| commit | 6276c9af940c0e135acff07f392909d18d8f131f (patch) | |
| tree | 60223eebe733ccdd91904d4dc74eb3c44aeb8801 /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | |
| parent | Merge tag 'v6.16-rc2' (diff) | |
| parent | Linux 6.16-rc3 (diff) | |
| download | kernel-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.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; } |
