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

Commit cb4bc6a8 authored by Ingrid Gallardo's avatar Ingrid Gallardo
Browse files

msm: mdss: adjust mdp bw vote according to recommendation for 8996



Adjust mdp bandwidth vote to meet the recommended
system settings for 8996.

Change-Id: I0901dc211fe8dac366e3602a45656aacc48683d3
Signed-off-by: default avatarIngrid Gallardo <ingridg@codeaurora.org>
parent 816f2055
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@
		qcom,max-clk-rate = <412500000>;
		qcom,mdss-default-ot-rd-limit = <32>;
		qcom,mdss-default-ot-wr-limit = <16>;
		qcom,mdss-dram-channels = <2>;

		qcom,mdss-pipe-vig-off = <0x00005000 0x00007000
					  0x00009000 0x0000B000>;
+2 −2
Original line number Diff line number Diff line
@@ -1077,8 +1077,8 @@ static void mdss_mdp_hw_rev_caps_init(struct mdss_data_type *mdata)
	case MDSS_MDP_HW_REV_107_2:
		mdata->max_target_zorder = 7; /* excluding base layer */
		mdata->max_cursor_size = 128;
		mdata->per_pipe_ib_factor.numer = 3;
		mdata->per_pipe_ib_factor.denom = 2;
		mdata->per_pipe_ib_factor.numer = 8;
		mdata->per_pipe_ib_factor.denom = 5;
		mdata->apply_post_scale_bytes = false;
		mdata->hflip_buffer_reused = false;
		mdata->min_prefill_lines = 21;