Lines Matching refs:crtc
88 void exynos_plane_mode_set(struct drm_plane *plane, struct drm_crtc *crtc, in exynos_plane_mode_set() argument
98 actual_w = exynos_plane_get_size(crtc_x, crtc_w, crtc->mode.hdisplay); in exynos_plane_mode_set()
99 actual_h = exynos_plane_get_size(crtc_y, crtc_h, crtc->mode.vdisplay); in exynos_plane_mode_set()
135 exynos_plane->mode_width = crtc->mode.hdisplay; in exynos_plane_mode_set()
136 exynos_plane->mode_height = crtc->mode.vdisplay; in exynos_plane_mode_set()
137 exynos_plane->refresh = crtc->mode.vrefresh; in exynos_plane_mode_set()
138 exynos_plane->scan_flag = crtc->mode.flags; in exynos_plane_mode_set()
144 plane->crtc = crtc; in exynos_plane_mode_set()
148 exynos_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in exynos_update_plane() argument
155 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); in exynos_update_plane()
163 exynos_plane_mode_set(plane, crtc, fb, crtc_x, crtc_y, in exynos_update_plane()
176 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(plane->crtc); in exynos_disable_plane()