]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEAD
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_vm.c
index d1b8afd105c9f6a8e56288f7b3c023171f7b2f75..5baefb548a2909e7450fd253ac11e52f480dcd73 100644 (file)
@@ -285,6 +285,7 @@ static void amdgpu_vm_bo_reset_state_machine(struct amdgpu_vm *vm)
        list_for_each_entry_safe(vm_bo, tmp, &vm->idle, vm_status) {
                struct amdgpu_bo *bo = vm_bo->bo;
 
+               vm_bo->moved = true;
                if (!bo || bo->tbo.type != ttm_bo_type_kernel)
                        list_move(&vm_bo->vm_status, &vm_bo->vm->moved);
                else if (bo->parent)
This page took 0.03423 seconds and 4 git commands to generate.