Lines Matching refs:crtc_count

269 		for (i = 0; i < helper->crtc_count; i++) {
312 for (i = 0; i < helper->crtc_count; i++) {
341 for (i = 0; i < fb_helper->crtc_count; i++) { in drm_fb_helper_restore_fbdev_mode()
441 for (i = 0; i < fb_helper->crtc_count; i++) {
494 for (i = 0; i < helper->crtc_count; i++) { in drm_fb_helper_crtc_free()
504 int crtc_count, int max_conn_count) in drm_fb_helper_init() argument
513 fb_helper->crtc_info = malloc(crtc_count * sizeof(struct drm_fb_helper_crtc), in drm_fb_helper_init()
518 fb_helper->crtc_count = crtc_count; in drm_fb_helper_init()
527 for (i = 0; i < crtc_count; i++) { in drm_fb_helper_init()
644 for (i = 0; i < fb_helper->crtc_count; i++) {
782 for (i = 0; i < fb_helper->crtc_count; i++) {
811 for (i = 0; i < fb_helper->crtc_count; i++) {
837 int crtc_count = 0; in drm_fb_helper_single_fb_probe() local
891 crtc_count = 0; in drm_fb_helper_single_fb_probe()
892 for (i = 0; i < fb_helper->crtc_count; i++) { in drm_fb_helper_single_fb_probe()
907 crtc_count++; in drm_fb_helper_single_fb_probe()
911 if (crtc_count == 0 || sizes.fb_width == -1 || sizes.fb_height == -1) { in drm_fb_helper_single_fb_probe()
930 for (i = 0; i < fb_helper->crtc_count; i++) in drm_fb_helper_single_fb_probe()
951 for (i = 0; i < fb_helper->crtc_count; i++) { in drm_fb_helper_single_fb_probe()
1146 if (fb_helper->crtc_count > 1) in drm_target_cloned()
1288 for (c = 0; c < fb_helper->crtc_count; c++) { in drm_pick_crtcs()
1300 if (fb_helper->crtc_count > 1) in drm_pick_crtcs()
1365 for (i = 0; i < fb_helper->crtc_count; i++) { in drm_setup_crtcs()