Lines Matching refs:screen_info

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()
210 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; in vesa_store_mode_params_graphics()
213 boot_params.screen_info.vesa_attributes = vminfo.mode_attr; in vesa_store_mode_params_graphics()
214 boot_params.screen_info.lfb_linelength = vminfo.logical_scan; in vesa_store_mode_params_graphics()
215 boot_params.screen_info.lfb_width = vminfo.h_res; in vesa_store_mode_params_graphics()
216 boot_params.screen_info.lfb_height = vminfo.v_res; in vesa_store_mode_params_graphics()
217 boot_params.screen_info.lfb_depth = vminfo.bpp; in vesa_store_mode_params_graphics()
218 boot_params.screen_info.pages = vminfo.image_planes; in vesa_store_mode_params_graphics()
219 boot_params.screen_info.lfb_base = vminfo.lfb_ptr; in vesa_store_mode_params_graphics()
220 memcpy(&boot_params.screen_info.red_size, in vesa_store_mode_params_graphics()
224 boot_params.screen_info.lfb_size = vginfo.total_memory; in vesa_store_mode_params_graphics()