1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-09-26 19:04:54 +00:00
Files
a155-U-u1/kernel-5.10/drivers/misc/mediatek/vcp/rv/vcp_reservedmem_define.h
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

64 lines
961 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2020 MediaTek Inc.
*/
#ifndef __VCP_RESERVEDMEM_DEFINE_H__
#define __VCP_RESERVEDMEM_DEFINE_H__
static struct vcp_reserve_mblock vcp_reserve_mblock[] = {
{
.num = VDEC_MEM_ID,
.start_phys = 0x0,
.start_virt = 0x0,
.size = 0x0,
},
{
.num = VENC_MEM_ID,
.start_phys = 0x0,
.start_virt = 0x0,
.size = 0x0,
},
{
.num = VCP_A_LOGGER_MEM_ID,
.start_phys = 0x0,
.start_virt = 0x0,
.size = 0x0,
},
{
.num = VDEC_SET_PROP_MEM_ID,
.start_phys = 0x0,
.start_virt = 0x0,
.size = 0x0,
},
{
.num = VENC_SET_PROP_MEM_ID,
.start_phys = 0x0,
.start_virt = 0x0,
.size = 0x0,
},
{
.num = VDEC_VCP_LOG_INFO_ID,
.start_phys = 0x0,
.start_virt = 0x0,
.size = 0x0,
},
{
.num = VENC_VCP_LOG_INFO_ID,
.start_phys = 0x0,
.start_virt = 0x0,
.size = 0x0,
},
{
.num = GCE_MEM_ID,
.start_phys = 0x0,
.start_virt = 0x0,
.size = 0x0,
},
};
#endif