mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user