Home
last modified time | relevance | path

Searched refs:__ast_vbios_find_mode_table (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/ast/
H A Dast_vbios.c183 __ast_vbios_find_mode_table(const struct ast_vbios_enhtable **vmode_tables, in __ast_vbios_find_mode_table() function
203 vmode_table = __ast_vbios_find_mode_table(res_table_wuxga, hdisplay, vdisplay); in ast_vbios_find_mode_table()
205 vmode_table = __ast_vbios_find_mode_table(res_table_fullhd, hdisplay, vdisplay); in ast_vbios_find_mode_table()
207 vmode_table = __ast_vbios_find_mode_table(res_table_wsxga_p, hdisplay, vdisplay); in ast_vbios_find_mode_table()
209 vmode_table = __ast_vbios_find_mode_table(res_table, hdisplay, vdisplay); in ast_vbios_find_mode_table()