mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user