Lines Matching defs:mode_set
189 struct drm_mode_set *mode_set = &fb_helper->crtc_info[i].mode_set;
190 struct drm_crtc *crtc = mode_set->crtc;
199 ret = drm_mode_set_config_internal(mode_set);
253 kfree(helper->crtc_info[i].mode_set.connectors, INTELFB_CONN_LIMIT * sizeof(struct drm_connector *));
254 if (helper->crtc_info[i].mode_set.mode)
255 drm_mode_destroy(helper->dev, helper->crtc_info[i].mode_set.mode);
285 fb_helper->crtc_info[i].mode_set.connectors =
290 if (!fb_helper->crtc_info[i].mode_set.connectors)
292 fb_helper->crtc_info[i].mode_set.num_connectors = 0;
297 fb_helper->crtc_info[i].mode_set.crtc = crtc;
378 gamma_size = fb_helper->crtc_info[i].mode_set.crtc->gamma_size;
412 if (fb_helper->crtc_info[i].mode_set.num_connectors)
413 fb_helper->crtc_info[i].mode_set.fb = fb_helper->fb;
790 modeset = &fb_helper->crtc_info[i].mode_set;
798 modeset = &fb_crtc->mode_set;
802 mode->name, fb_crtc->mode_set.crtc->base.id);
815 modeset = &fb_helper->crtc_info[i].mode_set;