]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_debugfs.c
index a9bbb0034e1eca00dde20635eeeba29d2090fd63..536005bff24ad4c4eca4f1a323e8b3888ded04b7 100644 (file)
@@ -1304,11 +1304,11 @@ static int amdgpu_debugfs_vm_info_show(struct seq_file *m, void *unused)
 
                seq_printf(m, "pid:%d\tProcess:%s ----------\n",
                                vm->task_info.pid, vm->task_info.process_name);
-               r = amdgpu_bo_reserve(vm->root.base.bo, true);
+               r = amdgpu_bo_reserve(vm->root.bo, true);
                if (r)
                        break;
                amdgpu_debugfs_vm_bo_info(vm, m);
-               amdgpu_bo_unreserve(vm->root.base.bo);
+               amdgpu_bo_unreserve(vm->root.bo);
        }
 
        mutex_unlock(&dev->filelist_mutex);
This page took 0.036352 seconds and 4 git commands to generate.