gpu: nvgpu: update fuse gops

Update gops.fuse to include nvgpu_next fields.

Jira NVGPU-8186

Change-Id: I826ec73a8b96d24e4ae2eb30dfa0ba775cfa5220
Signed-off-by: Antony Clince Alex <aalex@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2696681
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Antony Clince Alex
2022-04-13 04:49:17 +00:00
committed by mobile promotions
parent 2710721e63
commit e95843bb57

View File

@@ -275,6 +275,10 @@ struct gops_fuse {
#if defined(CONFIG_NVGPU_HAL_NON_FUSA)
void (*write_feature_override_ecc)(struct gk20a *g, u32 val);
void (*write_feature_override_ecc_1)(struct gk20a *g, u32 val);
#endif
#if defined(CONFIG_NVGPU_NEXT) && defined(CONFIG_NVGPU_HAL_NON_FUSA)
#include "gops/nvgpu_next_fuse.h"
#endif
/** @endcond DOXYGEN_SHOULD_SKIP_THIS */
};