commit | 5e4947eb7ae10a2fb779e3aba939e75ab1335fb7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Feb 08 21:47:10 2018 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Mar 06 10:01:40 2018 +0100 |
tree | ee2d1d2d8a7eee6a919b79e97a9132c808a877b9 | |
parent | 423ee5609acfc9c93ebefef3ad4b44ecab710135 [diff] |
dm: video: correctly clean background in 16bit mode In 16 bit mode we have to copy two bytes per pixels repeatedly and not four. Otherwise we will see a striped pattern. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>