qcacld-3.0: Configure CFG_PCIE_CONFIG INI

Configure PCIE Gen Speed and Lane width INI based on the
MCS, BW and TXRX throughput using traffic monitor.

Change-Id: Ie899033dfe54dea1533b47b895bda52deb12d0e9
CRs-Fixed: 3532028
Dieser Commit ist enthalten in:
Aravind Kishore Sukla
2023-06-13 12:15:49 +05:30
committet von Rahul Choudhary
Ursprung 59c0108fe6
Commit 7537b591b0

Datei anzeigen

@@ -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")