Home
last modified time | relevance | path

Searched +full:mt8183 +full:- +full:mdp3 +full:- +full:rdma (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/media/
Dmediatek,mdp3-rdma.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/mediatek,mdp3-rdma.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Matthias Brugger <matthias.bgg@gmail.com>
11 - Moudy Ho <moudy.ho@mediatek.com>
14 MediaTek Read Direct Memory Access(RDMA) component used to do read DMA.
24 - const: mediatek,mt8183-mdp3-rdma
29 mediatek,gce-client-reg:
30 $ref: '/schemas/types.yaml#/definitions/phandle-array'
[all …]
/Linux-v6.1/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-comp.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Author: Ping-Hsun Wu <ping-hsun.wu@mediatek.com>
11 #include "mtk-mdp3-comp.h"
12 #include "mtk-mdp3-core.h"
13 #include "mtk-mdp3-regs.h"
29 return ctx->comp->mdp_dev->mdp_data->mdp_cfg; in __get_plat_cfg()
36 if (mdp_cfg && mdp_cfg->rdma_rsz1_sram_sharing) in get_comp_flag()
37 if (ctx->comp->id == MDP_COMP_RDMA0) in get_comp_flag()
40 return BIT(ctx->comp->id); in get_comp_flag()
46 phys_addr_t base = ctx->comp->reg_base; in init_rdma()
[all …]
Dmtk-mdp3-core.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Author: Ping-Hsun Wu <ping-hsun.wu@mediatek.com>
14 #include <media/videobuf2-dma-contig.h>
15 #include "mtk-mdp3-core.h"
16 #include "mtk-mdp3-m2m.h"
27 [MDP_INFRA_MMSYS] = { .compatible = "mediatek,mt8183-mmsys" },
28 [MDP_INFRA_MUTEX] = { .compatible = "mediatek,mt8183-disp-mutex" },
29 [MDP_INFRA_SCP] = { .compatible = "mediatek,mt8183-scp" }
50 { .compatible = "mediatek,mt8183-mdp3-rdma",
69 dev_err(&pdev->dev, "Illegal infra id %d\n", id); in __get_pdev_by_id()
[all …]
/Linux-v6.1/arch/arm64/boot/dts/mediatek/
Dmt8183.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
8 #include <dt-bindings/clock/mt8183-clk.h>
9 #include <dt-bindings/gce/mt8183-gce.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
12 #include <dt-bindings/memory/mt8183-larb-port.h>
13 #include <dt-bindings/power/mt8183-power.h>
14 #include <dt-bindings/reset/mt8183-resets.h>
15 #include <dt-bindings/phy/phy.h>
16 #include <dt-bindings/thermal/thermal.h>
[all …]