Commits

Liu Ying committed 0b65da3ea21
MLK-12142 video: fbdev: mxc_ipuv3_fb: Set non-zero blank to FB_BLANK_POWERDOWN We have implemented only two states for blank which are FB_BLANK_UNBLANK and FB_BLANK_POWERDOWN. Let's map all the other blank states(FB_BLANK_NORMAL, FB_BLANK_VSYNC_SUSPEND and FB_BLANK_HSYNC_SUSPEND) to FB_BLANK_POWERDOWN, since all of them make the screen be blanked. This may avoid blanking a blanked screen by setting the state to different non-zero values. Signed-off-by: Liu Ying <victor.liu@nxp.com>