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

Commit 20839950 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 PP loggings from warning to debug"

parents 0aac2e4e 4f36fc63
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2075,7 +2075,7 @@ int mdss_mdp_pp_resume(struct msm_fb_data_type *mfd)
	}

	if (!mdss_mdp_mfd_valid_dspp(mfd)) {
		pr_warn("PP not supported on display num %d hw config\n",
		pr_debug("PP not supported on display num %d hw config\n",
			mfd->index);
		return -EPERM;
	}
@@ -3103,7 +3103,7 @@ static int mdss_mdp_limited_lut_igc_config(struct msm_fb_data_type *mfd)
		return -EINVAL;

	if (!mdss_mdp_mfd_valid_dspp(mfd)) {
		pr_warn("IGC not supported on display num %d hw configuration\n",
		pr_debug("IGC not supported on display num %d hw configuration\n",
			mfd->index);
		return 0;
	}
@@ -3678,7 +3678,7 @@ static int mdss_mdp_panel_default_dither_config(struct msm_fb_data_type *mfd,
	struct mdp_dither_data_v1_7 dither_data;

	if (!mdss_mdp_mfd_valid_dspp(mfd)) {
		pr_warn("dither config not supported on display num %d\n",
		pr_debug("dither config not supported on display num %d\n",
			mfd->index);
		return 0;
	}