Home
last modified time | relevance | path

Searched refs:screen_info (Results 1 – 25 of 26) sorted by relevance

12

/linux/arch/x86/xen/
H A Dvga.c12 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 Denlighten_pvh.c168 &boot_params->screen_info); in xen_pvh_init()
/linux/arch/x86/boot/
H A Dvideo-vesa.c177 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 Dvideo-bios.c50 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 Dvideo-vga.c256 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 Dmemory.c113 boot_params.screen_info.ext_mem_k = oreg.ax; in detect_memory_88()
/linux/drivers/gpu/drm/sysfb/
H A Ddrm_sysfb_helper.h18 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 Dmisc.c135 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 DMakefile4 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 Dearly_printk.c425 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 Dkexec-bzimage64.c314 memcpy(&params->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 Dzero-page.rst16 000/040 ALL screen_info Text mode or frame buffer information
17 (struct screen_info)
/linux/arch/arm/include/asm/
H A Dvga.h8 extern struct screen_info vgacon_screen_info;
H A Dsetup.h40 extern struct screen_info vgacon_screen_info;
/linux/arch/loongarch/include/asm/
H A Defi.h13 void efifb_setup_from_dmi(struct screen_info *si, const char *opt);
/linux/include/uapi/linux/
H A Dscreen_info.h11 struct screen_info { struct
/linux/arch/x86/include/asm/
H A Dbootparam_utils.h58 BOOT_PARAM_PRESERVE(screen_info), in sanitize_boot_params()
/linux/arch/mips/sibyte/swarm/
H A Dsetup.c117 static struct screen_info vgacon_screen_info = {
/linux/arch/mips/sni/
H A Dsetup.c42 static struct screen_info si; in sni_display_setup()
/linux/arch/mips/mti-malta/
H A Dmalta-setup.c164 static struct screen_info si = { in screen_info_setup()
/linux/arch/alpha/kernel/
H A Dproto.h108 extern struct screen_info vgacon_screen_info;
H A Dsetup.c141 struct screen_info vgacon_screen_info = {
/linux/drivers/firmware/efi/libstub/
H A Dgop.c371 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 Dvgacon.c92 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 Dsetup.c926 struct screen_info vgacon_screen_info = {

12