commit | db91d68c9b5ca22e1fa25569bbde4895ade9dac0 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed Apr 24 17:34:18 2013 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Apr 26 15:37:57 2013 +1000 |
tree | 761803aca660b59a9cc71cfd60cd4c3388213400 | |
parent | 43e6e51c037cafac5047a65cfa9d37b450157af1 [diff] |
drm/nouveau/core: rebase object ref/use counts after ctor/init/fini events 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>