nouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface to 0.0.7)
authorBen Skeggs <skeggsb@gmail.com>
Sun, 24 Jun 2007 09:03:35 +0000 (19:03 +1000)
committerBen Skeggs <skeggsb@gmail.com>
Wed, 27 Jun 2007 17:26:43 +0000 (03:26 +1000)
commit695599f18d907bb277805581bbe208b0e083e7d9
tree49180607fa582f77157f5f83ab79dc2ceb9f53fc
parent4f2dd78ff3b6efeee97b72cca6bbfaef485a08d9
nouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface to 0.0.7)

For various reasons, this ioctl was a bad idea.

At channel creation we now automatically create DMA objects covering
available VRAM and GART memory, where the client used to do this themselves.

However, there is still a need to be able to create DMA objects pointing at
specific areas of memory (ie. notifiers).  Each channel is now allocated a
small amount of memory from which a client can suballocate things (such as
notifiers), and have a DMA object created which covers the suballocated area.
The NOTIFIER_ALLOC ioctl exposes this functionality.
linux-core/Makefile.kernel
linux-core/nouveau_notifier.c [new symlink]
shared-core/nouveau_drm.h
shared-core/nouveau_drv.h
shared-core/nouveau_fifo.c
shared-core/nouveau_mem.c
shared-core/nouveau_notifier.c [new file with mode: 0644]
shared-core/nouveau_object.c
shared-core/nouveau_state.c