mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
gpu: nvgpu: add flag to enable the usage of 3lss error injection support
This patch introduces the flag CONFIG_NVGPU_3LSS_ERR_INJECTION to enable the usage of 3lss error injection support in non-safety build (DEV PCT). JIRA ESS-4206 Change-Id: I9081d6073e66d3657b4cf8b5ee691f031555739a Signed-off-by: Rajesh Devaraj <rdevaraj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2247708 Reviewed-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-by: Raghuram Kothakota <rkothakota@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Ankur Kishore <ankkishore@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
2a81cea0e0
commit
b5acb44f2f
@@ -114,6 +114,10 @@ NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_FECS_TRACE
|
||||
CONFIG_NVGPU_IGPU_VIRT := 1
|
||||
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_IGPU_VIRT
|
||||
|
||||
# Enable the usage of 3LSS error injection features.
|
||||
CONFIG_NVGPU_USE_3LSS_ERR_INJECTION := 1
|
||||
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_USE_3LSS_ERR_INJECTION
|
||||
|
||||
# Enable Graphics support for normal build
|
||||
CONFIG_NVGPU_GRAPHICS := 1
|
||||
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_GRAPHICS
|
||||
|
||||
Reference in New Issue
Block a user