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

Commit d49f3089 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: remove hw rev read from capability node"

parents 6179c81d 98edc2d8
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1671,10 +1671,6 @@ static ssize_t mdss_mdp_show_capabilities(struct device *dev,
#define SPRINT(fmt, ...) \
		(cnt += scnprintf(buf + cnt, len - cnt, fmt, ##__VA_ARGS__))

	mdss_mdp_clk_ctrl(MDP_BLOCK_POWER_ON);
	mdss_hw_rev_init(mdata);
	mdss_mdp_clk_ctrl(MDP_BLOCK_POWER_OFF);

	SPRINT("mdp_version=5\n");
	SPRINT("hw_rev=%d\n", mdata->mdp_rev);
	SPRINT("pipe_count:%d\n", mdata->nvig_pipes + mdata->nrgb_pipes +