projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f29135e
)
drm/amdgpu: band aid validating VM PTs
author
Christian König
<
[email protected]
>
Tue, 19 Jun 2018 08:45:03 +0000
(10:45 +0200)
committer
Alex Deucher
<
[email protected]
>
Thu, 5 Jul 2018 21:38:25 +0000
(16:38 -0500)
Always validating the VM PTs takes to much time. Only always validate
the per VM BOs for now.
Signed-off-by: Christian König <
[email protected]
>
Reviewed-by: Junwei Zhang <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
index 422d1a434db40aa791de0378189d7c5dc6385853..590db78b8c72536d8168c181a27fcad9c431ac43 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
@@
-1082,7
+1082,7
@@
restart:
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)