Home
last modified time | relevance | path

Searched refs:BootTimeVideoType (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot.rs13 base::{BootTimeScreenInfo, BootTimeVideoType},
93 scinfo.video_type = BootTimeVideoType::Vlfb; in early_init_framebuffer_info()
105 scinfo.video_type = BootTimeVideoType::Mda; in early_init_framebuffer_info()
H A Dmultiboot2.rs13 base::{BootTimeScreenInfo, BootTimeVideoType},
117 scinfo.video_type = BootTimeVideoType::Vlfb; in early_init_framebuffer_info()
129 scinfo.video_type = BootTimeVideoType::Mda; in early_init_framebuffer_info()
/DragonOS/kernel/src/driver/video/
H A Dmod.rs161 video::fbdev::base::BootTimeVideoType, in video_init()
174 if screen_info.video_type == BootTimeVideoType::Mda { in video_init()
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dmod.rs1080 pub video_type: BootTimeVideoType,
1129 video_type: BootTimeVideoType::UnDefined,
1140 pub enum BootTimeVideoType { enum
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs45 fbmem::FbDevice, BlankMode, BootTimeVideoType, FbAccel, FbActivateFlags, FbId, FbState, FbType,
962 if boottime_screen_info.video_type == BootTimeVideoType::Mda { in vesa_fb_device_init()