]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/i915: make sure eDP PLL is enabled at the right time
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 13 Aug 2010 22:43:26 +0000 (15:43 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 18 Aug 2010 20:21:50 +0000 (13:21 -0700)
commitd240f20f545fa4ed78ce48d1eb62ab529f2b1467
tree77f410b91940ae2e42cd2b328d538a71bdcbb991
parent9cce37f4855a30cc7c364edf18522282782f7ddc
drm/i915: make sure eDP PLL is enabled at the right time

We need to make sure the eDP PLL is enabled before the pipes or planes,
so do it as part of the DP prepare mode set function.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_dp.c