Skip to content

Commit

Permalink
mdss mdp: fix washed out colours after start when screen is off durin…
Browse files Browse the repository at this point in the history
…g kcal initialization

Signed-off-by: Nanhumly <[email protected]>
  • Loading branch information
andip71 authored and Nanhumly committed Sep 8, 2023
1 parent ac63830 commit 33ae6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/msm/mdss_mdp_kcal_ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ static int mdss_mdp_kcal_update_queue(struct device *dev)
if (lut_data->queue_changes) {
mdss_mdp_kcal_update_pcc(lut_data);
mdss_mdp_kcal_update_pa(lut_data);
mdss_mdp_kcal_update_igc(lut_data);
//mdss_mdp_kcal_update_igc(lut_data);
lut_data->queue_changes = false;
}

Expand Down

0 comments on commit 33ae6b4

Please sign in to comment.