Lines Matching defs:crtc
57 struct drm_crtc *crtc;
75 if (!npstate->crtc || !npstate->visible)
78 if (!opstate->crtc || opstate->crtc_x != npstate->crtc_x ||
81 npstate->crtc);
88 for_each_new_crtc_in_state(state, crtc, cstate, i) {
91 ret = drm_atomic_add_affected_planes(state, crtc);
187 /* all planes can be on any crtc */
190 /* then create a plane, a crtc and an encoder for each panel/bridge */
212 dev_err(tidss->dev, "crtc create failed\n");
216 tidss->crtcs[tidss->num_crtcs++] = &tcrtc->crtc;
219 1 << tcrtc->crtc.index);