OSDN Git Service

drm/amdgpu: no need to evict VRAM in device_fini
authorMonk Liu <Monk.Liu@amd.com>
Wed, 22 Nov 2017 11:21:43 +0000 (19:21 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 12 Dec 2017 19:49:56 +0000 (14:49 -0500)
commitb9141cd3930e390f156739829ca9589fda7926e4
tree6be5c8dc6f9ca71c21030c93ddde9cd1726813bc
parenta8d25a8629e79ae891cdb81f0d706422e20203fa
drm/amdgpu: no need to evict VRAM in device_fini

this VRAM evict is not needed and also cost 2seconds
to finish because the IRQ is software side disabled
before it.

Signed-off-by: Monk Liu <Monk.Liu@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