]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00306832 mxsfb: xres_virtual should not larger than xres
authorSandor Yu <R01008@freescale.com>
Thu, 3 Apr 2014 07:46:59 +0000 (15:46 +0800)
committerSandor Yu <R01008@freescale.com>
Thu, 3 Apr 2014 07:58:29 +0000 (15:58 +0800)
commita7ff04798634d5323d865232b71cad6aa252cd1b
treeba7a412d4ed0c1c869a843c8c8506f378e72fc5f
parenta8a6771e74f06698fa0f8c5c06f23e5787f142a2
ENGR00306832 mxsfb: xres_virtual should not larger than xres

eLCDIF did not support stride buffer, check the xres_virtual
in function mxfb_check_var, return false
if the value larger than xres.

Signed-off-by: Sandor Yu <R01008@freescale.com>
drivers/video/mxsfb.c