| /linux/arch/x86/xen/ |
| H A D | vga.c | 12 struct screen_info *screen_info) in xen_init_vga() argument 16 screen_info->orig_video_mode = 3; in xen_init_vga() 17 screen_info->orig_video_isVGA = 1; in xen_init_vga() 18 screen_info->orig_video_lines = 25; in xen_init_vga() 19 screen_info->orig_video_cols = 80; in xen_init_vga() 20 screen_info->orig_video_ega_bx = 3; in xen_init_vga() 21 screen_info->orig_video_points = 16; in xen_init_vga() 22 screen_info->orig_y = screen_info->orig_video_lines - 1; in xen_init_vga() 29 screen_info->orig_video_lines = info->u.text_mode_3.rows; in xen_init_vga() 30 screen_info->orig_video_cols = info->u.text_mode_3.columns; in xen_init_vga() [all …]
|
| H A D | enlighten_pvh.c | 168 &boot_params->screen_info); in xen_pvh_init()
|
| /linux/arch/x86/boot/ |
| H A D | video-vesa.c | 177 boot_params.screen_info.red_size = dac_size; in vesa_dac_set_8bits() 178 boot_params.screen_info.green_size = dac_size; in vesa_dac_set_8bits() 179 boot_params.screen_info.blue_size = dac_size; in vesa_dac_set_8bits() 180 boot_params.screen_info.rsvd_size = dac_size; in vesa_dac_set_8bits() 182 boot_params.screen_info.red_pos = 0; in vesa_dac_set_8bits() 183 boot_params.screen_info.green_pos = 0; in vesa_dac_set_8bits() 184 boot_params.screen_info.blue_pos = 0; in vesa_dac_set_8bits() 185 boot_params.screen_info.rsvd_pos = 0; in vesa_dac_set_8bits() 200 boot_params.screen_info.vesapm_seg = oreg.es; in vesa_store_pm_info() 201 boot_params.screen_info.vesapm_off = oreg.di; in vesa_store_pm_info() [all …]
|
| H A D | video-bios.c | 50 if (new_mode != boot_params.screen_info.orig_video_mode) { in set_bios_mode() 54 ireg.ax = boot_params.screen_info.orig_video_mode; in set_bios_mode() 67 u8 saved_mode = boot_params.screen_info.orig_video_mode; in bios_probe()
|
| H A D | video-vga.c | 256 boot_params.screen_info.orig_video_ega_bx = oreg.bx; in vga_probe() 268 boot_params.screen_info.orig_video_isVGA = 1; in vga_probe()
|
| H A D | memory.c | 113 boot_params.screen_info.ext_mem_k = oreg.ax; in detect_memory_88()
|
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | drm_sysfb_helper.h | 18 struct screen_info; 41 int drm_sysfb_get_width_si(struct drm_device *dev, const struct screen_info *si); 42 int drm_sysfb_get_height_si(struct drm_device *dev, const struct screen_info *si); 44 const struct screen_info *si, 46 int drm_sysfb_get_stride_si(struct drm_device *dev, const struct screen_info *si, 49 u64 drm_sysfb_get_visible_size_si(struct drm_device *dev, const struct screen_info *si, 54 const struct screen_info *si);
|
| /linux/arch/x86/boot/compressed/ |
| H A D | misc.c | 135 x = boot_params_ptr->screen_info.orig_x; in __putstr() 136 y = boot_params_ptr->screen_info.orig_y; in __putstr() 157 boot_params_ptr->screen_info.orig_x = x; in __putstr() 158 boot_params_ptr->screen_info.orig_y = y; in __putstr() 424 if (boot_params_ptr->screen_info.orig_video_mode == 7) { in extract_kernel() 432 lines = boot_params_ptr->screen_info.orig_video_lines; in extract_kernel() 433 cols = boot_params_ptr->screen_info.orig_video_cols; in extract_kernel()
|
| /linux/drivers/video/ |
| H A D | Makefile | 4 obj-$(CONFIG_SCREEN_INFO) += screen_info.o 10 screen_info-y := screen_info_generic.o 11 screen_info-$(CONFIG_PCI) += screen_info_pci.o
|
| /linux/arch/x86/kernel/ |
| H A D | early_printk.c | 425 boot_params.screen_info.orig_video_isVGA == 1) { in setup_early_printk() 426 max_xpos = boot_params.screen_info.orig_video_cols; in setup_early_printk() 427 max_ypos = boot_params.screen_info.orig_video_lines; in setup_early_printk() 428 current_ypos = boot_params.screen_info.orig_y; in setup_early_printk()
|
| H A D | kexec-bzimage64.c | 314 memcpy(¶ms->screen_info, &sysfb_primary_display.screen, in setup_boot_parameters() 318 params->screen_info.ext_mem_k = 0; in setup_boot_parameters() 355 params->screen_info.ext_mem_k = mem_k; in setup_boot_parameters() 358 params->screen_info.ext_mem_k = 0xfc00; /* 64M*/ in setup_boot_parameters()
|
| /linux/Documentation/arch/x86/ |
| H A D | zero-page.rst | 16 000/040 ALL screen_info Text mode or frame buffer information 17 (struct screen_info)
|
| /linux/arch/arm/include/asm/ |
| H A D | vga.h | 8 extern struct screen_info vgacon_screen_info;
|
| H A D | setup.h | 40 extern struct screen_info vgacon_screen_info;
|
| /linux/arch/loongarch/include/asm/ |
| H A D | efi.h | 13 void efifb_setup_from_dmi(struct screen_info *si, const char *opt);
|
| /linux/include/uapi/linux/ |
| H A D | screen_info.h | 11 struct screen_info { struct
|
| /linux/arch/x86/include/asm/ |
| H A D | bootparam_utils.h | 58 BOOT_PARAM_PRESERVE(screen_info), in sanitize_boot_params()
|
| /linux/arch/mips/sibyte/swarm/ |
| H A D | setup.c | 117 static struct screen_info vgacon_screen_info = {
|
| /linux/arch/mips/sni/ |
| H A D | setup.c | 42 static struct screen_info si; in sni_display_setup()
|
| /linux/arch/mips/mti-malta/ |
| H A D | malta-setup.c | 164 static struct screen_info si = { in screen_info_setup()
|
| /linux/arch/alpha/kernel/ |
| H A D | proto.h | 108 extern struct screen_info vgacon_screen_info;
|
| H A D | setup.c | 141 struct screen_info vgacon_screen_info = {
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | gop.c | 371 static void setup_screen_info(struct screen_info *si, const efi_graphics_output_protocol_t *gop) in setup_screen_info() 481 efi_status_t efi_setup_graphics(struct screen_info *si, struct edid_info *edid) in efi_setup_graphics()
|
| /linux/drivers/video/console/ |
| H A D | vgacon.c | 92 static struct screen_info *vga_si; 1216 void vgacon_register_screen(struct screen_info *si) in vgacon_register_screen()
|
| /linux/arch/arm/kernel/ |
| H A D | setup.c | 926 struct screen_info vgacon_screen_info = {
|