Searched refs:boot_vinfo (Results 1 – 1 of 1) sorted by relevance
2820 initialize_screen(PE_Video * boot_vinfo, unsigned int op) in initialize_screen() argument2827 if (boot_vinfo) { in initialize_screen()2835 new_vinfo.v_width = (unsigned int)boot_vinfo->v_width; in initialize_screen()2836 new_vinfo.v_height = (unsigned int)boot_vinfo->v_height; in initialize_screen()2837 new_vinfo.v_depth = (unsigned int)boot_vinfo->v_depth; in initialize_screen()2838 new_vinfo.v_rowbytes = (unsigned int)boot_vinfo->v_rowBytes; in initialize_screen()2841 new_vinfo.v_rotate = (unsigned int)boot_vinfo->v_rotate; in initialize_screen()2844 new_vinfo.v_type = (unsigned int)boot_vinfo->v_display; in initialize_screen()2848 unsigned int scale = (unsigned int)boot_vinfo->v_scale; in initialize_screen()2865 newVideoVirt = boot_vinfo->v_baseAddr; in initialize_screen()[all …]