Skip to content

Commit 0762af5

Browse files
Enable last_update fence for pdes
1 parent 465ef81 commit 0762af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ static void amdgpu_gem_va_update_vm(struct amdgpu_device *adev,
626626
goto error;
627627
}
628628

629-
r = amdgpu_vm_update_pdes(adev, vm, false, NULL);
629+
r = amdgpu_vm_update_pdes(adev, vm, false, last_update);
630630

631631
error:
632632
if (r && r != -ERESTARTSYS)

0 commit comments

Comments
 (0)