Переглянути джерело

fw-api: CL 12429120 - update fw common interface files

add WMI_PDEV_PARAM_MPD_USERPD_SSR def

Change-Id: If7bca2a8e9b7cf206ce3ec3ee5e47b1e4d825df5
CRs-Fixed: 2262693
spuligil 4 роки тому
батько
коміт
329b00f229
2 змінених файлів з 4 додано та 1 видалено
  1. 3 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 3 - 0
fw/wmi_unified.h

@@ -7137,6 +7137,9 @@ typedef enum {
     /* Param to enable low latency mode */
     WMI_PDEV_PARAM_LOW_LATENCY_SCHED_MODE,
 
+    /* Param to enable per USERPD SSR - for MultiPD enabled chips */
+    WMI_PDEV_PARAM_MPD_USERPD_SSR,
+
 } WMI_PDEV_PARAM;
 
 #define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 939
+#define __WMI_REVISION_ 940
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work