Browse Source

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 years ago
parent
commit
0d3b2165bd
1 changed files with 1 additions and 0 deletions
  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;
 }