Searched refs:vmode_table (Results 1 – 1 of 1) sorted by relevance
200 const struct ast_vbios_enhtable *vmode_table = NULL; in ast_vbios_find_mode_table() local203 vmode_table = __ast_vbios_find_mode_table(res_table_wuxga, hdisplay, vdisplay); in ast_vbios_find_mode_table()204 if (!vmode_table && ast->support_fullhd) in ast_vbios_find_mode_table()206 if (!vmode_table && ast->support_wsxga_p) in ast_vbios_find_mode_table()208 if (!vmode_table) in ast_vbios_find_mode_table()209 vmode_table = __ast_vbios_find_mode_table(res_table, hdisplay, vdisplay); in ast_vbios_find_mode_table()211 return vmode_table; in ast_vbios_find_mode_table()218 const struct ast_vbios_enhtable *vmode_table; in ast_vbios_find_mode() local222 vmode_table = ast_vbios_find_mode_table(ast, mode->hdisplay, mode->vdisplay); in ast_vbios_find_mode()223 if (!vmode_table) in ast_vbios_find_mode()[all …]
Completed in 5 milliseconds