PD#SWPL-39316
Problem:
vdec driver profile report no_single
Solution:
remove no_single in profile,
becuase single mode can be supportted on SC2
Verify:
AH212
Change-Id: Id5bb11a46d5c65e0417c2c25484334fe471346eb
Signed-off-by: Hui Zhang <hui.zhang@amlogic.com>
}
INIT_REG_NODE_CONFIGS("media.decoder", &vdec_node,
"vdec", vdec_configs, CONFIG_FOR_RW);
- if (get_cpu_major_id() >= AM_MESON_CPU_MAJOR_ID_SC2) {
- amvdec_common_profile.profile = "vdec, no_single";
- }
vcodec_profile_register(&amvdec_common_profile);
vcodec_profile_register(&amvdec_input_profile);