Skip to content

Commit

Permalink
fix: change mpam min bw prompt default to 100
Browse files Browse the repository at this point in the history
As per MPAM TRM doc both min and max bw should default to 100

Signed-off-by: Aabhas Mathur <aabhasm@nvidia.com>
Reviewed-by: Ashish Singhal <ashishsingha@nvidia.com>
Tested-by: Ashish Singhal <ashishsingha@nvidia.com>
  • Loading branch information
Aabhas Mathur authored and jgarver committed Jan 14, 2025
1 parent 14f3e7b commit 4b2b87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Silicon/NVIDIA/Drivers/NvidiaConfigDxe/NvidiaConfigHii.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @file
* Nvidia Configuration Dxe
*
* SPDX-FileCopyrightText: Copyright (c) 2020-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-FileCopyrightText: Copyright (c) 2020-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2017, Linaro Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
Expand Down Expand Up @@ -1242,7 +1242,7 @@ typedef struct {
minimum = 0, \
maximum = 100, \
step = 1, \
default = 0, \
default = 100, \
endnumeric; \
endif; \
endform;
Expand Down

0 comments on commit 4b2b87c

Please sign in to comment.