Lines Matching refs:drm_crtc
41 struct drm_crtc base;
60 struct videomode *omap_crtc_timings(struct drm_crtc *crtc) in omap_crtc_timings()
66 enum omap_channel omap_crtc_channel(struct drm_crtc *crtc) in omap_crtc_channel()
72 static bool omap_crtc_is_pending(struct drm_crtc *crtc) in omap_crtc_is_pending()
85 int omap_crtc_wait_pending(struct drm_crtc *crtc) in omap_crtc_wait_pending()
149 static void omap_crtc_set_enabled(struct drm_crtc *crtc, bool enable) in omap_crtc_set_enabled()
284 void omap_crtc_error_irq(struct drm_crtc *crtc, u32 irqstatus) in omap_crtc_error_irq()
297 void omap_crtc_vblank_irq(struct drm_crtc *crtc) in omap_crtc_vblank_irq()
333 static void omap_crtc_write_crtc_properties(struct drm_crtc *crtc) in omap_crtc_write_crtc_properties()
353 static void omap_crtc_destroy(struct drm_crtc *crtc) in omap_crtc_destroy()
364 static void omap_crtc_arm_event(struct drm_crtc *crtc) in omap_crtc_arm_event()
377 static void omap_crtc_atomic_enable(struct drm_crtc *crtc, in omap_crtc_atomic_enable()
394 static void omap_crtc_atomic_disable(struct drm_crtc *crtc, in omap_crtc_atomic_disable()
411 static enum drm_mode_status omap_crtc_mode_valid(struct drm_crtc *crtc, in omap_crtc_mode_valid()
446 static void omap_crtc_mode_set_nofb(struct drm_crtc *crtc) in omap_crtc_mode_set_nofb()
498 static int omap_crtc_atomic_check(struct drm_crtc *crtc, in omap_crtc_atomic_check()
524 static void omap_crtc_atomic_begin(struct drm_crtc *crtc, in omap_crtc_atomic_begin()
529 static void omap_crtc_atomic_flush(struct drm_crtc *crtc, in omap_crtc_atomic_flush()
567 static int omap_crtc_atomic_set_property(struct drm_crtc *crtc, in omap_crtc_atomic_set_property()
595 static int omap_crtc_atomic_get_property(struct drm_crtc *crtc, in omap_crtc_atomic_get_property()
613 static void omap_crtc_reset(struct drm_crtc *crtc) in omap_crtc_reset()
626 omap_crtc_duplicate_state(struct drm_crtc *crtc) in omap_crtc_duplicate_state()
695 struct drm_crtc *omap_crtc_init(struct drm_device *dev, in omap_crtc_init()
699 struct drm_crtc *crtc = NULL; in omap_crtc_init()