commit | e88efe056d308d0a3b6b645d0eec7236b2d8c902 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Fri Jul 09 10:56:08 2010 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Tue Jul 13 10:13:56 2010 +1000 |
tree | 6b68d5cf5f349ebbeedbc3ecfd863a6e1afd9a3e | |
parent | 271f29e7b55278bc2e4bab53448eef9b35778664 [diff] |
drm/nouveau: initialise display before enabling interrupts In some situations it's possible we can receive a spurious hotplug IRQ before we're ready to handle it, leading to an oops. Calling the display init before enabling interrupts should clear any pending IRQs on the GPU and prevent this from happening. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>