Lines Matching defs: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)
122 __drm_atomic_helper_crtc_reset(crtc, &state->base);
133 __drm_atomic_helper_crtc_duplicate_state(crtc, &state->base);
135 WARN_ON(state->base.crtc != crtc);
136 state->base.crtc = crtc;
138 return &state->base;
177 struct drm_crtc *crtc = &ipu_crtc->base;
190 if (ipu_plane_atomic_update_pending(&plane->base))
382 ipu_crtc = drmm_crtc_alloc_with_planes(drm, struct ipu_crtc, base,
383 &primary_plane->base, NULL,
391 crtc = &ipu_crtc->base;
406 drm_crtc_mask(&ipu_crtc->base),