summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-02 08:27:00 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-02 08:26:59 -0800
commit892273039e5309270627ab60f9a56f72f1530e3b (patch)
tree1dfa75a442d41d4285c76d398b57356ee7a69784 /drivers
parent3ad6b7e9f43bd9623c3373b39549f42b481fcd5d (diff)
parent9d3fe436e0385352fad6ddcde10206638d8b27ac (diff)
Merge "msm: vidc: Initialize DCVS load properly"
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/platform/msm/vidc/msm_vidc_dcvs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/msm/vidc/msm_vidc_dcvs.c b/drivers/media/platform/msm/vidc/msm_vidc_dcvs.c
index 65f70d901f2a..3e269576c126 100644
--- a/drivers/media/platform/msm/vidc/msm_vidc_dcvs.c
+++ b/drivers/media/platform/msm/vidc/msm_vidc_dcvs.c
@@ -225,7 +225,7 @@ void msm_dcvs_init_load(struct msm_vidc_inst *inst)
core = inst->core;
dcvs = &inst->dcvs;
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;
table = res->dcvs_tbl;