/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2022 MediaTek Inc. * Author: Ping-Hsun Wu <[email protected]> */ #ifndef __MDP_REG_OVL_H__ #define __MDP_REG_OVL_H__ #define MDP_OVL_EN … #define MDP_OVL_ROI_SIZE … #define MDP_OVL_DP_CON … #define MDP_OVL_SRC_CON … #define MDP_OVL_L0_CON … #define MDP_OVL_L0_SRC_SIZE … /* MASK */ #define MDP_OVL_DP_CON_MASK … #define MDP_OVL_EN_MASK … #define MDP_OVL_L0_CON_MASK … #define MDP_OVL_L0_SRC_SIZE_MASK … #define MDP_OVL_ROI_SIZE_MASK … #define MDP_OVL_SRC_CON_MASK … #endif //__MDP_REG_OVL_H__