[PATCH 01/10] drm/amdgpu: remove evict vram
Christian König
deathsimple at vodafone.de
Thu Jun 30 07:28:38 UTC 2016
Am 30.06.2016 um 09:08 schrieb Chunming Zhou:
> 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>
Reviewed-by: Christian König <christian.koenig 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) {
More information about the amd-gfx
mailing list