commit | 69cbbb7b04ff57c17018b27a86e9c2d758d4366e | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Tue Jul 02 14:19:12 2019 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Aug 23 12:55:33 2019 +1000 |
tree | a1bf61a28a0422d0493d81bdfd45dbef13f917fd | |
parent | f0790cda65a1f1a3818db16e95c04c06cb7f2421 [diff] |
drm/nouveau/therm: don't attempt fan control where PMU is already managing it There's already a condition in place which attempts to detect this, but since we've begun to require a PMU subdev even on boards where we don't load a custom FW, it's become inaccurate. This will prevent unnecessarily running a periodic fan update thread on GP100 and newer, where we don't yet override the default PMU FW. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>