]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/amdgpu: remove evict vram
authorChunming Zhou <David1.Zhou@amd.com>
Wed, 29 Jun 2016 05:33:40 +0000 (13:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 19:06:12 +0000 (15:06 -0400)
commitf263ec622f06c3cf2da3a29e5ad0184dc50d1c2c
tree013c852565266cc98a4361401c0db821d1f32a38
parentc7c5fbcdc3b064943491d8dd1229cb25479e9093
drm/amdgpu: remove evict vram

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.

Signed-off-by: Chunming Zhou <David1.Zhou@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c