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

Commit f0571a11 authored by Govinda Rajulu Chenna's avatar Govinda Rajulu Chenna
Browse files

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



This change fixes the compilation issue due to undeclared
variable access in sde catalog module.

Change-Id: I52bf23142df39b8bf3de92841b5af62b307ee54e
Signed-off-by: default avatarGovinda Rajulu Chenna <gchenna@codeaurora.org>
parent 32cd614d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2894,7 +2894,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);