浏览代码

video: driver: iris33: treat NOC error as fatal

Treat NOC error (which is a result of pagefault) as
fatal error to and get more debug info to resolve the
pagefault issue.

Change-Id: I3a1cd99fea680a941788d1bc8ea586bf0ff29365
Signed-off-by: Maheshwar Ajja <[email protected]>
Maheshwar Ajja 2 年之前
父节点
当前提交
0d3b2165bd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      driver/variant/iris33/src/msm_vidc_iris33.c

+ 1 - 0
driver/variant/iris33/src/msm_vidc_iris33.c

@@ -962,6 +962,7 @@ static int __noc_error_info_iris33(struct msm_vidc_core *core)
 
 fail_deassert_xo_reset:
 fail_assert_xo_reset:
+	MSM_VIDC_FATAL(true);
 	return rc;
 }