Searched full:vsps (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/gpu/drm/renesas/rz-du/ |
H A D | rzg2l_du_kms.c | 327 const char *vsps_prop_name = "renesas,vsps"; in rzg2l_du_vsps_init() 332 } vsps[RZG2L_DU_MAX_VSPS] = { { NULL, }, }; in rzg2l_du_vsps_init() local 339 * First parse the DT vsps property to populate the list of VSPs. Each in rzg2l_du_vsps_init() 361 if (vsps[j].np == args.np) in rzg2l_du_vsps_init() 368 vsps[vsps_count++].np = args.np; in rzg2l_du_vsps_init() 370 vsps[j].crtcs_mask |= BIT(i); in rzg2l_du_vsps_init() 374 * second cell of the 'renesas,vsps' specifier isn't present, in rzg2l_du_vsps_init() 377 rcdu->crtcs[i].vsp = &rcdu->vsps[j]; in rzg2l_du_vsps_init() 382 * Then initialize all the VSPs from the node pointers and CRTCs bitmask in rzg2l_du_vsps_init() 386 struct rzg2l_du_vsp *vsp = &rcdu->vsps[i]; in rzg2l_du_vsps_init() [all …]
|
H A D | rzg2l_du_drv.h | 68 struct rzg2l_du_vsp vsps[RZG2L_DU_MAX_VSPS]; member
|
/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_kms.c | 677 const char *vsps_prop_name = "renesas,vsps"; in rcar_du_vsps_init() 682 } vsps[RCAR_DU_MAX_VSPS] = { { NULL, }, }; in rcar_du_vsps_init() local 689 * First parse the DT vsps property to populate the list of VSPs. Each in rcar_du_vsps_init() 696 vsps_prop_name = "vsps"; in rcar_du_vsps_init() 716 if (vsps[j].np == args.np) in rcar_du_vsps_init() 723 vsps[vsps_count++].np = args.np; in rcar_du_vsps_init() 725 vsps[j].crtcs_mask |= BIT(i); in rcar_du_vsps_init() 729 * second cell of the 'renesas,vsps' specifier isn't present, in rcar_du_vsps_init() 732 rcdu->crtcs[i].vsp = &rcdu->vsps[j]; in rcar_du_vsps_init() 737 * Then initialize all the VSPs from the node pointers and CRTCs bitmask in rcar_du_vsps_init() [all …]
|
H A D | rcar_du_drv.h | 110 struct rcar_du_vsp vsps[RCAR_DU_MAX_VSPS]; member
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | r9a07g043u.dtsi | 166 renesas,vsps = <&vspd 0>;
|
H A D | r9a07g054.dtsi | 971 renesas,vsps = <&vspd 0>;
|
H A D | r9a07g044.dtsi | 964 renesas,vsps = <&vspd 0>;
|
H A D | r8a77995.dtsi | 1374 renesas,vsps = <&vspd0 0>, <&vspd1 0>;
|
/linux/drivers/clk/renesas/ |
H A D | r8a7792-cpg-mssr.c | 91 DEF_MOD("vsps", 131, R8A7792_CLK_ZS),
|
H A D | r8a77470-cpg-mssr.c | 88 DEF_MOD("vsps", 131, R8A77470_CLK_ZS),
|
H A D | r8a7745-cpg-mssr.c | 93 DEF_MOD("vsps", 131, R8A7745_CLK_ZS),
|
H A D | r8a7794-cpg-mssr.c | 100 DEF_MOD("vsps", 131, R8A7794_CLK_ZS),
|
H A D | r8a7791-cpg-mssr.c | 105 DEF_MOD("vsps", 131, R8A7791_CLK_ZS),
|
H A D | r8a7790-cpg-mssr.c | 112 DEF_MOD("vsps", 131, R8A7790_CLK_ZS),
|
H A D | r8a7742-cpg-mssr.c | 101 DEF_MOD("vsps", 131, R8A7742_CLK_ZS),
|
H A D | r8a7743-cpg-mssr.c | 95 DEF_MOD("vsps", 131, R8A7743_CLK_ZS),
|