mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: Makefile: Enabling gsp sched flag
Bug 3935433 Change-Id: Ib265adf561a09ede25d481f13e9c06b773976030 Signed-off-by: vivekku <vivekku@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2860795 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
9773e7ca68
commit
da78da60f3
@@ -71,10 +71,8 @@ endif
|
|||||||
# Support for remap
|
# Support for remap
|
||||||
CONFIG_NVGPU_REMAP := y
|
CONFIG_NVGPU_REMAP := y
|
||||||
|
|
||||||
ifeq ($(NV_BUILD_SYSTEM_TYPE),embedded-linux)
|
|
||||||
# Enable gsp scheduler support
|
# Enable gsp scheduler support
|
||||||
CONFIG_NVGPU_GSP_SCHEDULER := y
|
CONFIG_NVGPU_GSP_SCHEDULER := y
|
||||||
endif
|
|
||||||
|
|
||||||
#Enable stress test for GSP
|
#Enable stress test for GSP
|
||||||
ifeq ($(CONFIG_NVGPU_GSP_SCHEDULER),y)
|
ifeq ($(CONFIG_NVGPU_GSP_SCHEDULER),y)
|
||||||
@@ -209,16 +207,8 @@ else
|
|||||||
CONFIG_NVGPU_SYNCFD_NONE := y
|
CONFIG_NVGPU_SYNCFD_NONE := y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Below check indicates the build is invoked from Nvidia's
|
|
||||||
# internal build system.
|
|
||||||
ifneq ($(NV_BUILD_KERNEL_OPTIONS),)
|
|
||||||
|
|
||||||
ifeq ($(NV_BUILD_SYSTEM_TYPE),embedded-linux)
|
|
||||||
CONFIG_NVS_ROUND_ROBIN_SCHEDULER_DISABLE := y
|
CONFIG_NVS_ROUND_ROBIN_SCHEDULER_DISABLE := y
|
||||||
ccflags-y += -DCONFIG_NVS_ROUND_ROBIN_SCHEDULER_DISABLE
|
ccflags-y += -DCONFIG_NVS_ROUND_ROBIN_SCHEDULER_DISABLE
|
||||||
endif
|
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Set config for OOT module build
|
# Set config for OOT module build
|
||||||
ifeq ($(CONFIG_TEGRA_OOT_MODULE),m)
|
ifeq ($(CONFIG_TEGRA_OOT_MODULE),m)
|
||||||
|
|||||||
Reference in New Issue
Block a user