Lines Matching refs:screen_info
717 struct base_screen_info *screen_info = NULL; in tve_select_output() local
772 screen_info = &base_parameter.screen_list[i]; in tve_select_output()
784 screen_size = sizeof(base2_parameter->screen_info) / in tve_select_output()
785 sizeof(base2_parameter->screen_info[0]); in tve_select_output()
788 if (base2_parameter->screen_info[i].type == in tve_select_output()
791 &base2_parameter->screen_info[i]; in tve_select_output()
795 screen_info = malloc(sizeof(*screen_info)); in tve_select_output()
797 screen_info->type = screen_info2->type; in tve_select_output()
798 screen_info->mode = screen_info2->resolution; in tve_select_output()
799 screen_info->format = screen_info2->format; in tve_select_output()
800 screen_info->depth = screen_info2->depthc; in tve_select_output()
801 screen_info->feature = screen_info2->feature; in tve_select_output()
826 if (screen_info) in tve_select_output()
828 screen_info->mode.hdisplay, in tve_select_output()
829 screen_info->mode.vdisplay); in tve_select_output()
831 if (screen_info && in tve_select_output()
832 (screen_info->mode.hdisplay == 720 && in tve_select_output()
833 screen_info->mode.vdisplay == 576)) in tve_select_output()
835 else if (screen_info && in tve_select_output()
836 (screen_info->mode.hdisplay == 720 && in tve_select_output()
837 screen_info->mode.vdisplay == 480)) in tve_select_output()