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)
commitfaad24cf2372794759b40085aeb3a2504f3fa0c2
treefdda336a81a71a9e4388bcf7eb135de23d42de5e
parente176fe176d3a02d9409e0f36502799083ae13e1b
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