commit | 6eecba33f2fc24544073631dc1b23b7a312e644b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 08 09:45:11 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Sep 21 11:57:15 2010 +0100 |
tree | 14ba098f63f662f6a1cf7f4f13139c211590492e | |
parent | ae83dd5c7d80e0f9063739a18e270da7207a91e3 [diff] |
drm/i915: Disable output polling across suspend & resume Suspending (especially hibernating) may take a finite amount of time, during which a hotplug event may trigger and we will attempt to handle it with inconsistent state. Disable hotplug polling around suspend and resume. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=30070 Reported-by: Rui Tiago Matos <tiagomatos@gmail.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>