msm: eva: Add SSR counter
Support configurable number of SSR tolerance before calling BUG_ON in SMMU fault scenario. Change-Id: I19dabbeaa1cf5be86f42a6ace62ef5da12743e79 Signed-off-by: George Shen <sqiao@codeaurora.org>
This commit is contained in:
@@ -148,6 +148,7 @@ static int msm_cvp_initialize_core(struct platform_device *pdev,
|
||||
INIT_DELAYED_WORK(&core->fw_unload_work, msm_cvp_fw_unload_handler);
|
||||
INIT_WORK(&core->ssr_work, msm_cvp_ssr_handler);
|
||||
init_cycle_info(&core->dyn_clk);
|
||||
core->ssr_count = 0;
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user