Home
last modified time | relevance | path

Searched +full:r9a07g044 +full:- +full:du (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/display/
Drenesas,rzg2l-du.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/renesas,rzg2l-du.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas RZ/G2L Display Unit (DU)
10 - Biju Das <biju.das.jz@bp.renesas.com>
11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
20 - enum:
21 - renesas,r9a07g043u-du # RZ/G2UL
22 - renesas,r9a07g044-du # RZ/G2{L,LC}
[all …]
/linux-6.12.1/drivers/gpu/drm/renesas/rz-du/
Drzg2l_du_drv.c1 // SPDX-License-Identifier: GPL-2.0+
10 #include <linux/dma-mapping.h>
24 /* -----------------------------------------------------------------------------
53 { .compatible = "renesas,r9a07g043u-du", .data = &rzg2l_du_r9a07g043u_info },
54 { .compatible = "renesas,r9a07g044-du", .data = &rzg2l_du_r9a07g044_info },
73 /* -----------------------------------------------------------------------------
83 .name = "rzg2l-du",
90 /* -----------------------------------------------------------------------------
97 struct drm_device *ddev = &rcdu->ddev; in rzg2l_du_remove()
109 drm_atomic_helper_shutdown(&rcdu->ddev); in rzg2l_du_shutdown()
[all …]
/linux-6.12.1/arch/arm64/boot/dts/renesas/
Dr9a07g044.dtsi1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/clock/r9a07g044-cpg.h>
12 compatible = "renesas,r9a07g044";
13 #address-cells = <2>;
14 #size-cells = <2>;
16 audio_clk1: audio1-clk {
17 compatible = "fixed-clock";
18 #clock-cells = <0>;
20 clock-frequency = <0>;
[all …]
Dr9a07g054.dtsi1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/clock/r9a07g054-cpg.h>
13 #address-cells = <2>;
14 #size-cells = <2>;
16 audio_clk1: audio1-clk {
17 compatible = "fixed-clock";
18 #clock-cells = <0>;
20 clock-frequency = <0>;
23 audio_clk2: audio2-clk {
[all …]
Dr9a07g043u.dtsi1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
16 #address-cells = <1>;
17 #size-cells = <0>;
20 compatible = "arm,cortex-a55";
23 #cooling-cells = <2>;
24 next-level-cache = <&L3_CA55>;
25 enable-method = "psci";
27 operating-points-v2 = <&cluster0_opp>;
30 L3_CA55: cache-controller-0 {
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/soc/renesas/
Drenesas-soc.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/soc/renesas/renesas-soc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Geert Uytterhoeven <geert+renesas@glider.be>
11 - Niklas Söderlund <niklas.soderlund@ragnatech.se>
16 renesas,SoC-IP
19 renesas,r8a77965-csi2
28 pattern: "^renesas,.+-.+$"
30 - compatible
[all …]
/linux-6.12.1/drivers/media/platform/renesas/vsp1/
Dvsp1_drv.c1 // SPDX-License-Identifier: GPL-2.0+
3 * vsp1_drv.c -- R-Car VSP1 Driver
5 * Copyright (C) 2013-2015 Renesas Electronics Corporation
21 #include <media/rcar-fcp.h>
22 #include <media/v4l2-subdev.h>
41 /* -----------------------------------------------------------------------------
54 for (i = 0; i < vsp1->info->wpf_count; ++i) { in vsp1_irq_handler()
55 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_irq_handler()
63 if ((status & VI6_WPF_IRQ_STA_UND) && wpf->entity.pipe) { in vsp1_irq_handler()
64 wpf->entity.pipe->underrun_count++; in vsp1_irq_handler()
[all …]