Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sti/
H A Dsti_crtc.c53 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_crtc_mode_set() local
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()
86 sti_vtg_set_config(compo->vtg[mixer->id], &crtc->mode); in sti_crtc_mode_set()
107 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_crtc_disable() local
118 clk_disable_unprepare(compo->clk_pix_main); in sti_crtc_disable()
119 clk_disable_unprepare(compo->clk_compo_main); in sti_crtc_disable()
121 clk_disable_unprepare(compo->clk_pix_aux); in sti_crtc_disable()
[all …]
H A Dsti_drv.h25 struct sti_compositor *compo; member
H A Dsti_compositor.h82 void sti_compositor_debugfs_init(struct sti_compositor *compo,
/linux/Documentation/devicetree/bindings/clock/st/
H A Dst,flexgen.txt129 "clk-compo-dvp";
/linux/Documentation/devicetree/bindings/display/
H A Dst,stih4xx.txt186 reset-names = "compo-main", "compo-aux";