From: Ben Skeggs Date: Wed, 24 Apr 2013 07:34:18 +0000 (+1000) Subject: drm/nouveau/core: rebase object ref/use counts after ctor/init/fini events X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~20^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db91d68c9b5ca22e1fa25569bbde4895ade9dac0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed