Lines Matching refs:crtc
59 struct drm_crtc *crtc = state->crtc; in exynos_plane_mode_set() local
61 drm_atomic_get_existing_crtc_state(state->state, crtc); in exynos_plane_mode_set()
113 exynos_state->crtc.x = crtc_x; in exynos_plane_mode_set()
114 exynos_state->crtc.y = crtc_y; in exynos_plane_mode_set()
115 exynos_state->crtc.w = actual_w; in exynos_plane_mode_set()
116 exynos_state->crtc.h = actual_h; in exynos_plane_mode_set()
118 DRM_DEV_DEBUG_KMS(crtc->dev->dev, in exynos_plane_mode_set()
120 exynos_state->crtc.x, exynos_state->crtc.y, in exynos_plane_mode_set()
121 exynos_state->crtc.w, exynos_state->crtc.h); in exynos_plane_mode_set()
204 struct drm_crtc *crtc = state->base.crtc; in exynos_drm_plane_check_size() local
210 if (state->src.w == state->crtc.w) in exynos_drm_plane_check_size()
213 if (state->src.h == state->crtc.h) in exynos_drm_plane_check_size()
227 DRM_DEV_DEBUG_KMS(crtc->dev->dev, "scaling mode is not supported"); in exynos_drm_plane_check_size()
241 if (!new_plane_state->crtc || !new_plane_state->fb) in exynos_plane_atomic_check()
260 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(new_state->crtc); in exynos_plane_atomic_update()
263 if (!new_state->crtc) in exynos_plane_atomic_update()
275 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(old_state->crtc); in exynos_plane_atomic_disable()
277 if (!old_state->crtc) in exynos_plane_atomic_disable()