fbdev: sh_mobile_meram: Fix MExxCTL register save on runtime PM suspend
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 13 Jul 2011 10:13:47 +0000 (12:13 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 19 Aug 2011 06:22:44 +0000 (08:22 +0200)
commitd86d29df57adf9258f56939e59cdd70932845885
treea8a4c65a7adeef40caf5df084c8078f4aab0c4d8
parent7963e21e50c8e712553347f900f0d0afaf5be2aa
fbdev: sh_mobile_meram: Fix MExxCTL register save on runtime PM suspend

To reset the ICB on resume the MExxCTL register needs to be OR'ed with
MExxCTL_WBF | MExxCTL_WF | MExxCTL_RF, no set to that value. Fix this.

This fixes corruption at the bottom of the display when resuming from
runtime PM.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/video/sh_mobile_meram.c