From: ChiHun Won Date: Fri, 25 May 2018 07:59:31 +0000 (+0900) Subject: fbdev: dpu20: added missing shadow update code X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0a3c2bd6bcb0e6d9b221a978d769df68244221bd;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git fbdev: dpu20: added missing shadow update code reviwed Change-Id: Idb3241089d1628300a149d2eabe73db2e491c3b8 Signed-off-by: ChiHun Won --- diff --git a/drivers/video/fbdev/exynos/dpu20/decon_dsi.c b/drivers/video/fbdev/exynos/dpu20/decon_dsi.c index 328687c04bae..afae068a9bcf 100644 --- a/drivers/video/fbdev/exynos/dpu20/decon_dsi.c +++ b/drivers/video/fbdev/exynos/dpu20/decon_dsi.c @@ -731,6 +731,8 @@ int decon_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) goto err; } + decon_reg_update_req_window(decon->id, win->idx); + decon_set_par(info); decon_reg_start(decon->id, &psr);