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:
3a7109e
)
disable cursor when init
author
zyw
<zyw@rock-chips.com>
Wed, 29 Jun 2011 01:57:29 +0000
(09:57 +0800)
committer
zyw
<zyw@rock-chips.com>
Wed, 29 Jun 2011 01:57:29 +0000
(09:57 +0800)
drivers/video/rk29_fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/rk29_fb.c
b/drivers/video/rk29_fb.c
index 8322db4105570017e542316d741bbfe1cc3dbd70..b3bfb945d5cfbc60a168f76547f0f44e620265b1 100755
(executable)
--- a/
drivers/video/rk29_fb.c
+++ b/
drivers/video/rk29_fb.c
@@
-805,7
+805,7
@@
int rk29_set_cursor_img(struct rk29fb_inf *inf, char *data)
}
LcdWrReg(inf, HWC_MST, __pa(rk29_cursor_buf));
//LcdSetBit(inf, SYS_CONFIG,m_HWC_RELOAD_EN);
- LcdSetBit(inf, SYS_CONFIG, m_HWC_RELOAD_EN
|m_HWC_ENABLE
);
+ LcdSetBit(inf, SYS_CONFIG, m_HWC_RELOAD_EN);
flush_cache_all();
LcdWrReg(inf, REG_CFG_DONE, 0x01);
return 0;