|
@@ -935,12 +935,14 @@
|
|
|
* <ini>
|
|
|
* pcie_config - Ini to control pcie gen and lane params
|
|
|
* @Min: 0
|
|
|
- * @Max: 1
|
|
|
+ * @Max: 3
|
|
|
* @Default: 0
|
|
|
*
|
|
|
* This ini is used to control to pcie gen and lane params
|
|
|
* 0 - FW controlled
|
|
|
* 1 - Force PCIe Gen and lane to max supported value
|
|
|
+ * 2 - Configure PCIE Gen and Lane based on MCS and BW
|
|
|
+ * 3 - Configure PCIE Gen and Lane based on TXRX tput using traffic monitor
|
|
|
*
|
|
|
* Related: g_enable_pci_gen
|
|
|
*
|
|
@@ -953,7 +955,7 @@
|
|
|
#define CFG_PCIE_CONFIG CFG_INI_UINT( \
|
|
|
"pcie_config", \
|
|
|
0, \
|
|
|
- 1, \
|
|
|
+ 3, \
|
|
|
0, \
|
|
|
CFG_VALUE_OR_DEFAULT, \
|
|
|
"to control pcie gen and lane")
|