mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
gpu: nvgpu: vgpu: do not support virt for safety build
Safety build configuration supports iGPU in passthrough mode only. Jira GVSCI-517 Change-Id: I37f2c7f88fa8b13d9a87380354c61d5390bdc69c Signed-off-by: Aparna Das <aparnad@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2119614 GVS: Gerrit_Virtual_Submit Reviewed-by: Richard Zhao <rizhao@nvidia.com> Reviewed-by: Sagar Kamble <skamble@nvidia.com> Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@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
mobile promotions
parent
5ab6f3a593
commit
846403c045
@@ -25,13 +25,9 @@
|
||||
# variable NVGPU_COMMON_CFLAGS that needs to be used by the parent Makefile
|
||||
# to update corresponding cflags variable.
|
||||
|
||||
# Support iGPU Virt for safety build until rmserver dependency is resolved
|
||||
IGPU_VIRT_SUPPORT := 1
|
||||
NVGPU_COMMON_CFLAGS := -DIGPU_VIRT_SUPPORT
|
||||
|
||||
# Enable debugger APIs for safety build until devctl whitelisting is done
|
||||
NVGPU_DEBUGGER := 1
|
||||
NVGPU_COMMON_CFLAGS += -DNVGPU_DEBUGGER
|
||||
NVGPU_COMMON_CFLAGS := -DNVGPU_DEBUGGER
|
||||
|
||||
# Enable USERD for safety build until we switch to user mode submits only
|
||||
NVGPU_COMMON_CFLAGS += -DNVGPU_USERD
|
||||
@@ -52,4 +48,7 @@ NVGPU_COMMON_CFLAGS += -DNVGPU_DGPU_SUPPORT
|
||||
ifeq ($(NV_BUILD_CONFIGURATION_IS_SAFETY),0)
|
||||
NVGPU_FECS_TRACE_SUPPORT := 1
|
||||
NVGPU_COMMON_CFLAGS += -DCONFIG_GK20A_CTXSW_TRACE
|
||||
|
||||
IGPU_VIRT_SUPPORT := 1
|
||||
NV_COMPONENT_CFLAGS += -DIGPU_VIRT_SUPPORT
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user