]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/amdgpu: fix Tonga S3 resume hang on rhel6.8
authorJim Qu <Jim.Qu@amd.com>
Tue, 28 Mar 2017 09:18:15 +0000 (17:18 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:55:49 +0000 (23:55 -0400)
commitdad0bafcc5d4d1e6399361153d8348305510c6af
tree0729e48f1b4db560dde0cd0d486d2f3e6548b73e
parent6217e98a77e633bf59096d80f116c184ae518d1e
drm/amd/amdgpu: fix Tonga S3 resume hang on rhel6.8

1. security firmware loading has moved to sw init, so this code
   is useless.
2. it seems that driver could not call request_firmware on
   kernel 2.6, when S3 resume. for request firmware depends on
   userspace, at this time, userspace is freeze.

Signed-off-by: Jim Qu <Jim.Qu@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c