Lines Matching defs:crtc
79 int omap_irq_enable_framedone(struct drm_crtc *crtc, bool enable)
81 struct drm_device *dev = crtc->dev;
84 enum omap_channel channel = omap_crtc_channel(crtc);
88 DBG("dev=%p, crtc=%u, enable=%d", dev, channel, enable);
106 * Enable vblank interrupts for @crtc. If the device doesn't have
111 * Zero on success, appropriate errno if the given @crtc's vblank
114 int omap_irq_enable_vblank(struct drm_crtc *crtc)
116 struct drm_device *dev = crtc->dev;
119 enum omap_channel channel = omap_crtc_channel(crtc);
121 DBG("dev=%p, crtc=%u", dev, channel);
137 * Disable vblank interrupts for @crtc. If the device doesn't have
141 void omap_irq_disable_vblank(struct drm_crtc *crtc)
143 struct drm_device *dev = crtc->dev;
146 enum omap_channel channel = omap_crtc_channel(crtc);
148 DBG("dev=%p, crtc=%u", dev, channel);
223 struct drm_crtc *crtc = priv->pipes[id].crtc;
224 enum omap_channel channel = omap_crtc_channel(crtc);
228 omap_crtc_vblank_irq(crtc);
232 omap_crtc_error_irq(crtc, irqstatus);
235 omap_crtc_framedone_irq(crtc, irqstatus);