Lines Matching defs:crtc

56 struct videomode *omap_crtc_timings(struct drm_crtc *crtc)  in omap_crtc_timings()
62 enum omap_channel omap_crtc_channel(struct drm_crtc *crtc) in omap_crtc_channel()
68 static bool omap_crtc_is_pending(struct drm_crtc *crtc) in omap_crtc_is_pending()
81 int omap_crtc_wait_pending(struct drm_crtc *crtc) in omap_crtc_wait_pending()
110 static void omap_crtc_set_enabled(struct drm_crtc *crtc, bool enable) in omap_crtc_set_enabled()
186 struct drm_crtc *crtc = priv->channels[channel]->crtc; in omap_crtc_dss_enable() local
199 struct drm_crtc *crtc = priv->channels[channel]->crtc; in omap_crtc_dss_disable() local
209 struct drm_crtc *crtc = priv->channels[channel]->crtc; in omap_crtc_dss_set_timings() local
220 struct drm_crtc *crtc = priv->channels[channel]->crtc; in omap_crtc_dss_set_lcd_config() local
232 struct drm_crtc *crtc = priv->channels[channel]->crtc; in omap_crtc_dss_register_framedone() local
251 struct drm_crtc *crtc = priv->channels[channel]->crtc; in omap_crtc_dss_unregister_framedone() local
278 void omap_crtc_error_irq(struct drm_crtc *crtc, u32 irqstatus) in omap_crtc_error_irq()
291 void omap_crtc_vblank_irq(struct drm_crtc *crtc) in omap_crtc_vblank_irq()
327 void omap_crtc_framedone_irq(struct drm_crtc *crtc, uint32_t irqstatus) in omap_crtc_framedone_irq()
349 void omap_crtc_flush(struct drm_crtc *crtc) in omap_crtc_flush()
394 static void omap_crtc_write_crtc_properties(struct drm_crtc *crtc) in omap_crtc_write_crtc_properties()
414 static void omap_crtc_destroy(struct drm_crtc *crtc) in omap_crtc_destroy()
425 static void omap_crtc_arm_event(struct drm_crtc *crtc) in omap_crtc_arm_event()
438 static void omap_crtc_atomic_enable(struct drm_crtc *crtc, in omap_crtc_atomic_enable()
464 static void omap_crtc_atomic_disable(struct drm_crtc *crtc, in omap_crtc_atomic_disable()
490 static enum drm_mode_status omap_crtc_mode_valid(struct drm_crtc *crtc, in omap_crtc_mode_valid()
544 static void omap_crtc_mode_set_nofb(struct drm_crtc *crtc) in omap_crtc_mode_set_nofb()
555 static bool omap_crtc_is_manually_updated(struct drm_crtc *crtc) in omap_crtc_is_manually_updated()
571 static int omap_crtc_atomic_check(struct drm_crtc *crtc, in omap_crtc_atomic_check()
600 static void omap_crtc_atomic_begin(struct drm_crtc *crtc, in omap_crtc_atomic_begin()
605 static void omap_crtc_atomic_flush(struct drm_crtc *crtc, in omap_crtc_atomic_flush()
653 static int omap_crtc_atomic_set_property(struct drm_crtc *crtc, in omap_crtc_atomic_set_property()
681 static int omap_crtc_atomic_get_property(struct drm_crtc *crtc, in omap_crtc_atomic_get_property()
699 static void omap_crtc_reset(struct drm_crtc *crtc) in omap_crtc_reset()
714 omap_crtc_duplicate_state(struct drm_crtc *crtc) in omap_crtc_duplicate_state()
787 struct drm_crtc *crtc = NULL; in omap_crtc_init() local