浏览代码

Merge fc61a3ebcd49d27895d5e6b20b307ed9ab8cc58b on remote branch

Change-Id: I0675b3fe1e6c750170b1fdb569311cf366633d47
Linux Build Service Account 1 年之前
父节点
当前提交
0bfd1f8ac6
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      driver/src/mmrm_internal.c

+ 4 - 3
driver/src/mmrm_internal.c

@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 #include <linux/types.h>
@@ -21,7 +22,7 @@ static struct mmrm_common_data common_pt_data[] = {
 static struct mmrm_throttle_clients_data common_pt_throttle_clients_data[] = {
 	{
 		.domain = MMRM_CLIENT_DOMAIN_DISPLAY,
-		.id = 0x3d,
+		.id = 0x3e,
 	},
 	{
 		.domain = MMRM_CLIENT_DOMAIN_VIDEO,
@@ -29,11 +30,11 @@ static struct mmrm_throttle_clients_data common_pt_throttle_clients_data[] = {
 	},
 	{
 		.domain = MMRM_CLIENT_DOMAIN_CAMERA,
-		.id = 0x46,
+		.id = 0x58,
 	},
 	{
 		.domain = MMRM_CLIENT_DOMAIN_CVP,
-		.id = 0x08,
+		.id = 0x0a,
 	},
 	{
 		.domain = MMRM_CLIENT_DOMAIN_CAMERA,