Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/ast/
Dast_tables.h215 static const struct ast_vbios_enhtable res_640x480[] = {
228 static const struct ast_vbios_enhtable res_800x600[] = {
244 static const struct ast_vbios_enhtable res_1024x768[] = {
257 static const struct ast_vbios_enhtable res_1280x1024[] = {
268 static const struct ast_vbios_enhtable res_1600x1200[] = {
275 static const struct ast_vbios_enhtable res_1152x864[] = {
283 static const struct ast_vbios_enhtable res_1360x768[] = {
291 static const struct ast_vbios_enhtable res_1600x900[] = {
301 static const struct ast_vbios_enhtable res_1920x1080[] = {
312 static const struct ast_vbios_enhtable res_1280x800[] = {
[all …]
Dast_drv.h316 struct ast_vbios_enhtable { struct
340 const struct ast_vbios_enhtable *enh_table; argument
Dast_mode.c87 const struct ast_vbios_enhtable *best = NULL; in ast_get_vbios_mode_info()
154 const struct ast_vbios_enhtable *loop = vbios_mode->enh_table; in ast_get_vbios_mode_info()