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

Commit 79926e05 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: fix writeback offset configuration in ctl path"

parents fe0ba1cb ac1626fd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2813,7 +2813,8 @@ int mdss_mdp_ctl_addr_setup(struct mdss_data_type *mdata,
		head[i].num = i;
		head[i].base = (mdata->mdss_io.base) + ctl_offsets[i];
		if (i >= offset && wb_offsets[i - offset])
			head[i].wb_base = (mdata->mdss_io.base) + wb_offsets[i];
			head[i].wb_base = (mdata->mdss_io.base) +
				wb_offsets[i - offset];
		head[i].ref_cnt = 0;
	}