[U-Boot] [PATCH v3 2/4] dm: video: correctly clean background in 16bit mode
Simon Glass
sjg at chromium.org
Sun Feb 4 13:40:25 UTC 2018
On 29 January 2018 at 00:19, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> 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 at gmx.de>
> ---
> v3
> no change
> v2
> no change
> ---
> drivers/video/video-uclass.c | 16 ++++++++++++++--
> 1 file changed, 14 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list