drm/nouveau/core: rebase object ref/use counts after ctor/init/fini events
authorBen Skeggs <bskeggs@redhat.com>
Wed, 24 Apr 2013 07:34:18 +0000 (17:34 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 26 Apr 2013 05:37:57 +0000 (15:37 +1000)
This is intended to support named (with a handle, etc) objects having
children that don't have an outside reference.

This will replace the various hacks around the place where subdev
objects have children, and have to manually drop the self-refs so
that they can be destroyed etc when all the outside refs have gone.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found