Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/ast/
H A Dast_mode.c107 vbios_mode->std_table = &vbios_stdtable[VGAModeIndex]; in ast_get_vbios_mode_info()
110 vbios_mode->std_table = &vbios_stdtable[HiCModeIndex]; in ast_get_vbios_mode_info()
114 vbios_mode->std_table = &vbios_stdtable[TrueCModeIndex]; in ast_get_vbios_mode_info()
279 stdtable = vbios_mode->std_table; in ast_set_std_reg()
H A Dast_drv.h282 const struct ast_vbios_stdtable *std_table; member