• Home
  • Raw
  • Download

Lines Matching full:dispc

121 	struct dispc_device *dispc = priv->dispc;  in omap_crtc_dss_connect()  local
126 if (!(dispc_ops->mgr_get_supported_outputs(dispc, channel) & dst->id)) in omap_crtc_dss_connect()
163 priv->dispc_ops->mgr_enable(priv->dispc, channel, enable); in omap_crtc_set_enabled()
176 framedone_irq = priv->dispc_ops->mgr_get_framedone_irq(priv->dispc, in omap_crtc_set_enabled()
178 vsync_irq = priv->dispc_ops->mgr_get_vsync_irq(priv->dispc, channel); in omap_crtc_set_enabled()
185 * FRAMEDONE to know that DISPC has finished with the output. in omap_crtc_set_enabled()
198 priv->dispc_ops->mgr_enable(priv->dispc, channel, enable); in omap_crtc_set_enabled()
220 priv->dispc_ops->mgr_set_timings(priv->dispc, omap_crtc->channel, in omap_crtc_dss_enable()
251 priv->dispc_ops->mgr_set_lcd_config(priv->dispc, omap_crtc->channel, in omap_crtc_dss_set_lcd_config()
306 * If the dispc is busy we're racing the flush operation. Try again on in omap_crtc_vblank_irq()
309 if (priv->dispc_ops->mgr_go_busy(priv->dispc, omap_crtc->channel)) { in omap_crtc_vblank_irq()
346 priv->dispc_ops->mgr_setup(priv->dispc, omap_crtc->channel, &info); in omap_crtc_write_crtc_properties()
546 priv->dispc_ops->mgr_set_gamma(priv->dispc, omap_crtc->channel, in omap_crtc_atomic_flush()
562 priv->dispc_ops->mgr_go(priv->dispc, omap_crtc->channel); in omap_crtc_atomic_flush()
737 /* The dispc API adapts to what ever size, but the HW supports in omap_crtc_init()
744 if (priv->dispc_ops->mgr_gamma_size(priv->dispc, channel)) { in omap_crtc_init()