Lines Matching refs:screen_info
649 struct base_screen_info *screen_info = NULL; in tve_select_output() local
704 screen_info = &base_parameter.screen_list[i]; in tve_select_output()
716 screen_size = sizeof(base2_parameter->screen_info) / in tve_select_output()
717 sizeof(base2_parameter->screen_info[0]); in tve_select_output()
720 if (base2_parameter->screen_info[i].type == in tve_select_output()
723 &base2_parameter->screen_info[i]; in tve_select_output()
727 screen_info = malloc(sizeof(*screen_info)); in tve_select_output()
729 screen_info->type = screen_info2->type; in tve_select_output()
730 screen_info->mode = screen_info2->resolution; in tve_select_output()
731 screen_info->format = screen_info2->format; in tve_select_output()
732 screen_info->depth = screen_info2->depthc; in tve_select_output()
733 screen_info->feature = screen_info2->feature; in tve_select_output()
758 if (screen_info) in tve_select_output()
760 screen_info->mode.hdisplay, in tve_select_output()
761 screen_info->mode.vdisplay); in tve_select_output()
763 if (screen_info && in tve_select_output()
764 (screen_info->mode.hdisplay == 720 && in tve_select_output()
765 screen_info->mode.vdisplay == 576)) in tve_select_output()
767 else if (screen_info && in tve_select_output()
768 (screen_info->mode.hdisplay == 720 && in tve_select_output()
769 screen_info->mode.vdisplay == 480)) in tve_select_output()