mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
media_module: add vfm_map_id in tunnel mode. [1/1]
PD#SWPL-3789 Problem: local play 4k h265 black/green screen or crash after press home key quit from netfix. Solution: add a vfm_map_id for vfm map in tunnel mode Verify: ampere Change-Id: Ief3f87d9700a5a491827bc4dbbe8366f55987375 Signed-off-by: shihong.zheng <shihong.zheng@amlogic.com>
This commit is contained in:
committed by
Dongjin Kim
parent
b6fbd51188
commit
074cddd284
@@ -1603,6 +1603,8 @@ s32 vdec_init(struct vdec_s *vdec, int is_4k)
|
||||
snprintf(vdec->vfm_map_chain, VDEC_MAP_NAME_SIZE,
|
||||
"%s %s", vdec->vf_provider_name,
|
||||
"amvideo");
|
||||
snprintf(vdec->vfm_map_id, VDEC_MAP_NAME_SIZE,
|
||||
"vdec-map-%d", vdec->id);
|
||||
}
|
||||
|
||||
if (vfm_map_add(vdec->vfm_map_id,
|
||||
|
||||
Reference in New Issue
Block a user