driver:misc:mods: Increase max mods SMMU devices to 32

- More tested IPs require alloc memory through SMMU

Bug 4467535

Signed-off-by: Koen Zhao <koenz@nvidia.com>
Change-Id: I41ac88d01ecbe640082ba4c70607cb701ad4f3f5
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3067676
Reviewed-by: Chris Dragan <kdragan@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
koenz
2024-02-01 06:29:17 +00:00
committed by mobile promotions
parent 8b4674420e
commit 77f9756fb4

View File

@@ -17,7 +17,7 @@
#include <linux/acpi.h>
#include "mods_internal.h"
#define MODS_MAX_SMMU_DEVICES 16
#define MODS_MAX_SMMU_DEVICES 32
static struct mods_smmu_dev mods_smmu_devs[MODS_MAX_SMMU_DEVICES];
static int mods_smmu_dev_num;