Lines Matching refs:found
848 const struct fb_videomode *mode, *found = NULL; in sh_hdmi_read_edid() local
958 else if (found && found_rate_error <= rate_error) in sh_hdmi_read_edid()
977 found = mode; in sh_hdmi_read_edid()
988 if (!found && hdmi->entity.def_mode.xres != 0) { in sh_hdmi_read_edid()
989 found = &hdmi->entity.def_mode; in sh_hdmi_read_edid()
990 found_rate_error = sh_hdmi_rate_error(hdmi, found, hdmi_rate, in sh_hdmi_read_edid()
995 if (!found) in sh_hdmi_read_edid()
998 if (found->xres == 640 && found->yres == 480 && found->refresh == 60) in sh_hdmi_read_edid()
1000 else if (found->xres == 720 && found->yres == 480 && found->refresh == 60) in sh_hdmi_read_edid()
1002 else if (found->xres == 720 && found->yres == 576 && found->refresh == 50) in sh_hdmi_read_edid()
1004 else if (found->xres == 1280 && found->yres == 720 && found->refresh == 60) in sh_hdmi_read_edid()
1006 else if (found->xres == 1920 && found->yres == 1080 && found->refresh == 24) in sh_hdmi_read_edid()
1008 else if (found->xres == 1920 && found->yres == 1080 && found->refresh == 50) in sh_hdmi_read_edid()
1010 else if (found->xres == 1920 && found->yres == 1080 && found->refresh == 60) in sh_hdmi_read_edid()
1017 hdmi->preprogrammed_vic ? "VIC" : "external", found->xres, in sh_hdmi_read_edid()
1018 found->yres, found->refresh, PICOS2KHZ(found->pixclock) * 1000, in sh_hdmi_read_edid()
1021 hdmi->mode = *found; in sh_hdmi_read_edid()