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

Commit df4931b2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: fix the compilation issue in sde catalog"

parents 6e16c844 f0571a11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2904,7 +2904,7 @@ static int sde_parse_dt(struct device_node *np, struct sde_mdss_cfg *cfg)
	cfg->mdp[0].smart_panel_align_mode =
		PROP_VALUE_ACCESS(prop_value, SMART_PANEL_ALIGN_MODE, 0);

	major_version = SDE_HW_MAJOR(sde_cfg->hwversion);
	major_version = SDE_HW_MAJOR(cfg->hwversion);
	if (major_version < SDE_HW_MAJOR(SDE_HW_VER_500))
		set_bit(SDE_MDP_VSYNC_SEL, &cfg->mdp[0].features);