diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-02-16 11:14:14 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-02-16 11:14:33 +1000 |
commit | d9184fa97b6f48d399636e5e2669bc8419f9369e (patch) | |
tree | d7712d3a30050d949fdb99c9962dac1c85ce4349 /drivers/gpu/drm/nouveau/nouveau_bios.h | |
parent | 13876c6e5fec94e9ea51b73ac025583dd7655345 (diff) |
drm/nouveau: use mutex for vbios lock
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_bios.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_bios.h | 2 |
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 68446fd4146..fd94bd6dc26 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; |