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:
826dcd4
)
fix err about 'rk29fb:fix problem :UI jitter when carema DV DC switch'
author
yzq
<yzq@rock-chips.com>
Thu, 20 Oct 2011 10:33:49 +0000
(18:33 +0800)
committer
yzq
<yzq@rock-chips.com>
Thu, 20 Oct 2011 10:33:49 +0000
(18:33 +0800)
drivers/video/rk29_fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/rk29_fb.c
b/drivers/video/rk29_fb.c
index 350c227af0b5f7484da72ca2137bf26953c1ba77..1688cf94d957d20ada73b3d7442db955dd4d20c2 100755
(executable)
--- a/
drivers/video/rk29_fb.c
+++ b/
drivers/video/rk29_fb.c
@@
-2312,7
+2312,7
@@
int fb1_open(struct fb_info *info, int user)
} else {
par->refcount++;
win0_blank(FB_BLANK_NORMAL, info);
- if(screen->x_res
<=
1280)
+ if(screen->x_res
>
1280)
fb1_open_init=1;
fb0_set_par(inf->fb0);
fb1_open_init=0;