[PATCH 1/7] drm/amdgpu: remove evict vram

Chunming Zhou David1.Zhou at amd.com
Wed Jun 29 08:09:35 UTC 2016


Previous vm fault is since page talbe losts connection with vmid after gpu reset.
Now the issue is fixed by recovery. No need more.

If we want to save vram for some EDC card, we will need to consider a complete solution.

Change-Id: I5614c0722f164b395d125b71d0b10de96b94e3a1
Signed-off-by: Chunming Zhou <David1.Zhou at amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index a755011..5c4691c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -1942,8 +1942,6 @@ int amdgpu_gpu_reset(struct amdgpu_device *adev)
 
 	atomic_inc(&adev->gpu_reset_counter);
 	atomic_set(&adev->is_gpu_reset, 1);
-	/* evict vram memory */
-	amdgpu_bo_evict_vram(adev);
 
 	/* block scheduler */
 	for (i = 0; i < AMDGPU_MAX_RINGS; ++i) {
-- 
1.9.1



More information about the amd-gfx mailing list