From 92a5fe88a86f0a25c3bbc74f80b67b16e18608e7 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 3 Feb 2015 03:10:06 +0200 Subject: frontend: fix minor glitches on video mode changes --- frontend/plat_omap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/plat_omap.c') diff --git a/frontend/plat_omap.c b/frontend/plat_omap.c index 4e3ea79..f25f31c 100644 --- a/frontend/plat_omap.c +++ b/frontend/plat_omap.c @@ -111,10 +111,11 @@ void *plat_gvideo_set_mode(int *w_in, int *h_in, int *bpp) } } - vout_fbdev_clear(layer_fb); buf = vout_fbdev_resize(layer_fb, w, h, *bpp, l, r, t, b, 3); + vout_fbdev_clear(layer_fb); + omap_enable_layer(1); return buf; -- cgit v1.2.3