Searched refs:compo (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_compositor.c | 52 if (compo->vid[i]) in sti_compositor_debugfs_init() 56 if (compo->mixer[i]) in sti_compositor_debugfs_init() 73 dev_priv->compo = compo; in sti_compositor_bind() 79 compo->vid[vid_id++] = in sti_compositor_bind() 85 compo->mixer[mixer_id++] = in sti_compositor_bind() 179 struct sti_compositor *compo; in sti_compositor_probe() local 183 compo = devm_kzalloc(dev, sizeof(*compo), GFP_KERNEL); in sti_compositor_probe() 184 if (!compo) { in sti_compositor_probe() 188 compo->dev = dev; in sti_compositor_probe() 205 if (compo->regs == NULL) { in sti_compositor_probe() [all …]
|
H A D | sti_crtc.c | 63 compo_clk = compo->clk_compo_main; in sti_crtc_mode_set() 64 pix_clk = compo->clk_pix_main; in sti_crtc_mode_set() 66 compo_clk = compo->clk_compo_aux; in sti_crtc_mode_set() 67 pix_clk = compo->clk_pix_aux; in sti_crtc_mode_set() 199 sti_vid_disable(compo->vid[0]); in sti_crtc_atomic_flush() 245 struct sti_compositor *compo; in sti_crtc_vblank_cb() local 252 mixer = compo->mixer[pipe]; in sti_crtc_vblank_cb() 286 struct sti_compositor *compo = dev_priv->compo; in sti_crtc_enable_vblank() local 288 struct sti_vtg *vtg = compo->vtg[pipe]; in sti_crtc_enable_vblank() 305 struct sti_compositor *compo = priv->compo; in sti_crtc_disable_vblank() local [all …]
|
H A D | sti_drv.h | 25 struct sti_compositor *compo; member
|
H A D | sti_compositor.h | 82 void sti_compositor_debugfs_init(struct sti_compositor *compo,
|
H A D | sti_gdp.c | 746 struct sti_compositor *compo = dev_get_drvdata(gdp->dev); in sti_gdp_atomic_update() local 750 gdp->vtg = compo->vtg[mixer->id]; in sti_gdp_atomic_update()
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stih407.dtsi | 74 reset-names = "compo-main", "compo-aux";
|
H A D | stih410.dtsi | 166 reset-names = "compo-main", "compo-aux";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stih407-clock.dtsi | 196 "clk-compo-dvp"; 319 "clk-vsens-compo",
|
H A D | stih410-clock.dtsi | 203 "clk-compo-dvp", 340 "clk-vsens-compo",
|
H A D | stih410.dtsi | 215 reset-names = "compo-main", "compo-aux";
|
/openbmc/linux/Documentation/devicetree/bindings/clock/st/ |
H A D | st,flexgen.txt | 132 "clk-compo-dvp";
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | st,stih4xx.txt | 186 reset-names = "compo-main", "compo-aux";
|