Lines Matching refs:compo

31 	struct sti_compositor *compo = dev_get_drvdata(dev);  in sti_drm_crtc_prepare()  local
37 if (clk_prepare_enable(compo->clk_compo_main)) in sti_drm_crtc_prepare()
40 if (clk_prepare_enable(compo->clk_compo_aux)) in sti_drm_crtc_prepare()
51 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_drm_crtc_commit() local
54 if ((!mixer || !compo)) { in sti_drm_crtc_commit()
86 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_drm_crtc_mode_set() local
106 clk = compo->clk_pix_main; in sti_drm_crtc_mode_set()
108 clk = compo->clk_pix_aux; in sti_drm_crtc_mode_set()
121 compo->vtg_main : compo->vtg_aux, &crtc->mode); in sti_drm_crtc_mode_set()
136 struct sti_compositor *compo = dev_get_drvdata(dev); in sti_drm_crtc_disable() local
150 clk_disable_unprepare(compo->clk_pix_main); in sti_drm_crtc_disable()
151 clk_disable_unprepare(compo->clk_compo_main); in sti_drm_crtc_disable()
153 clk_disable_unprepare(compo->clk_pix_aux); in sti_drm_crtc_disable()
154 clk_disable_unprepare(compo->clk_compo_aux); in sti_drm_crtc_disable()
216 struct sti_compositor *compo = in sti_drm_crtc_vblank_cb() local
222 drm_dev = compo->mixer[*crtc]->drm_crtc.dev; in sti_drm_crtc_vblank_cb()
234 if (compo->mixer[*crtc]->pending_event) { in sti_drm_crtc_vblank_cb()
236 compo->mixer[*crtc]->pending_event); in sti_drm_crtc_vblank_cb()
238 compo->mixer[*crtc]->pending_event = NULL; in sti_drm_crtc_vblank_cb()
248 struct sti_compositor *compo = dev_priv->compo; in sti_drm_crtc_enable_vblank() local
249 struct notifier_block *vtg_vblank_nb = &compo->vtg_vblank_nb; in sti_drm_crtc_enable_vblank()
252 compo->vtg_main : compo->vtg_aux, in sti_drm_crtc_enable_vblank()
265 struct sti_compositor *compo = priv->compo; in sti_drm_crtc_disable_vblank() local
266 struct notifier_block *vtg_vblank_nb = &compo->vtg_vblank_nb; in sti_drm_crtc_disable_vblank()
271 compo->vtg_main : compo->vtg_aux, vtg_vblank_nb)) in sti_drm_crtc_disable_vblank()
275 if (compo->mixer[crtc]->pending_event) { in sti_drm_crtc_disable_vblank()
277 compo->mixer[crtc]->pending_event = NULL; in sti_drm_crtc_disable_vblank()