summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_bios.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-02-18 08:09:12 +0300
committerDave Airlie <airlied@redhat.com>2010-02-18 08:09:12 +0300
commit6b15835282f9c6a023e2625455bfdb822bb9cc64 (patch)
treea15eece7611ed6b013317751d63839aad3f35653 /drivers/gpu/drm/nouveau/nouveau_bios.h
parent94429bb6c8343722544e282d89dc4638672e49b4 (diff)
parentbf929efa56ac174bf6d4f54cd6fe811181a51ae5 (diff)
downloadlinux-6b15835282f9c6a023e2625455bfdb822bb9cc64.tar.xz
Merge branch 'for-airlied' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-linus
* 'for-airlied' of git://git.freedesktop.org/git/nouveau/linux-2.6: drm/nouveau: Force TV encoder DPMS reinit after resume. drm/nouveau: use mutex for vbios lock
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_bios.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_bios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.h b/drivers/gpu/drm/nouveau/nouveau_bios.h
index 68446fd4146b..fd94bd6dc264 100644
--- a/drivers/gpu/drm/nouveau/nouveau_bios.h
+++ b/drivers/gpu/drm/nouveau/nouveau_bios.h
@@ -205,7 +205,7 @@ struct nvbios {
struct drm_device *dev;
struct nouveau_bios_info pub;
- spinlock_t lock;
+ struct mutex lock;
uint8_t data[NV_PROM_SIZE];
unsigned int length;