|
@@ -1,7 +1,7 @@
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
|
/*
|
|
|
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*/
|
|
|
|
|
|
#include <dt-bindings/clock/qcom,gcc-kalama.h>
|
|
@@ -445,32 +445,6 @@ static struct msm_platform_inst_capability instance_cap_data_kalama[] = {
|
|
|
|
|
|
{SECURE_MBPF, ENC, HEVC, 36, 36864, 1, 36864},
|
|
|
|
|
|
- /* ((1920 * 1088) / 256) * 480 fps */
|
|
|
- {MBPS, ENC, CODECS_ALL, 64, 3916800, 1, 3916800},
|
|
|
-
|
|
|
- {MBPS, ENC, HEVC, 36, 3916800, 1, 3916800},
|
|
|
-
|
|
|
- /* ((16384x16384)/256)@1fps */
|
|
|
- {MBPS, ENC, HEIC, 36, 1048576, 1, 1048576},
|
|
|
-
|
|
|
- /* ((1920 * 1088) / 256) * 960 fps */
|
|
|
- {MBPS, DEC, CODECS_ALL, 64, 7833600, 1, 7833600},
|
|
|
-
|
|
|
- /* ((4096 * 2304) / 256) * 120 */
|
|
|
- {MBPS, DEC, VP9, 36, 4423680, 1, 4423680},
|
|
|
-
|
|
|
- /* ((8192x8192)/256)@1fps */
|
|
|
- {MBPS, DEC, HEIC, 64, 262144, 1, 262144 },
|
|
|
-
|
|
|
- /* ((4096 * 2304) / 256) * 60 fps */
|
|
|
- {POWER_SAVE_MBPS, ENC, CODECS_ALL, 0, 2211840, 1, 2211840},
|
|
|
-
|
|
|
- /* Enable check mbps for encoder */
|
|
|
- {CHECK_MBPS, ENC, CODECS_ALL, 0, 1, 1, 1},
|
|
|
-
|
|
|
- /* Disable check mbps for encoder */
|
|
|
- {CHECK_MBPS, DEC, CODECS_ALL, 0, 1, 1, 0},
|
|
|
-
|
|
|
{FRAME_RATE, ENC, CODECS_ALL,
|
|
|
(MINIMUM_FPS << 16), (MAXIMUM_FPS << 16),
|
|
|
1, (DEFAULT_FPS << 16),
|