Lines Matching refs:crtc_count
138 const char **crtc_str, int crtc_count, int current_crtc_idx) in paint_fb() argument
153 for (i = 0; i < crtc_count; i++) { in paint_fb()
264 int crtc_count; in setup_crtcs() local
272 crtc_count = 0; in setup_crtcs()
281 igt_assert_lt(crtc_count, MAX_CRTCS); in setup_crtcs()
318 connector->encoders[crtc_count]); in setup_crtcs()
336 crtc_count++; in setup_crtcs()
358 *crtc_count_ret = crtc_count; in setup_crtcs()
362 static void cleanup_crtcs(struct crtc_config *crtcs, int crtc_count) in cleanup_crtcs() argument
366 for (i = 0; i < crtc_count; i++) { in cleanup_crtcs()
536 struct crtc_config *crtcs, int crtc_count) in test_crtc_config() argument
551 igt_info(" Test id#%d CRTC count %d\n", test_id, crtc_count); in test_crtc_config()
553 for (i = 0; i < crtc_count; i++) { in test_crtc_config()
559 for (i = 0; i < crtc_count; i++) in test_crtc_config()
564 for (i = 0; i < crtc_count; i++) { in test_crtc_config()
572 paint_fb(&crtc->fb_info, tconf->name, crtc_strs, crtc_count, i); in test_crtc_config()
603 int crtc_count; in test_one_combination() local
607 &crtc_count, &config_valid); in test_one_combination()
610 test_crtc_config(tconf, crtcs, crtc_count); in test_one_combination()
612 cleanup_crtcs(crtcs, crtc_count); in test_one_combination()