commit | 3c2a536b0cbac98035cba42c880c58fd399cb167 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Mon May 30 08:23:41 2016 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Jul 14 11:53:25 2016 +1000 |
tree | 2205bb8a12fb2d245f8da2dbb53feb40ae0fb263 | |
parent | d398119034a4b78d475e3853b3b0ad9fa26f6c52 [diff] |
drm/nouveau/mc: expose device enable/disable separately, as well as reset There are cases where subdevs need to perform additonal actions around the master reset, so we want to expost the operations separately. This commit also adds a flag to the NV_PMC_ENABLE bitfield definitions which allow skipping the automatic reset() called from core/subdev.c. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>