From b10547792b8a4982d9e7059da2e826564ebc4475 Mon Sep 17 00:00:00 2001 From: Debarshi Dutta Date: Wed, 14 Aug 2019 09:17:09 +0530 Subject: [PATCH] gpu: nvgpu: move CONFIG_NVGPU_FIFO_ENGINE_ACTIVITY outside safe build move CONFIG_NVGPU_FIFO_ENGINE_ACTIVITY outside safe build as this config is only called for linux specific builds. Bug 200538092 Change-Id: I43602ca502ddbc35188f7b17dc806be72f48e1e8 Signed-off-by: Debarshi Dutta Reviewed-on: https://git-master.nvidia.com/r/2174906 Reviewed-by: Deepak Nibade GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Makefile.shared.configs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/nvgpu/Makefile.shared.configs b/drivers/gpu/nvgpu/Makefile.shared.configs index c593a9499..5894bf097 100644 --- a/drivers/gpu/nvgpu/Makefile.shared.configs +++ b/drivers/gpu/nvgpu/Makefile.shared.configs @@ -80,8 +80,6 @@ NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_KERNEL_MODE_SUBMIT # Enable fences for safety build till until we switch to user mode submits only CONFIG_NVGPU_FENCE := 1 -NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_FIFO_ENGINE_ACTIVITY - # Enable Channel/TSG Scheduling for safety build until devctl whitelisting is done CONFIG_NVGPU_CHANNEL_TSG_SCHEDULING := 1 NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_CHANNEL_TSG_SCHEDULING @@ -201,6 +199,8 @@ NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_SW_SEMAPHORE CONFIG_NVGPU_USE_POWERGATE_LIB := 1 NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_USE_POWERGATE_LIB +NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_FIFO_ENGINE_ACTIVITY + endif endif