drm/radeon: protect concurrent smc register access with a spinlock
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Sep 2013 22:19:42 +0000 (18:19 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Sep 2013 15:44:28 +0000 (11:44 -0400)
smc registers are access indirectly via the main mmio aperture, so
there may be problems with concurrent access.  This adds a spinlock
to protect access to this register space.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found