gpu: nvgpu: support gr_exception_mme_fe1 error

Add GPU_PGRAPH_MME_FE1_EXCEPTION definition to
report the gr_exception_mme_fe1 error.

Jira NVGPU-5226

Signed-off-by: Vinod G <vinodg@nvidia.com>
Change-Id: I963586f8335ea99159e379b260679f060c2cf3c9
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2326228
Reviewed-by: automaticguardword <automaticguardword@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Reviewed-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Vinod G
2020-04-08 16:01:24 -07:00
committed by Alex Waterman
parent 8a94781aa9
commit 4ffcc14e90

View File

@@ -191,6 +191,7 @@ struct ctxsw_err_info {
#define GPU_PGRAPH_MPC_EXCEPTION (9U)
#define GPU_PGRAPH_ILLEGAL_ERROR (10U)
#define GPU_PGRAPH_GPC_GFX_EXCEPTION (11U)
#define GPU_PGRAPH_MME_FE1_EXCEPTION (12U)
/** Sub-errors in GPU_PGRAPH_BE_EXCEPTION. */
#define GPU_PGRAPH_BE_EXCEPTION_CROP (0U)