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

Commit 659a40bc authored by Abhijit Kulkarni's avatar Abhijit Kulkarni Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/sde: setup blend function for sdm855



This change adds the sdm855 chipset to this list of
chipsets which can use the implementation of blending function.

Change-Id: I029de7a2c65c9d7446b18309c9c7be7535375e91
Signed-off-by: default avatarAbhijit Kulkarni <kabhijit@codeaurora.org>
parent b88c842e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -262,7 +262,8 @@ static void _setup_mixer_ops(struct sde_mdss_cfg *m,
		unsigned long features)
{
	ops->setup_mixer_out = sde_hw_lm_setup_out;
	if (IS_SDM845_TARGET(m->hwversion) || IS_SDM670_TARGET(m->hwversion))
	if (IS_SDM845_TARGET(m->hwversion) || IS_SDM670_TARGET(m->hwversion) ||
			IS_SDM855_TARGET(m->hwversion))
		ops->setup_blend_config = sde_hw_lm_setup_blend_config_sdm845;
	else
		ops->setup_blend_config = sde_hw_lm_setup_blend_config;