From 4ffcc14e9018738d6884472fa1ff6cacf07a4761 Mon Sep 17 00:00:00 2001 From: Vinod G Date: Wed, 8 Apr 2020 16:01:24 -0700 Subject: [PATCH] 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 Change-Id: I963586f8335ea99159e379b260679f060c2cf3c9 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2326228 Reviewed-by: automaticguardword Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Seshendra Gadagottu Reviewed-by: Deepak Nibade Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/include/nvgpu/nvgpu_err.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/nvgpu/include/nvgpu/nvgpu_err.h b/drivers/gpu/nvgpu/include/nvgpu/nvgpu_err.h index 072e88764..5aa7b5fc0 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/nvgpu_err.h +++ b/drivers/gpu/nvgpu/include/nvgpu/nvgpu_err.h @@ -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)