Lines Matching defs:crtc

55 struct videomode *omap_crtc_timings(struct drm_crtc *crtc)  in omap_crtc_timings()
61 enum omap_channel omap_crtc_channel(struct drm_crtc *crtc) in omap_crtc_channel()
67 static bool omap_crtc_is_pending(struct drm_crtc *crtc) in omap_crtc_is_pending()
80 int omap_crtc_wait_pending(struct drm_crtc *crtc) in omap_crtc_wait_pending()
109 void omap_crtc_set_enabled(struct drm_crtc *crtc, bool enable) in omap_crtc_set_enabled()
184 struct drm_crtc *crtc = priv->channels[channel]->crtc; in omap_crtc_dss_enable() local
196 struct drm_crtc *crtc = priv->channels[channel]->crtc; in omap_crtc_dss_disable() local
206 struct drm_crtc *crtc = priv->channels[channel]->crtc; in omap_crtc_dss_set_timings() local
217 struct drm_crtc *crtc = priv->channels[channel]->crtc; in omap_crtc_dss_set_lcd_config() local
229 struct drm_crtc *crtc = priv->channels[channel]->crtc; in omap_crtc_dss_register_framedone() local
248 struct drm_crtc *crtc = priv->channels[channel]->crtc; in omap_crtc_dss_unregister_framedone() local
265 void omap_crtc_error_irq(struct drm_crtc *crtc, u32 irqstatus) in omap_crtc_error_irq()
278 void omap_crtc_vblank_irq(struct drm_crtc *crtc) in omap_crtc_vblank_irq()
314 void omap_crtc_framedone_irq(struct drm_crtc *crtc, uint32_t irqstatus) in omap_crtc_framedone_irq()
336 void omap_crtc_flush(struct drm_crtc *crtc) in omap_crtc_flush()
395 static void omap_crtc_write_crtc_properties(struct drm_crtc *crtc) in omap_crtc_write_crtc_properties()
423 static void omap_crtc_destroy(struct drm_crtc *crtc) in omap_crtc_destroy()
434 static void omap_crtc_arm_event(struct drm_crtc *crtc) in omap_crtc_arm_event()
447 static void omap_crtc_atomic_enable(struct drm_crtc *crtc, in omap_crtc_atomic_enable()
473 static void omap_crtc_atomic_disable(struct drm_crtc *crtc, in omap_crtc_atomic_disable()
499 static enum drm_mode_status omap_crtc_mode_valid(struct drm_crtc *crtc, in omap_crtc_mode_valid()
552 static void omap_crtc_mode_set_nofb(struct drm_crtc *crtc) in omap_crtc_mode_set_nofb()
563 static bool omap_crtc_is_manually_updated(struct drm_crtc *crtc) in omap_crtc_is_manually_updated()
578 static int omap_crtc_atomic_check(struct drm_crtc *crtc, in omap_crtc_atomic_check()
610 static void omap_crtc_atomic_begin(struct drm_crtc *crtc, in omap_crtc_atomic_begin()
615 static void omap_crtc_atomic_flush(struct drm_crtc *crtc, in omap_crtc_atomic_flush()
663 static int omap_crtc_atomic_set_property(struct drm_crtc *crtc, in omap_crtc_atomic_set_property()
691 static int omap_crtc_atomic_get_property(struct drm_crtc *crtc, in omap_crtc_atomic_get_property()
709 static void omap_crtc_reset(struct drm_crtc *crtc) in omap_crtc_reset()
724 omap_crtc_duplicate_state(struct drm_crtc *crtc) in omap_crtc_duplicate_state()
786 struct drm_crtc *crtc = NULL; in omap_crtc_init() local