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

Commit 906a710a 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: update gamut color scale for non uniform only"

parents a3ea494c 3f6af777
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -898,7 +898,8 @@ static int pp_gamut_set_config(char __iomem *base_addr,
			writel_relaxed(gamut_data->c0_data[i][j],
				      base_addr + GAMUT_TABLE_UPPER_R);
		}
		if (i >= MDP_GAMUT_SCALE_OFF_TABLE_NUM)
		if ((i >= MDP_GAMUT_SCALE_OFF_TABLE_NUM) ||
				(!gamut_data->map_en))
			continue;
		for (j = 0; j < MDP_GAMUT_SCALE_OFF_SZ; j++) {
			writel_relaxed((gamut_data->scale_off_data[i][j]),