Comment out the .resume function as without programming their dependent
registers things tend to lock up in certain situations. The BIOS repost will fix things up.main
parent
e2d76b0642
commit
75ba453365
|
@ -104,7 +104,7 @@ static struct drm_driver driver = {
|
||||||
.name = DRIVER_NAME,
|
.name = DRIVER_NAME,
|
||||||
.id_table = pciidlist,
|
.id_table = pciidlist,
|
||||||
.probe = probe,
|
.probe = probe,
|
||||||
.resume = i915_resume,
|
/* .resume = i915_resume, - need BIOS to re-init */
|
||||||
.suspend = i915_suspend,
|
.suspend = i915_suspend,
|
||||||
.remove = __devexit_p(drm_cleanup_pci),
|
.remove = __devexit_p(drm_cleanup_pci),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue