aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/video/hisilicon/hi3620_fb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/hisilicon/hi3620_fb.c b/drivers/video/hisilicon/hi3620_fb.c
index 21d8e7f3025a..634ad1375b1f 100644
--- a/drivers/video/hisilicon/hi3620_fb.c
+++ b/drivers/video/hisilicon/hi3620_fb.c
@@ -433,6 +433,7 @@ static int hi3620fb_set_par(struct fb_info *fb)
set_panel_control(fb);
set_screen_dimensions(fb);
set_dma_control(fb);
+ update_edc(base);
return 0;
}
@@ -443,6 +444,7 @@ static int hi3620fb_pan_display(struct fb_var_screeninfo *var,
void __iomem *base = info->reg_base;
set_graphics_start(fb, var->xoffset, var->yoffset);
+ update_edc(base);
return 0;
}