mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
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:
committed by
mobile promotions
parent
2710721e63
commit
e95843bb57
@@ -275,6 +275,10 @@ struct gops_fuse {
|
|||||||
#if defined(CONFIG_NVGPU_HAL_NON_FUSA)
|
#if defined(CONFIG_NVGPU_HAL_NON_FUSA)
|
||||||
void (*write_feature_override_ecc)(struct gk20a *g, u32 val);
|
void (*write_feature_override_ecc)(struct gk20a *g, u32 val);
|
||||||
void (*write_feature_override_ecc_1)(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
|
#endif
|
||||||
/** @endcond DOXYGEN_SHOULD_SKIP_THIS */
|
/** @endcond DOXYGEN_SHOULD_SKIP_THIS */
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user