Searched +full:mt8195 +full:- +full:mdp3 +full:- +full:hdr (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/media/ |
H A D | mediatek,mdp3-hdr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/mediatek,mdp3-hdr.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MediaTek Media Data Path 3 HDR 10 - Matthias Brugger <matthias.bgg@gmail.com> 11 - Moudy Ho <moudy.ho@mediatek.com> 14 A Media Data Path 3 (MDP3) component used to perform conversion from 15 High Dynamic Range (HDR) to Standard Dynamic Range (SDR). 20 - mediatek,mt8195-mdp3-hdr [all …]
|
/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-img-ipi.h | 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) [all …]
|