]> git.baikalelectronics.ru Git - kernel.git/commit
Fix resume from suspend on IBM X30
authorThomas Richter <thor@math.tu-berlin.de>
Sat, 30 May 2015 18:25:53 +0000 (20:25 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 15 Jun 2015 10:21:01 +0000 (12:21 +0200)
commit0a7f9a204c0c3cfe142eaf987b1515c54190e97a
tree9705623e18c29048ce8a2e21eae7a23a82aa280c
parent09f00e3db12ffa48c936e1e12073d1b9cd905ca4
Fix resume from suspend on IBM X30

This patch fixes the resume from suspend-to-ram on the IBM X30
laptop. The problem is caused by the Bios missing to re-initialize
the iVCH registers, especially the PLL registers.

This patch records the iVCH registers during initialization, and
re-installs this register set when resuming.

Signed-off-by: Thomas Richter <thor@math.tu-berlin.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/dvo_ivch.c