Skip to content
Commit bd943159 authored by Keith Packard's avatar Keith Packard
Browse files

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: default avatarKeith Packard <keithp@keithp.com>
parent ebf33b18
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment