commit | b449a43f56d412a0260f3df08b061a5e937db77b | [log] [tgz] |
---|---|---|
author | Martin Peres <martin.peres@labri.fr> | Mon Sep 09 00:43:27 2013 +0200 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Nov 08 15:37:43 2013 +1000 |
tree | 2a1fe3cffdfe2a490359a6c933a238c7c2e3ebe2 | |
parent | be0dd4ddefebb35915979e280047eb6f5ecc3235 [diff] |
drm/nouveau/therm: ack any pending IRQ at init This is safe because ptherm hasn't been configured yet and will be a little further down the initialization path. Ptherm should be safe regarding to runtime reconfiguration. v2: - do not limit this patch to nv84-a3 and make it nv84+ v3: - move the ack to fini() - disable IRQs on fini() - silently ignore un-requested IRQs Signed-off-by: Martin Peres <martin.peres@labri.fr> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>