Browse Source

msm: eva: Update HFI snapshot cmd macros

Update KMD copy of HFI macros for snapshot
set, release, and notify commands to align
with the latest HFI Common Lib.

Change-Id: I572dff24630a28da256aa8a0877badf04ee30105
Signed-off-by: Sabharsh Sidhu <[email protected]>
Sabharsh Sidhu 2 years ago
parent
commit
d9847b8714
1 changed files with 4 additions and 3 deletions
  1. 4 3
      msm/eva/cvp_hfi.h

+ 4 - 3
msm/eva/cvp_hfi.h

@@ -1,6 +1,7 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
 /*
  * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
  * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
  */
  */
 
 
 #ifndef __H_CVP_HFI_H__
 #ifndef __H_CVP_HFI_H__
@@ -252,11 +253,11 @@
 #define  HFI_MSG_SESSION_CVP_WARP_DS_PARAMS\
 #define  HFI_MSG_SESSION_CVP_WARP_DS_PARAMS\
 	(HFI_MSG_SESSION_CVP_START + 0x041)
 	(HFI_MSG_SESSION_CVP_START + 0x041)
 #define  HFI_MSG_SESSION_CVP_SET_SNAPSHOT_BUFFERS\
 #define  HFI_MSG_SESSION_CVP_SET_SNAPSHOT_BUFFERS\
-	(HFI_MSG_SESSION_CVP_START + 0x042)
+	(HFI_MSG_SESSION_CVP_START + 0x045)
 #define  HFI_MSG_SESSION_CVP_RELEASE_SNAPSHOT_BUFFERS\
 #define  HFI_MSG_SESSION_CVP_RELEASE_SNAPSHOT_BUFFERS\
-	(HFI_MSG_SESSION_CVP_START + 0x043)
+	(HFI_MSG_SESSION_CVP_START + 0x046)
 #define  HFI_MSG_EVENT_NOTIFY_SNAPSHOT_READY\
 #define  HFI_MSG_EVENT_NOTIFY_SNAPSHOT_READY\
-	(HFI_MSG_SESSION_CVP_START + 0x044)
+	(HFI_MSG_SESSION_CVP_START + 0x047)
 
 
 #define HFI_MSG_SESSION_CVP_FLUSH\
 #define HFI_MSG_SESSION_CVP_FLUSH\
 	(HFI_MSG_SESSION_CVP_START + 0x004A)
 	(HFI_MSG_SESSION_CVP_START + 0x004A)