Searched refs:x_resolution (Results 1 – 10 of 10) sorted by relevance
22 vesa->x_resolution = fb->x_resolution; in save_vesa_mode()
67 vesa->x_resolution = mode->info->width; in save_vesa_mode()
151 if (vesa->x_resolution && vesa->y_resolution) { in write_coreboot_table()156 fb->x_resolution = vesa->x_resolution; in write_coreboot_table()
235 le16_to_cpu(mode_info->vesa.x_resolution), in vbe_set_graphics()
213 if (!vesa->x_resolution || !vesa->y_resolution) in setup_video()218 screen_info->lfb_width = vesa->x_resolution; in setup_video()334 if (!vesa->x_resolution) in vbe_setup_video_priv()336 uc_priv->xsize = vesa->x_resolution; in vbe_setup_video_priv()
173 if (vesa->x_resolution && vesa->y_resolution) { in do_bootvx()177 gop->info.width = vesa->x_resolution; in do_bootvx()
57 u16 x_resolution; /* 12 */ member
58 vesa->x_resolution = ginfo->width; in save_vesa_mode()
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()
150 u32 x_resolution; member
Completed in 10 milliseconds