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

Commit 71758c30 authored by Deepak Kushwah's avatar Deepak Kushwah
Browse files

msm: vidc: Remove initialization of dcvs load from dtsi table entry



Currently dcvs load is initialised to dtsi table entry which is
breaking DCVS functionality. Removing this initialization to
resolve the issue.

Change-Id: Ief8a9b2f6ce0d7a064a7324e7f9dec2c8dacaaea
Signed-off-by: default avatarDeepak Kushwah <dkushwah@codeaurora.org>
parent b8974c4b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
/* Copyright (c) 2014 - 2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014 - 2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -95,7 +95,6 @@ static void msm_dcvs_update_dcvs_params(int idx, struct msm_vidc_inst *inst)
	res = &inst->core->resources;
	table = res->dcvs_tbl;

	dcvs->load = table[idx].load;
	dcvs->load_low = table[idx].load_low;
	dcvs->load_high = table[idx].load_high;
	dcvs->supported_codecs = table[idx].supported_codecs;