Lines Matching defs:crtc
60 uint32_t pipe2vbl(struct drm_crtc *crtc) in pipe2vbl()
67 struct omap_video_timings *omap_crtc_timings(struct drm_crtc *crtc) in omap_crtc_timings()
73 enum omap_channel omap_crtc_channel(struct drm_crtc *crtc) in omap_crtc_channel()
79 int omap_crtc_wait_pending(struct drm_crtc *crtc) in omap_crtc_wait_pending()
132 static void omap_crtc_set_enabled(struct drm_crtc *crtc, bool enable) in omap_crtc_set_enabled()
260 static void omap_crtc_complete_page_flip(struct drm_crtc *crtc) in omap_crtc_complete_page_flip()
330 static void omap_crtc_destroy(struct drm_crtc *crtc) in omap_crtc_destroy()
344 static bool omap_crtc_mode_fixup(struct drm_crtc *crtc, in omap_crtc_mode_fixup()
351 static void omap_crtc_enable(struct drm_crtc *crtc) in omap_crtc_enable()
367 static void omap_crtc_disable(struct drm_crtc *crtc) in omap_crtc_disable()
376 static void omap_crtc_mode_set_nofb(struct drm_crtc *crtc) in omap_crtc_mode_set_nofb()
391 static void omap_crtc_atomic_begin(struct drm_crtc *crtc, in omap_crtc_atomic_begin()
396 static void omap_crtc_atomic_flush(struct drm_crtc *crtc, in omap_crtc_atomic_flush()
417 static int omap_crtc_atomic_set_property(struct drm_crtc *crtc, in omap_crtc_atomic_set_property()
437 static int omap_crtc_atomic_get_property(struct drm_crtc *crtc, in omap_crtc_atomic_get_property()
498 struct drm_crtc *crtc = NULL; in omap_crtc_init() local