Merge "msm: vidc: enable DCVS for non realtime sessions"

This commit is contained in:
qctecmdr
2023-02-09 17:47:32 -08:00
committed by Gerrit - the friendly Code Review server
3 changed files with 12 additions and 9 deletions

View File

@@ -2707,12 +2707,6 @@ void msm_vidc_allow_dcvs(struct msm_vidc_inst *inst)
goto exit;
}
allow = is_realtime_session(inst);
if (!allow) {
i_vpr_h(inst, "%s: non-realtime session\n", __func__);
goto exit;
}
allow = !is_critical_priority_session(inst);
if (!allow) {
i_vpr_h(inst, "%s: critical priority session\n", __func__);