Change the drm_lock*() api to take a pointer to the struct as a
authoroga <oga@openbsd.org>
Wed, 13 Aug 2008 20:27:58 +0000 (20:27 +0000)
committeroga <oga@openbsd.org>
Wed, 13 Aug 2008 20:27:58 +0000 (20:27 +0000)
commitbe256a9447ab2376db42ff03cc3e175db7aa0dfe
tree5f6197f328354cac4026e0ae0aab0ce13b59d23a
parent4e5bd57a17e2279d5482ed3f4be250167703b9b5
Change the drm_lock*() api to take a pointer to the struct as a
parameter, this makes things a little cleaner and removes the need to
pass in the softc for some functions.
sys/dev/pci/drm/drmP.h
sys/dev/pci/drm/drm_drv.c
sys/dev/pci/drm/drm_irq.c
sys/dev/pci/drm/drm_lock.c