drm/i915: Disable output polling across suspend & resume
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Sep 2010 08:45:11 +0000 (09:45 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 21 Sep 2010 10:57:15 +0000 (11:57 +0100)
commit6eecba33f2fc24544073631dc1b23b7a312e644b
tree14ba098f63f662f6a1cf7f4f13139c211590492e
parentae83dd5c7d80e0f9063739a18e270da7207a91e3
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>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_drv.c