drm/i915: Disable eDP VDD in a delayed work proc instead of synchronously
authorKeith Packard <keithp@keithp.com>
Mon, 19 Sep 2011 06:09:52 +0000 (23:09 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 6 Oct 2011 15:57:02 +0000 (08:57 -0700)
There's no good reason to turn off the eDP force VDD bit synchronously
while probing devices; that just sticks a huge delay into all mode
setting paths. Instead, queue a delayed work proc to disable the VDD
force bit and then remember when that fires to ensure that the
appropriate delay is respected before trying to turn it back on.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found