Lines Matching defs:crtc

71 static struct mdp5_kms *get_kms(struct drm_crtc *crtc)  in get_kms()
77 static void request_pending(struct drm_crtc *crtc, uint32_t pending) in request_pending()
85 static void crtc_flush(struct drm_crtc *crtc, u32 flush_mask) in crtc_flush()
98 static void crtc_flush_all(struct drm_crtc *crtc) in crtc_flush_all()
118 static void complete_flip(struct drm_crtc *crtc, struct drm_file *file) in complete_flip()
161 static void mdp5_crtc_destroy(struct drm_crtc *crtc) in mdp5_crtc_destroy()
171 static bool mdp5_crtc_mode_fixup(struct drm_crtc *crtc, in mdp5_crtc_mode_fixup()
189 static void blend_setup(struct drm_crtc *crtc) in blend_setup()
239 static void mdp5_crtc_mode_set_nofb(struct drm_crtc *crtc) in mdp5_crtc_mode_set_nofb()
267 static void mdp5_crtc_disable(struct drm_crtc *crtc) in mdp5_crtc_disable()
286 static void mdp5_crtc_enable(struct drm_crtc *crtc) in mdp5_crtc_enable()
314 static int mdp5_crtc_atomic_check(struct drm_crtc *crtc, in mdp5_crtc_atomic_check()
370 static void mdp5_crtc_atomic_begin(struct drm_crtc *crtc) in mdp5_crtc_atomic_begin()
376 static void mdp5_crtc_atomic_flush(struct drm_crtc *crtc) in mdp5_crtc_atomic_flush()
403 static int mdp5_crtc_set_property(struct drm_crtc *crtc, in mdp5_crtc_set_property()
410 static void get_roi(struct drm_crtc *crtc, uint32_t *roi_w, uint32_t *roi_h) in get_roi()
436 static int mdp5_crtc_cursor_set(struct drm_crtc *crtc, in mdp5_crtc_cursor_set()
524 static int mdp5_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in mdp5_crtc_cursor_move()
581 struct drm_crtc *crtc = &mdp5_crtc->base; in mdp5_crtc_vblank_irq() local
604 uint32_t mdp5_crtc_vblank(struct drm_crtc *crtc) in mdp5_crtc_vblank()
610 void mdp5_crtc_cancel_pending_flip(struct drm_crtc *crtc, struct drm_file *file) in mdp5_crtc_cancel_pending_flip()
617 void mdp5_crtc_set_intf(struct drm_crtc *crtc, struct mdp5_interface *intf) in mdp5_crtc_set_intf()
640 int mdp5_crtc_get_lm(struct drm_crtc *crtc) in mdp5_crtc_get_lm()
646 struct mdp5_ctl *mdp5_crtc_get_ctl(struct drm_crtc *crtc) in mdp5_crtc_get_ctl()
656 struct drm_crtc *crtc = NULL; in mdp5_crtc_init() local