Skip to content

Commit

Permalink
Adjust colour multiplier to avoid yellow tint shock
Browse files Browse the repository at this point in the history
  • Loading branch information
existz authored and nushor committed Jan 4, 2012
1 parent 4870b83 commit c2b7b0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion arch/arm/mach-s5pv210/aries-panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ struct s5p_panel_data aries_panel_data = {
.mult = {
2318372099U,
2117262806U,
1729744557U,
2082349739U,
},
.rshift = 31,
},
Expand All @@ -372,3 +372,7 @@ struct s5p_panel_data aries_panel_data = {
.gamma_table_size = ARRAY_SIZE(gamma_table),
};

static const u16 brightness_setting_table[] = {
0x051, 0x17f,
ENDDEF, 0x0000
};

0 comments on commit c2b7b0f

Please sign in to comment.