mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: compile out CE from safety build
Now that VIDMEM support is compiled out from safety build, let us compile out CE support as well. JIRA NVGPU-3524 JIRA NVGPU-3646 Change-Id: If30e85f78c62917b99d26e5c502df3aada3e5841 Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2136433 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit 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
a16cc2dde3
commit
e60a381a39
@@ -79,10 +79,6 @@ NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_USERD
|
||||
# Enable Channel WDT for safety build until we switch to user mode submits only
|
||||
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_CHANNEL_WDT
|
||||
|
||||
# Enable CE support for safety build until we remove Vidmem clear support.
|
||||
CONFIG_NVGPU_CE := 1
|
||||
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_CE
|
||||
|
||||
# Enable Grpahics support for safety build until we switch to compute only
|
||||
CONFIG_NVGPU_GRAPHICS := 1
|
||||
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_GRAPHICS
|
||||
@@ -155,5 +151,8 @@ NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_SIM
|
||||
CONFIG_NVGPU_COMPRESSION := 1
|
||||
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_COMPRESSION
|
||||
|
||||
CONFIG_NVGPU_CE := 1
|
||||
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_CE
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user