Lines Matching defs:crtc
22 static void sti_drm_crtc_dpms(struct drm_crtc *crtc, int mode) in sti_drm_crtc_dpms()
27 static void sti_drm_crtc_prepare(struct drm_crtc *crtc) in sti_drm_crtc_prepare()
47 static void sti_drm_crtc_commit(struct drm_crtc *crtc) in sti_drm_crtc_commit()
73 static bool sti_drm_crtc_mode_fixup(struct drm_crtc *crtc, in sti_drm_crtc_mode_fixup()
82 sti_drm_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode) in sti_drm_crtc_mode_set()
132 static void sti_drm_crtc_disable(struct drm_crtc *crtc) in sti_drm_crtc_disable()
161 sti_drm_crtc_mode_set_nofb(struct drm_crtc *crtc) in sti_drm_crtc_mode_set_nofb()
167 static void sti_drm_atomic_begin(struct drm_crtc *crtc) in sti_drm_atomic_begin()
181 static void sti_drm_atomic_flush(struct drm_crtc *crtc) in sti_drm_atomic_flush()
198 static void sti_drm_crtc_destroy(struct drm_crtc *crtc) in sti_drm_crtc_destroy()
204 static int sti_drm_crtc_set_property(struct drm_crtc *crtc, in sti_drm_crtc_set_property()
218 int *crtc = data; in sti_drm_crtc_vblank_cb() local
245 int sti_drm_crtc_enable_vblank(struct drm_device *dev, int crtc) in sti_drm_crtc_enable_vblank()
262 void sti_drm_crtc_disable_vblank(struct drm_device *dev, int crtc) in sti_drm_crtc_disable_vblank()
292 bool sti_drm_crtc_is_main(struct drm_crtc *crtc) in sti_drm_crtc_is_main()
306 struct drm_crtc *crtc = &mixer->drm_crtc; in sti_drm_crtc_init() local