]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_ib.c
index ec65ab0ddf890e5dd9decfc87456f800a686a885..c076a6b9a5a2eef63ff2d76e08d6ea34de0bb2b2 100644 (file)
@@ -262,7 +262,7 @@ int amdgpu_ib_schedule(struct amdgpu_ring *ring, unsigned num_ibs,
                                       fence_flags | AMDGPU_FENCE_FLAG_64BIT);
        }
 
-       r = amdgpu_fence_emit(ring, f, fence_flags);
+       r = amdgpu_fence_emit(ring, f, job, fence_flags);
        if (r) {
                dev_err(adev->dev, "failed to emit fence (%d)\n", r);
                if (job && job->vmid)
This page took 0.030404 seconds and 4 git commands to generate.