Lines Matching refs:compo
27 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_crtc_enable() local
35 if (clk_prepare_enable(compo->clk_compo_main)) in sti_crtc_enable()
38 if (clk_prepare_enable(compo->clk_compo_aux)) in sti_crtc_enable()
67 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_crtc_mode_set() local
87 clk = compo->clk_pix_main; in sti_crtc_mode_set()
89 clk = compo->clk_pix_aux; in sti_crtc_mode_set()
102 compo->vtg_main : compo->vtg_aux, &crtc->mode); in sti_crtc_mode_set()
117 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_crtc_disable() local
128 clk_disable_unprepare(compo->clk_pix_main); in sti_crtc_disable()
129 clk_disable_unprepare(compo->clk_compo_main); in sti_crtc_disable()
131 clk_disable_unprepare(compo->clk_pix_aux); in sti_crtc_disable()
132 clk_disable_unprepare(compo->clk_compo_aux); in sti_crtc_disable()
165 struct sti_compositor *compo = dev_get_drvdata(mixer->dev); in sti_crtc_atomic_flush() local
194 sti_vid_commit(compo->vid[0], p->state); in sti_crtc_atomic_flush()
219 sti_vid_disable(compo->vid[0]); in sti_crtc_atomic_flush()
257 struct sti_compositor *compo = in sti_crtc_vblank_cb() local
267 mixer = compo->mixer[pipe]; in sti_crtc_vblank_cb()
307 struct sti_compositor *compo = dev_priv->compo; in sti_crtc_enable_vblank() local
308 struct notifier_block *vtg_vblank_nb = &compo->vtg_vblank_nb; in sti_crtc_enable_vblank()
309 struct drm_crtc *crtc = &compo->mixer[pipe]->drm_crtc; in sti_crtc_enable_vblank()
314 compo->vtg_main : compo->vtg_aux, in sti_crtc_enable_vblank()
326 struct sti_compositor *compo = priv->compo; in sti_crtc_disable_vblank() local
327 struct notifier_block *vtg_vblank_nb = &compo->vtg_vblank_nb; in sti_crtc_disable_vblank()
328 struct drm_crtc *crtc = &compo->mixer[pipe]->drm_crtc; in sti_crtc_disable_vblank()
333 compo->vtg_main : compo->vtg_aux, vtg_vblank_nb)) in sti_crtc_disable_vblank()
337 if (compo->mixer[pipe]->pending_event) { in sti_crtc_disable_vblank()
339 compo->mixer[pipe]->pending_event = NULL; in sti_crtc_disable_vblank()