Lines Matching defs:crtc

57 static void set_scanout(struct drm_crtc *crtc, int n)  in set_scanout()
87 static void update_scanout(struct drm_crtc *crtc) in update_scanout()
117 static void start(struct drm_crtc *crtc) in start()
134 static void stop(struct drm_crtc *crtc) in stop()
142 static void tilcdc_crtc_destroy(struct drm_crtc *crtc) in tilcdc_crtc_destroy()
154 static int tilcdc_crtc_page_flip(struct drm_crtc *crtc, in tilcdc_crtc_page_flip()
174 static void tilcdc_crtc_dpms(struct drm_crtc *crtc, int mode) in tilcdc_crtc_dpms()
216 static bool tilcdc_crtc_mode_fixup(struct drm_crtc *crtc, in tilcdc_crtc_mode_fixup()
245 static void tilcdc_crtc_prepare(struct drm_crtc *crtc) in tilcdc_crtc_prepare()
250 static void tilcdc_crtc_commit(struct drm_crtc *crtc) in tilcdc_crtc_commit()
255 static int tilcdc_crtc_mode_set(struct drm_crtc *crtc, in tilcdc_crtc_mode_set()
431 static int tilcdc_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in tilcdc_crtc_mode_set_base()
453 int tilcdc_crtc_max_width(struct drm_crtc *crtc) in tilcdc_crtc_max_width()
467 int tilcdc_crtc_mode_valid(struct drm_crtc *crtc, struct drm_display_mode *mode) in tilcdc_crtc_mode_valid()
555 void tilcdc_crtc_set_panel_info(struct drm_crtc *crtc, in tilcdc_crtc_set_panel_info()
562 void tilcdc_crtc_set_simulate_vesa_sync(struct drm_crtc *crtc, in tilcdc_crtc_set_simulate_vesa_sync()
570 void tilcdc_crtc_update_clk(struct drm_crtc *crtc) in tilcdc_crtc_update_clk()
614 irqreturn_t tilcdc_crtc_irq(struct drm_crtc *crtc) in tilcdc_crtc_irq()
665 void tilcdc_crtc_cancel_page_flip(struct drm_crtc *crtc, struct drm_file *file) in tilcdc_crtc_cancel_page_flip()
688 struct drm_crtc *crtc; in tilcdc_crtc_create() local