git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
136de91
)
drm/radeon: protect concurrent smc register access with a spinlock
author
Alex Deucher
<alexander.deucher@amd.com>
Tue, 3 Sep 2013 22:19:42 +0000
(18:19 -0400)
committer
Alex 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