Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04ba2cee authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: Change LUT position in MDP3 for SVI"

parents 2db3b15e 7d14ca67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1590,7 +1590,7 @@ static int mdp3_ctrl_lut_update(struct msm_fb_data_type *mfd,

	lut_config.lut_enable = 7;
	lut_config.lut_sel = mdp3_session->lut_sel;
	lut_config.lut_position = 0;
	lut_config.lut_position = 1;
	lut_config.lut_dirty = true;
	lut.color0_lut = r;
	lut.color1_lut = g;