Lines Matching defs:crtc

54 static void set_scanout(struct drm_crtc *crtc, int n)  in set_scanout()
84 static void update_scanout(struct drm_crtc *crtc) in update_scanout()
114 static void start(struct drm_crtc *crtc) in start()
131 static void stop(struct drm_crtc *crtc) in stop()
138 static void tilcdc_crtc_destroy(struct drm_crtc *crtc) in tilcdc_crtc_destroy()
150 static int tilcdc_crtc_page_flip(struct drm_crtc *crtc, in tilcdc_crtc_page_flip()
170 static void tilcdc_crtc_dpms(struct drm_crtc *crtc, int mode) in tilcdc_crtc_dpms()
212 static bool tilcdc_crtc_mode_fixup(struct drm_crtc *crtc, in tilcdc_crtc_mode_fixup()
219 static void tilcdc_crtc_prepare(struct drm_crtc *crtc) in tilcdc_crtc_prepare()
224 static void tilcdc_crtc_commit(struct drm_crtc *crtc) in tilcdc_crtc_commit()
229 static int tilcdc_crtc_mode_set(struct drm_crtc *crtc, in tilcdc_crtc_mode_set()
405 static int tilcdc_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in tilcdc_crtc_mode_set_base()
427 int tilcdc_crtc_max_width(struct drm_crtc *crtc) in tilcdc_crtc_max_width()
441 int tilcdc_crtc_mode_valid(struct drm_crtc *crtc, struct drm_display_mode *mode) in tilcdc_crtc_mode_valid()
529 void tilcdc_crtc_set_panel_info(struct drm_crtc *crtc, in tilcdc_crtc_set_panel_info()
536 void tilcdc_crtc_update_clk(struct drm_crtc *crtc) in tilcdc_crtc_update_clk()
580 irqreturn_t tilcdc_crtc_irq(struct drm_crtc *crtc) in tilcdc_crtc_irq()
631 void tilcdc_crtc_cancel_page_flip(struct drm_crtc *crtc, struct drm_file *file) in tilcdc_crtc_cancel_page_flip()
654 struct drm_crtc *crtc; in tilcdc_crtc_create() local