]> git.baikalelectronics.ru Git - kernel.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)
commit36749adc1f87588d0c916aa8a785566e35a4f9d6
tree77f410b91940ae2e42cd2b328d538a71bdcbb991
parente933589d250f229943c9b6d6c60aa647cf01b307
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