Lines Matching refs:connector_count

120 	     i__ = 0; i__ < (fbh)->connector_count; i__++)
134 count = fb_helper->connector_count + 1; in __drm_fb_helper_add_one_connector()
153 fb_helper->connector_info[fb_helper->connector_count++] = fb_conn; in __drm_fb_helper_add_one_connector()
219 fb_helper->connector_count = 0; in drm_fb_helper_single_add_all_connectors()
244 if (i == fb_helper->connector_count) in __drm_fb_helper_remove_one_connector()
249 for (j = i + 1; j < fb_helper->connector_count; j++) in __drm_fb_helper_remove_one_connector()
252 fb_helper->connector_count--; in __drm_fb_helper_remove_one_connector()
720 for (i = 0; i < helper->connector_count; i++) { in drm_fb_helper_crtc_free()
852 fb_helper->connector_count = 0; in drm_fb_helper_init()
2247 const u64 mask = BIT_ULL(fb_helper->connector_count) - 1; in drm_target_preferred()
2338 if (n == fb_helper->connector_count) in drm_pick_crtcs()
2349 crtcs = kcalloc(fb_helper->connector_count, in drm_pick_crtcs()
2393 fb_helper->connector_count * in drm_pick_crtcs()
2472 crtcs = kcalloc(fb_helper->connector_count, in drm_setup_crtcs()
2474 modes = kcalloc(fb_helper->connector_count, in drm_setup_crtcs()
2476 offsets = kcalloc(fb_helper->connector_count, in drm_setup_crtcs()
2478 enabled = kcalloc(fb_helper->connector_count, in drm_setup_crtcs()
2494 memset(modes, 0, fb_helper->connector_count*sizeof(modes[0])); in drm_setup_crtcs()
2495 memset(crtcs, 0, fb_helper->connector_count*sizeof(crtcs[0])); in drm_setup_crtcs()
2496 memset(offsets, 0, fb_helper->connector_count*sizeof(offsets[0])); in drm_setup_crtcs()