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:
590b4a0
)
update fb for cursor
author
zyw
<zyw@rock-chips.com>
Fri, 25 Mar 2011 09:56:45 +0000
(17:56 +0800)
committer
zyw
<zyw@rock-chips.com>
Fri, 25 Mar 2011 09:56:45 +0000
(17:56 +0800)
drivers/video/rk29_fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/rk29_fb.c
b/drivers/video/rk29_fb.c
index c4a1a8e7d2c1503736d005903696f559a21e337b..b29e887221a603c74a1dd450bffffdba589faa23 100755
(executable)
--- a/
drivers/video/rk29_fb.c
+++ b/
drivers/video/rk29_fb.c
@@
-803,7
+803,6
@@
int rk29_set_cursor_colour_map(struct rk29fb_inf *inf, int bg_col, int fg_col)
printk("%s: bg = %08x,fg = %08x \n",__func__, bg_col, fg_col);
LcdMskReg(inf, HWC_COLOR_LUT0, m_HWC_R|m_HWC_G|m_HWC_B,bg_col);
LcdMskReg(inf, HWC_COLOR_LUT2, m_HWC_R|m_HWC_G|m_HWC_B,fg_col);
- LcdSetBit(inf, SYS_CONFIG,m_HWC_RELOAD_EN);
LcdWrReg(inf, REG_CFG_DONE, 0x01);
return 0;
}