Home
last modified time | relevance | path

Searched full:vsps (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.12.1/drivers/gpu/drm/renesas/rz-du/
Drzg2l_du_kms.c220 const char *vsps_prop_name = "renesas,vsps"; in rzg2l_du_vsps_init()
225 } vsps[RZG2L_DU_MAX_VSPS] = { { NULL, }, }; in rzg2l_du_vsps_init() local
232 * First parse the DT vsps property to populate the list of VSPs. Each in rzg2l_du_vsps_init()
254 if (vsps[j].np == args.np) in rzg2l_du_vsps_init()
261 vsps[vsps_count++].np = args.np; in rzg2l_du_vsps_init()
263 vsps[j].crtcs_mask |= BIT(i); in rzg2l_du_vsps_init()
267 * second cell of the 'renesas,vsps' specifier isn't present, in rzg2l_du_vsps_init()
270 rcdu->crtcs[i].vsp = &rcdu->vsps[j]; in rzg2l_du_vsps_init()
275 * Then initialize all the VSPs from the node pointers and CRTCs bitmask in rzg2l_du_vsps_init()
279 struct rzg2l_du_vsp *vsp = &rcdu->vsps[i]; in rzg2l_du_vsps_init()
[all …]
Drzg2l_du_drv.h68 struct rzg2l_du_vsp vsps[RZG2L_DU_MAX_VSPS]; member
/linux-6.12.1/Documentation/devicetree/bindings/display/
Drenesas,du.yaml86 renesas,vsps:
93 A list of phandle and channel index tuples to the VSPs that handle the
493 renesas,vsps:
501 - renesas,vsps
562 renesas,vsps:
570 - renesas,vsps
631 renesas,vsps:
639 - renesas,vsps
685 renesas,vsps:
693 - renesas,vsps
[all …]
Drenesas,rzg2l-du.yaml66 renesas,vsps:
73 A list of phandle and channel index tuples to the VSPs that handle the
85 - renesas,vsps
134 renesas,vsps = <&vspd0 0>;
/linux-6.12.1/drivers/gpu/drm/renesas/rcar-du/
Drcar_du_kms.c676 const char *vsps_prop_name = "renesas,vsps"; in rcar_du_vsps_init()
681 } vsps[RCAR_DU_MAX_VSPS] = { { NULL, }, }; in rcar_du_vsps_init() local
688 * First parse the DT vsps property to populate the list of VSPs. Each in rcar_du_vsps_init()
695 vsps_prop_name = "vsps"; in rcar_du_vsps_init()
715 if (vsps[j].np == args.np) in rcar_du_vsps_init()
722 vsps[vsps_count++].np = args.np; in rcar_du_vsps_init()
724 vsps[j].crtcs_mask |= BIT(i); in rcar_du_vsps_init()
728 * second cell of the 'renesas,vsps' specifier isn't present, in rcar_du_vsps_init()
731 rcdu->crtcs[i].vsp = &rcdu->vsps[j]; in rcar_du_vsps_init()
736 * Then initialize all the VSPs from the node pointers and CRTCs bitmask in rcar_du_vsps_init()
[all …]
Drcar_du_drv.h110 struct rcar_du_vsp vsps[RCAR_DU_MAX_VSPS]; member
Drcar_du_plane.c665 * VSPS bit in the PnDDCR4 register. Although the datasheet states that in rcar_du_plane_atomic_update()
/linux-6.12.1/arch/arm64/boot/dts/renesas/
Dr9a07g043u.dtsi166 renesas,vsps = <&vspd 0>;
Dr9a07g054.dtsi856 renesas,vsps = <&vspd 0>;
Dr9a07g044.dtsi849 renesas,vsps = <&vspd 0>;
Dr8a77970.dtsi1150 renesas,vsps = <&vspd0 0>;
Dr8a77995.dtsi1368 renesas,vsps = <&vspd0 0>, <&vspd1 0>;
Dr8a77980.dtsi1532 renesas,vsps = <&vspd0 0>;
Dr8a774c0.dtsi1873 renesas,vsps = <&vspd0 0>, <&vspd1 0>;
Dr8a77990.dtsi2037 renesas,vsps = <&vspd0 0>, <&vspd1 0>;
Dr8a779a0.dtsi2479 renesas,vsps = <&vspd0 0>, <&vspd1 0>;
Dr8a779g0.dtsi2201 renesas,vsps = <&vspd0 0>, <&vspd1 0>;
/linux-6.12.1/drivers/clk/renesas/
Dr8a77470-cpg-mssr.c88 DEF_MOD("vsps", 131, R8A77470_CLK_ZS),
Dr8a7792-cpg-mssr.c91 DEF_MOD("vsps", 131, R8A7792_CLK_ZS),
Dr8a7745-cpg-mssr.c93 DEF_MOD("vsps", 131, R8A7745_CLK_ZS),
Dr8a7794-cpg-mssr.c100 DEF_MOD("vsps", 131, R8A7794_CLK_ZS),
Dr8a7743-cpg-mssr.c95 DEF_MOD("vsps", 131, R8A7743_CLK_ZS),
Dr8a7790-cpg-mssr.c112 DEF_MOD("vsps", 131, R8A7790_CLK_ZS),
Dr8a7742-cpg-mssr.c101 DEF_MOD("vsps", 131, R8A7742_CLK_ZS),
Dr8a7791-cpg-mssr.c105 DEF_MOD("vsps", 131, R8A7791_CLK_ZS),

12