diff options
author | Dave Airlie <airlied@redhat.com> | 2010-02-18 08:09:12 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-02-18 08:09:12 +0300 |
commit | 6b15835282f9c6a023e2625455bfdb822bb9cc64 (patch) | |
tree | a15eece7611ed6b013317751d63839aad3f35653 /drivers/gpu/drm/nouveau/nouveau_bios.h | |
parent | 94429bb6c8343722544e282d89dc4638672e49b4 (diff) | |
parent | bf929efa56ac174bf6d4f54cd6fe811181a51ae5 (diff) | |
download | linux-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.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 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; |