Home
last modified time | relevance | path

Searched refs:FbLayout (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/nova-core/gsp/
H A Dboot.rs20 fb::FbLayout,
54 fb_layout: &FbLayout, in run_fwsec_frts() argument
144 let fb_layout = FbLayout::new(chipset, bar, &gsp_fw)?; in boot()
H A Dfw.rs30 fb::FbLayout,
219 pub(crate) fn new(gsp_firmware: &GspFirmware, fb_layout: &FbLayout) -> Self { in new()