Lines Matching +full:mt8195 +full:- +full:mdp3 +full:- +full:hdr
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Ping-Hsun Wu <ping-hsun.wu@mediatek.com>
14 #include "mtk-mdp3-type.h"
16 /* ISP-MDP generic input information */
75 u32 flags; /* HDR, DRE, dither */
82 u32 flags; /* H-flip, sharpness, dither */
120 #define MT8195 8195 macro
124 #define _CFG_OFST(plat, cfg, ofst) ((void *)(&((cfg)->config_##plat) + (ofst)))
128 #define _CFG_ADDR(plat, cfg, mem) (&((cfg)->config_##plat.mem))
132 #define _CFG_GET(plat, cfg, mem) ((cfg)->config_##plat.mem)
136 #define _CFG_COMP(plat, comp, mem) ((comp)->comp_##plat.mem)