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)