commit | 2b495268fc596fd474d2a2cbbc711d8bb1e11e88 | [log] [tgz] |
---|---|---|
author | Francisco Jerez <currojerez@riseup.net> | Fri Jul 30 13:57:54 2010 +0200 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Aug 06 08:33:41 2010 +1000 |
tree | 05e5271a67d2bd8dca8e6c147b6dfc0c6764c1fa | |
parent | 0d3470d218949dc1307313647c70154c7452a68b [diff] |
drm/nouveau: Fix AGP reset when AGP FW is already enabled on init. Previously nouveau_mem_reset_agp() was only disabling AGP fast writes when coming back from suspend. However, the "locked out of the card because of FW" problem can also be reproduced on init if you unload/reload nouveau.ko several times. This patch makes the AGP code reset FW on init. Signed-off-by: Francisco Jerez <currojerez@riseup.net> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>