switch drm to use Linux mutexes instead of semaphore.
authorDave Airlie <airlied@linux.ie>
Mon, 24 Jul 2006 00:51:27 +0000 (10:51 +1000)
committerDave Airlie <airlied@linux.ie>
Mon, 24 Jul 2006 00:51:27 +0000 (10:51 +1000)
commit5cfbd5dbab4fe9668771377cb22da04c6103459e
tree375d460ab42628fbe57bb669d6e0710bf2fc3078
parent6677e2a10b820a5ccfd375cc627b8e41453a71da
switch drm to use Linux mutexes instead of semaphore.

I hope the fallback compat code works if not shout at me.
14 files changed:
linux-core/drmP.h
linux-core/drm_auth.c
linux-core/drm_bufs.c
linux-core/drm_compat.h
linux-core/drm_context.c
linux-core/drm_drv.c
linux-core/drm_fops.c
linux-core/drm_ioctl.c
linux-core/drm_irq.c
linux-core/drm_proc.c
linux-core/drm_stub.c
linux-core/drm_vm.c
linux-core/sis_mm.c
linux-core/via_mm.c