drm/radeon/kms: prevent parallel AtomBIOS calls
authorRafał Miłecki <zajec5@gmail.com>
Wed, 16 Dec 2009 23:00:46 +0000 (00:00 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 23 Dec 2009 01:14:03 +0000 (11:14 +1000)
This just adds a mutex around the atombios table execution
so we don't call it from two contexts at once.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found