Lines Matching defs:crtc
74 static int get_connectors_for_crtc(struct drm_crtc *crtc,
78 struct drm_device *dev = crtc->dev;
92 if (connector->encoder && connector->encoder->crtc == crtc) {
105 struct drm_crtc *crtc,
118 .crtc = crtc,
132 .crtc = crtc,
133 .enable = crtc->enabled,
134 .mode = crtc->mode,
152 static int drm_primary_helper_update(struct drm_plane *plane, struct drm_crtc *crtc,
161 .crtc = crtc,
163 .mode = &crtc->mode,
183 ret = drm_plane_helper_check_update(plane, crtc, fb,
201 num_connectors = get_connectors_for_crtc(crtc, NULL, 0);
207 get_connectors_for_crtc(crtc, connector_list, num_connectors);
220 ret = crtc->funcs->set_config(&set, ctx);