projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950c85b
)
video: rockchip: fb: fix switch screen lead to splash screen
author
Huang Jiachai
<hjc@rock-chips.com>
Fri, 6 Jan 2017 02:52:59 +0000
(10:52 +0800)
committer
Huang, Tao
<huangtao@rock-chips.com>
Mon, 9 Jan 2017 09:48:59 +0000
(17:48 +0800)
Change-Id: Ie4fe5d3d3dc010ee7c7c8b15b24f435798c5bc46
Signed-off-by: Huang Jiachai <hjc@rock-chips.com>
drivers/video/rockchip/rk_fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/rockchip/rk_fb.c
b/drivers/video/rockchip/rk_fb.c
index c053315dd4c2a9c1576cfe001a5fddd69ce08d39..1be959bc7dc84f0a0abce802be4d96aaf63b138c 100644
(file)
--- a/
drivers/video/rockchip/rk_fb.c
+++ b/
drivers/video/rockchip/rk_fb.c
@@
-3725,13
+3725,6
@@
int rk_fb_switch_screen(struct rk_screen *screen, int enable, int lcdc_id)
dev_drv->ops->win_direct_en(dev_drv, i, 0);
}
}
- if (dev_drv->uboot_logo) {
- if (dev_drv->cur_screen->mode.xres !=
- screen->mode.xres ||
- dev_drv->cur_screen->mode.yres !=
- screen->mode.yres)
- load_screen = 1;
- }
if (dev_drv->screen1)
dev_drv->cur_screen = dev_drv->screen1;