Searched refs:x_resolution (Results 1 – 11 of 11) sorted by relevance
23 vesa->x_resolution = fb->x_resolution; in save_vesa_mode()
87 vesa->x_resolution = mode->info->width; in get_mode_info()119 vesa->x_resolution = mode->info->width; in get_mode_from_entry()
151 if (vesa->x_resolution && vesa->y_resolution) { in write_coreboot_table()156 fb->x_resolution = vesa->x_resolution; in write_coreboot_table()
237 le16_to_cpu(mode_info->vesa.x_resolution), in vbe_set_graphics()
212 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video()217 screen_info->lfb_width = vesa->x_resolution; in setup_video()332 if (!vesa->x_resolution) in vesa_setup_video_priv()334 uc_priv->xsize = vesa->x_resolution; in vesa_setup_video_priv()
173 if (vesa->x_resolution && vesa->y_resolution) { in do_bootvx()177 gop->info.width = vesa->x_resolution; in do_bootvx()
60 u16 x_resolution; /* 12 */ member
162 le16_to_cpu(vm->x_resolution), in atibios_debug_mode()212 vm->x_resolution = le16_to_cpu(vm->x_resolution); in atibios_set_vesa_mode()
58 vesa->x_resolution = ginfo->width; in save_vesa_mode()
250 u32 x_resolution; member
248 print_dec(">X res", fb->x_resolution); in show_table()
Completed in 15 milliseconds