Lines Matching refs:crtc_info

198 		remove_from_modeset(&fb_helper->crtc_info[i].mode_set, connector);  in drm_fb_helper_remove_one_connector()
247 &helper->crtc_info[i].mode_set; in drm_fb_helper_debug_enter()
293 struct drm_mode_set *mode_set = &helper->crtc_info[i].mode_set; in drm_fb_helper_debug_leave()
336 struct drm_mode_set *mode_set = &fb_helper->crtc_info[i].mode_set; in restore_fbdev_mode()
524 crtc = fb_helper->crtc_info[i].mode_set.crtc; in drm_fb_helper_dpms()
581 kfree(helper->crtc_info[i].mode_set.connectors); in drm_fb_helper_crtc_free()
582 if (helper->crtc_info[i].mode_set.mode) in drm_fb_helper_crtc_free()
583 drm_mode_destroy(helper->dev, helper->crtc_info[i].mode_set.mode); in drm_fb_helper_crtc_free()
585 kfree(helper->crtc_info); in drm_fb_helper_crtc_free()
633 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL); in drm_fb_helper_init()
634 if (!fb_helper->crtc_info) in drm_fb_helper_init()
640 kfree(fb_helper->crtc_info); in drm_fb_helper_init()
647 fb_helper->crtc_info[i].mode_set.connectors = in drm_fb_helper_init()
652 if (!fb_helper->crtc_info[i].mode_set.connectors) in drm_fb_helper_init()
654 fb_helper->crtc_info[i].mode_set.num_connectors = 0; in drm_fb_helper_init()
659 fb_helper->crtc_info[i].mode_set.crtc = crtc; in drm_fb_helper_init()
783 crtc = fb_helper->crtc_info[i].mode_set.crtc; in drm_fb_helper_setcmap()
959 modeset = &fb_helper->crtc_info[i].mode_set; in drm_fb_helper_pan_display()
1045 desired_mode = fb_helper->crtc_info[i].desired_mode; in drm_fb_helper_single_fb_probe()
1046 mode_set = &fb_helper->crtc_info[i].mode_set; in drm_fb_helper_single_fb_probe()
1053 x = fb_helper->crtc_info[i].x; in drm_fb_helper_single_fb_probe()
1054 y = fb_helper->crtc_info[i].y; in drm_fb_helper_single_fb_probe()
1057 gamma_size = fb_helper->crtc_info[i].mode_set.crtc->gamma_size; in drm_fb_helper_single_fb_probe()
1101 if (fb_helper->crtc_info[i].mode_set.num_connectors) in drm_fb_helper_single_fb_probe()
1102 fb_helper->crtc_info[i].mode_set.fb = fb_helper->fb; in drm_fb_helper_single_fb_probe()
1591 crtc = &fb_helper->crtc_info[c]; in drm_pick_crtcs()
1680 modeset = &fb_helper->crtc_info[i].mode_set; in drm_setup_crtcs()
1710 modeset = &fb_helper->crtc_info[i].mode_set; in drm_setup_crtcs()