Merge "msm: vidc: Initialize DCVS load properly"

This commit is contained in:
Linux Build Service Account 2017-03-02 08:27:00 -08:00 committed by Gerrit - the friendly Code Review server
commit 892273039e

View file

@ -225,7 +225,7 @@ void msm_dcvs_init_load(struct msm_vidc_inst *inst)
core = inst->core; core = inst->core;
dcvs = &inst->dcvs; dcvs = &inst->dcvs;
res = &core->resources; res = &core->resources;
dcvs->load = msm_comm_get_inst_load(inst, LOAD_CALC_NO_QUIRKS); dcvs->load = msm_comm_get_inst_load(inst, LOAD_CALC_IGNORE_TURBO_LOAD);
num_rows = res->dcvs_tbl_size; num_rows = res->dcvs_tbl_size;
table = res->dcvs_tbl; table = res->dcvs_tbl;