提交 1ddb8a16 编写于 作者: R Russell King

[PATCH] ARM: AMBA CLCD: program palette for pseudocolor visuals

Signed-off-by: NRussell King <rmk@arm.linux.org.uk>
上级 bb9bffcb
......@@ -256,7 +256,7 @@ clcdfb_setcolreg(unsigned int regno, unsigned int red, unsigned int green,
convert_bitfield(green, &fb->fb.var.green) |
convert_bitfield(red, &fb->fb.var.red);
if (fb->fb.var.bits_per_pixel == 8 && regno < 256) {
if (fb->fb.fix.visual == FB_VISUAL_PSEUDOCOLOR && regno < 256) {
int hw_reg = CLCD_PALETTE + ((regno * 2) & ~3);
u32 val, mask, newval;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册