Browse Source

video: driver: remove redundant entry for STAGE

remove redundant entry for STAGE in cliff DB.

Change-Id: Id640ee48dec26851ba18cd472077b0e75f367496
Signed-off-by: Vikash Garodia <[email protected]>
Vikash Garodia 1 year ago
parent
commit
287b84428d
1 changed files with 1 additions and 11 deletions
  1. 1 11
      driver/platform/cliffs/src/cliffs.c

+ 1 - 11
driver/platform/cliffs/src/cliffs.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 #include <soc/qcom/of_common.h>
@@ -1657,16 +1657,6 @@ static struct msm_platform_inst_cap_dependency instance_cap_dependency_data_clif
 		NULL,
 		msm_vidc_set_stage},
 
-	{STAGE, ENC, H264 | HEVC,
-		{0},
-		NULL,
-		msm_vidc_set_stage},
-
-	{STAGE, DEC, H264 | HEVC | VP9,
-		{0},
-		NULL,
-		msm_vidc_set_stage},
-
 	{PIPE, DEC | ENC, CODECS_ALL,
 		{0},
 		NULL,