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

Commit 8b18c5a6 authored by Rajesh Yadav's avatar Rajesh Yadav
Browse files

msm: mdss: Enable dest_scaler support in mdp for sdm660



Enable destination scaler support in mdp capabilities
for sdm660.

Change-Id: Iaea5b4501af29e23532bf5a8f81f7f45c7730230
Signed-off-by: default avatarRajesh Yadav <ryadav@codeaurora.org>
parent fdddc49e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*
 * MDSS MDP Interface (used by framebuffer core)
 *
 * Copyright (c) 2007-2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2007-2017, The Linux Foundation. All rights reserved.
 * Copyright (C) 2007 Google Incorporated
 *
 * This software is licensed under the terms of the GNU General Public
@@ -2136,6 +2136,7 @@ static void mdss_mdp_hw_rev_caps_init(struct mdss_data_type *mdata)
		set_bit(MDSS_CAPS_3D_MUX_UNDERRUN_RECOVERY_SUPPORTED,
			mdata->mdss_caps_map);
		set_bit(MDSS_CAPS_QSEED3, mdata->mdss_caps_map);
		set_bit(MDSS_CAPS_DEST_SCALER, mdata->mdss_caps_map);
		set_bit(MDSS_CAPS_MDP_VOTE_CLK_NOT_SUPPORTED,
			mdata->mdss_caps_map);
		mdss_mdp_init_default_prefill_factors(mdata);