Loading drivers/gpu/drm/msm/sde/sde_hw_catalog.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/gpu/drm/msm/sde/sde_hw_catalog.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading