Lines Matching refs:drm_crtc
23 static void exynos_drm_crtc_dpms(struct drm_crtc *crtc, int mode) in exynos_drm_crtc_dpms()
51 static void exynos_drm_crtc_prepare(struct drm_crtc *crtc) in exynos_drm_crtc_prepare()
56 static void exynos_drm_crtc_commit(struct drm_crtc *crtc) in exynos_drm_crtc_commit()
71 exynos_drm_crtc_mode_fixup(struct drm_crtc *crtc, in exynos_drm_crtc_mode_fixup()
85 exynos_drm_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, in exynos_drm_crtc_mode_set()
112 static int exynos_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in exynos_drm_crtc_mode_set_base()
133 static void exynos_drm_crtc_disable(struct drm_crtc *crtc) in exynos_drm_crtc_disable()
160 static int exynos_drm_crtc_page_flip(struct drm_crtc *crtc, in exynos_drm_crtc_page_flip()
223 static void exynos_drm_crtc_destroy(struct drm_crtc *crtc) in exynos_drm_crtc_destroy()
249 struct drm_crtc *crtc; in exynos_drm_crtc_create()
314 struct drm_crtc *drm_crtc = dev_priv->crtc[pipe]; in exynos_drm_crtc_finish_pageflip() local
315 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(drm_crtc); in exynos_drm_crtc_finish_pageflip()
335 struct drm_crtc *crtc; in exynos_drm_crtc_complete_scanout()
357 struct drm_crtc *crtc; in exynos_drm_crtc_get_pipe_from_type()
370 void exynos_drm_crtc_te_handler(struct drm_crtc *crtc) in exynos_drm_crtc_te_handler()