Parcourir la source

qcacld-3.0: CL- 1439678 - update fw common interface files

Add qtimer to TSF capture request and response WMI messages/event.

CRs-Fixed: 962166
Change-Id: Ia10eca66cfbff821ef1f4c03a0fb964d504d53a2
Govind Singh il y a 9 ans
Parent
commit
d2970e3861
2 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 5 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 5 - 0
target/inc/wmi_unified.h

@@ -11966,6 +11966,7 @@ typedef enum {
 	TSF_TSTAMP_CAPTURE_REQ = 1,
 	TSF_TSTAMP_CAPTURE_RESET = 2,
 	TSF_TSTAMP_READ_VALUE = 3,
+	TSF_TSTAMP_QTIMER_CAPTURE_REQ = 4,
 } wmi_tsf_tstamp_action;
 
 typedef struct {
@@ -11976,6 +11977,10 @@ typedef struct {
 	A_UINT32 vdev_id;
 	/* action type, refer to wmi_tsf_tstamp_action */
 	A_UINT32 tsf_action;
+	/* low 32 bits of qtimer */
+	A_UINT32 qtimer_low;
+	/* high 32 bits of qtimer */
+	A_UINT32 qtimer_high;
 } wmi_vdev_tsf_tstamp_action_cmd_fixed_param;
 
 typedef struct {

+ 1 - 1
target/inc/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_ 192
+#define __WMI_REVISION_ 194
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work