gpu: nvgpu: support feature_override for nvgpu-next

Jira NVGPU-4667

Signed-off-by: vinodg <vinodg@nvidia.com>
Change-Id: I5dc64b874acf691c6a77dcda6c66c119dbc0092c
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2324880
Reviewed-by: automaticguardword <automaticguardword@nvidia.com>
Reviewed-by: Seema Khowala <seemaj@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
vinodg
2020-04-06 18:39:29 -07:00
committed by Alex Waterman
parent e4285740a4
commit df896cd3c7
2 changed files with 8 additions and 0 deletions

View File

@@ -32,6 +32,10 @@ struct gk20a;
#include <nvgpu/types.h>
#include <nvgpu/errno.h>
#if defined(CONFIG_NVGPU_NON_FUSA) && defined(CONFIG_NVGPU_NEXT)
#include "include/nvgpu/nvgpu_next_fuse.h"
#endif
#ifdef CONFIG_NVGPU_TEGRA_FUSE
#ifdef CONFIG_NVGPU_NON_FUSA

View File

@@ -32,6 +32,10 @@
*/
struct gk20a;
#if defined(CONFIG_NVGPU_HAL_NON_FUSA) && defined(CONFIG_NVGPU_NEXT)
struct nvgpu_fuse_feature_override_ecc;
#endif
/**
* Fuse HAL operations.
*