Lines Matching refs:base
33 struct drm_crtc base;
46 return container_of(crtc, struct ipu_crtc, base);
69 if (plane == &ipu_crtc->plane[0]->base)
71 if (ipu_crtc->plane[1] && plane == &ipu_crtc->plane[1]->base)
120 __drm_atomic_helper_crtc_reset(crtc, &state->base);
131 __drm_atomic_helper_crtc_duplicate_state(crtc, &state->base);
133 WARN_ON(state->base.crtc != crtc);
134 state->base.crtc = crtc;
136 return &state->base;
176 struct drm_crtc *crtc = &ipu_crtc->base;
189 if (ipu_plane_atomic_update_pending(&plane->base))
358 struct drm_crtc *crtc = &ipu_crtc->base;
380 drm_crtc_init_with_planes(drm, crtc, &ipu_crtc->plane[0]->base, NULL,
394 drm_crtc_mask(&ipu_crtc->base),