Loading drivers/platform/msm/ipa/ipa_v3/ipa_odl.c +5 −0 Original line number Diff line number Diff line Loading @@ -366,6 +366,11 @@ int ipa3_odl_pipe_open(void) return 0; } if (atomic_read(&ipa3_ctx->is_ssr)) { IPAERR("SSR in progress ODL pipe configuration not allowed\n"); return 0; } memset(&holb_cfg, 0, sizeof(holb_cfg)); holb_cfg.tmr_val = 0; holb_cfg.en = 1; Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_odl.c +5 −0 Original line number Diff line number Diff line Loading @@ -366,6 +366,11 @@ int ipa3_odl_pipe_open(void) return 0; } if (atomic_read(&ipa3_ctx->is_ssr)) { IPAERR("SSR in progress ODL pipe configuration not allowed\n"); return 0; } memset(&holb_cfg, 0, sizeof(holb_cfg)); holb_cfg.tmr_val = 0; holb_cfg.en = 1; Loading