commit | a664869ac4c77875ca84a38f614bc1c7b3c79812 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed May 25 17:33:36 2016 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Feb 17 15:14:57 2017 +1000 |
tree | 586dfd0e3a9c59b94cdd2b52f4464b850df0eb11 | |
parent | 83e85d91b2bc38d4067baf05a7fe9e47436e1d8c [diff] |
drm/nouveau/core/object: pass client directly to ioctl handlers nvkm_object::client refers to the client that created the object, which, is currently always the same as the ioctl caller. Upcoming patches introduce the concept of subclients, where a parent is able to access the object trees of its children, making the above no longer true. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>