commit | c31ad97f1886a2ff0f3356dc31d50c57944365da | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Thu Dec 17 00:00:46 2009 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Wed Dec 23 11:14:03 2009 +1000 |
tree | 4e6de647819a7acdcd7651efeb7c1db14a6179c7 | |
parent | d79766fab9975c6414ebab7d2abf017834a48c35 [diff] |
drm/radeon/kms: prevent parallel AtomBIOS calls 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>