Searched refs:boot_vinfo (Results 1 – 1 of 1) sorted by relevance
2792 initialize_screen(PE_Video * boot_vinfo, unsigned int op) in initialize_screen() argument2799 if (boot_vinfo) { in initialize_screen()2807 new_vinfo.v_width = (unsigned int)boot_vinfo->v_width; in initialize_screen()2808 new_vinfo.v_height = (unsigned int)boot_vinfo->v_height; in initialize_screen()2809 new_vinfo.v_depth = (unsigned int)boot_vinfo->v_depth; in initialize_screen()2810 new_vinfo.v_rowbytes = (unsigned int)boot_vinfo->v_rowBytes; in initialize_screen()2813 new_vinfo.v_rotate = (unsigned int)boot_vinfo->v_rotate; in initialize_screen()2816 new_vinfo.v_type = (unsigned int)boot_vinfo->v_display; in initialize_screen()2820 unsigned int scale = (unsigned int)boot_vinfo->v_scale; in initialize_screen()2837 newVideoVirt = boot_vinfo->v_baseAddr; in initialize_screen()[all …]