kernel-brax3-ubuntu-touch/drivers/misc/mediatek/mdp/mdp_base_mt6853.h
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

37 lines
1,018 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2020 MediaTek Inc.
*/
#ifndef __MDP_BASE_H__
#define __MDP_BASE_H__
#define MDP_HW_CHECK
static phys_addr_t mdp_base[ENGBASE_COUNT] = {
[ENGBASE_MMSYS_CONFIG] = 0x1f000000,
[ENGBASE_MDP_RDMA0] = 0x1f003000,
[ENGBASE_MDP_RDMA1] = 0x1f004000,
[ENGBASE_MDP_AAL0] = 0x1f005000,
[ENGBASE_MDP_AAL1] = 0x1f006000,
[ENGBASE_MDP_HDR0] = 0x1f007000,
[ENGBASE_MDP_RSZ0] = 0x1f008000,
[ENGBASE_MDP_RSZ1] = 0x1f009000,
[ENGBASE_MDP_WROT0] = 0x1f00a000,
[ENGBASE_MDP_WROT1] = 0x1f00b000,
[ENGBASE_MDP_TDSHP0] = 0x1f00c000,
[ENGBASE_MDP_TDSHP1] = 0x1f00d000,
[ENGBASE_MDP_COLOR0] = 0x1f00e000,
[ENGBASE_MMSYS_MUTEX] = 0x1f001000,
[ENGBASE_IMGSYS] = 0x15020000,
[ENGBASE_ISP_DIP_A0] = 0x15021000,
[ENGBASE_ISP_DIP_A1] = 0x15022000,
[ENGBASE_ISP_DIP_A7] = 0x15028000,
[ENGBASE_ISP_MSFDL] = 0x15810000,
[ENGBASE_ISP_MSS_B] = 0x15812000,
[ENGBASE_ISP_MFB_B] = 0x15820000,
[ENGBASE_ISP_WPE_A] = 0x15011000,
[ENGBASE_ISP_WPE_B] = 0x15811000,
};
#endif