commit | 110cccff955313c66dccd2817f62368f106d9bf2 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Thu Dec 22 15:22:25 2016 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Feb 17 15:14:56 2017 +1000 |
tree | 247c7233b87b52a8a9f2c582c7fe5db2ab856ad8 | |
parent | 05073caeedd1ea6bfc5b1ebd051f2a6694e4b26b [diff] |
drm/nouveau/core/object: support lookup of specific object types It turns out we have a nice and convenient way of looking up a specific object type already, by using the func pointer as a key. This will be used to remove the separate object trees for each type we need to be able to search for. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>