commit | c5c9127b25b2946369877d16b3c208cf54d4bf54 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Tue May 08 20:39:46 2018 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri May 18 15:01:21 2018 +1000 |
tree | 076d07e3f9defef3378c00feddd478923c168fc4 | |
parent | f5650478ab07c0921127a6a0735253b64073e978 [diff] |
drm/nouveau/device: implement a generic method to query device-specific properties We have a need to fetch data from GPU-specific sub-devices that is not tied to any particular engine object. This commit provides the framework to support such queries. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>