summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-03-13 08:16:53 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-13 08:16:53 +0100
commit97d2da3d980ccdad1d8069cdefeeb445bf046475 (patch)
treef59742b82b16e676c08d64add347f41e4b35050d /commands
parent6b926567c0cfd360d7ab8bedc3745610eda379bd (diff)
parentf210382b3f698d0829db12b28f409862c7e504f8 (diff)
downloadbarebox-97d2da3d980ccdad1d8069cdefeeb445bf046475.tar.gz
barebox-97d2da3d980ccdad1d8069cdefeeb445bf046475.tar.xz
Merge branch 'for-next/video'
Diffstat (limited to 'commands')
-rw-r--r--commands/fbtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/fbtest.c b/commands/fbtest.c
index bd0e140d07..ca6ec21991 100644
--- a/commands/fbtest.c
+++ b/commands/fbtest.c
@@ -169,6 +169,7 @@ static int do_fbtest(int argc, char *argv[])
pattern = patterns[i++ % ARRAY_SIZE(patterns)].func;
pattern(sc, color);
gu_screen_blit(sc);
+ fb_flush(sc->info);
start = get_time_ns();
while (!is_timeout(start, 2 * SECOND))