Home
last modified time | relevance | path

Searched refs:compo (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/sti/
A Dsti_compositor.c52 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 …]
A Dsti_crtc.c63 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 …]
A Dsti_drv.h25 struct sti_compositor *compo; member
A Dsti_compositor.h82 void sti_compositor_debugfs_init(struct sti_compositor *compo,
A Dsti_gdp.c746 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()
/linux-6.3-rc2/arch/arm/boot/dts/
A Dstih407.dtsi74 reset-names = "compo-main", "compo-aux";
A Dstih410.dtsi166 reset-names = "compo-main", "compo-aux";
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/st/
A Dst,flexgen.txt132 "clk-compo-dvp";
/linux-6.3-rc2/Documentation/devicetree/bindings/display/
A Dst,stih4xx.txt186 reset-names = "compo-main", "compo-aux";

Completed in 10 milliseconds