Lines Matching refs:crtc_info

222 		remove_from_modeset(&fb_helper->crtc_info[i].mode_set, connector);  in drm_fb_helper_remove_one_connector()
271 &helper->crtc_info[i].mode_set; in drm_fb_helper_debug_enter()
317 struct drm_mode_set *mode_set = &helper->crtc_info[i].mode_set; in drm_fb_helper_debug_leave()
378 struct drm_mode_set *mode_set = &fb_helper->crtc_info[i].mode_set; in restore_fbdev_mode_atomic()
428 struct drm_mode_set *mode_set = &fb_helper->crtc_info[i].mode_set; in restore_fbdev_mode()
577 crtc = fb_helper->crtc_info[i].mode_set.crtc; in drm_fb_helper_dpms()
637 kfree(helper->crtc_info[i].mode_set.connectors); in drm_fb_helper_crtc_free()
638 if (helper->crtc_info[i].mode_set.mode) in drm_fb_helper_crtc_free()
639 drm_mode_destroy(helper->dev, helper->crtc_info[i].mode_set.mode); in drm_fb_helper_crtc_free()
641 kfree(helper->crtc_info); in drm_fb_helper_crtc_free()
692 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL); in drm_fb_helper_init()
693 if (!fb_helper->crtc_info) in drm_fb_helper_init()
699 kfree(fb_helper->crtc_info); in drm_fb_helper_init()
706 fb_helper->crtc_info[i].mode_set.connectors = in drm_fb_helper_init()
711 if (!fb_helper->crtc_info[i].mode_set.connectors) in drm_fb_helper_init()
713 fb_helper->crtc_info[i].mode_set.num_connectors = 0; in drm_fb_helper_init()
718 fb_helper->crtc_info[i].mode_set.crtc = crtc; in drm_fb_helper_init()
1068 crtc = fb_helper->crtc_info[i].mode_set.crtc; in drm_fb_helper_setcmap()
1244 mode_set = &fb_helper->crtc_info[i].mode_set; in pan_display_atomic()
1313 modeset = &fb_helper->crtc_info[i].mode_set; in drm_fb_helper_pan_display()
1400 desired_mode = fb_helper->crtc_info[i].desired_mode; in drm_fb_helper_single_fb_probe()
1401 mode_set = &fb_helper->crtc_info[i].mode_set; in drm_fb_helper_single_fb_probe()
1408 x = fb_helper->crtc_info[i].x; in drm_fb_helper_single_fb_probe()
1409 y = fb_helper->crtc_info[i].y; in drm_fb_helper_single_fb_probe()
1412 gamma_size = fb_helper->crtc_info[i].mode_set.crtc->gamma_size; in drm_fb_helper_single_fb_probe()
1456 if (fb_helper->crtc_info[i].mode_set.num_connectors) in drm_fb_helper_single_fb_probe()
1457 fb_helper->crtc_info[i].mode_set.fb = fb_helper->fb; in drm_fb_helper_single_fb_probe()
1941 crtc = &fb_helper->crtc_info[c]; in drm_pick_crtcs()
2030 modeset = &fb_helper->crtc_info[i].mode_set; in drm_setup_crtcs()
2060 modeset = &fb_helper->crtc_info[i].mode_set; in drm_setup_crtcs()