]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit854674b32e652003b1cf3276029586b5514af979
treeed7947a736ddba4c61e92c6a8571f1162a392c83
parentc68d6b6c901ec40c06a369c087fffd2c8ea50399
drm/i915: Disable eDP VDD in a delayed work proc instead of synchronously

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>
drivers/gpu/drm/i915/intel_dp.c