]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: stop loading firmware with pm.mutex locked
authorChristian König <christian.koenig@amd.com>
Thu, 28 May 2015 20:02:26 +0000 (22:02 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 4 Jun 2015 01:03:58 +0000 (21:03 -0400)
commitee166d518210c001d5e0f24c5415adac044b20e6
treefdda336a81a71a9e4388bcf7eb135de23d42de5e
parentefc379e07b1488ef5a857058eb8cdd507e79dc0e
drm/amdgpu: stop loading firmware with pm.mutex locked

Loading firmware is a rather complicated process, in the end we add a
dependency between the pm mutex and the mm semaphore which results in
a harmless but annoying error message.

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