Lines Matching refs:pipe
151 crtc->state->event->pipe = drm_crtc_index(crtc); in sti_crtc_atomic_begin()
263 unsigned int pipe; in sti_crtc_vblank_cb() local
266 pipe = drm_crtc_index(crtc); in sti_crtc_vblank_cb()
267 mixer = compo->mixer[pipe]; in sti_crtc_vblank_cb()
304 int sti_crtc_enable_vblank(struct drm_device *dev, unsigned int pipe) in sti_crtc_enable_vblank() argument
309 struct drm_crtc *crtc = &compo->mixer[pipe]->drm_crtc; in sti_crtc_enable_vblank()
313 if (sti_vtg_register_client(pipe == STI_MIXER_MAIN ? in sti_crtc_enable_vblank()
323 void sti_crtc_disable_vblank(struct drm_device *drm_dev, unsigned int pipe) in sti_crtc_disable_vblank() argument
328 struct drm_crtc *crtc = &compo->mixer[pipe]->drm_crtc; in sti_crtc_disable_vblank()
332 if (sti_vtg_unregister_client(pipe == STI_MIXER_MAIN ? 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()