mirror of https://gitee.com/openkylin/linux.git
drm/amdgpu: band aid validating VM PTs
Always validating the VM PTs takes to much time. Only always validate the per VM BOs for now. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f29135ee4e
commit
a315f232f4
|
@ -1082,7 +1082,7 @@ int amdgpu_vm_update_directories(struct amdgpu_device *adev,
|
|||
struct amdgpu_vm_bo_base,
|
||||
vm_status);
|
||||
bo_base->moved = false;
|
||||
list_move(&bo_base->vm_status, &vm->idle);
|
||||
list_del_init(&bo_base->vm_status);
|
||||
|
||||
bo = bo_base->bo->parent;
|
||||
if (!bo)
|
||||
|
|
Loading…
Reference in New Issue