Searched refs:fb_layout (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/nova-core/gsp/ |
| H A D | boot.rs | 54 fb_layout: &FbLayout, in run_fwsec_frts() 72 frts_addr: fb_layout.frts.start, in run_fwsec_frts() 73 frts_size: fb_layout.frts.end - fb_layout.frts.start, in run_fwsec_frts() 104 (wpr2_lo, _) if wpr2_lo != fb_layout.frts.start => { in run_fwsec_frts() 109 fb_layout.frts.start, in run_fwsec_frts() 144 let fb_layout = FbLayout::new(chipset, bar, &gsp_fw)?; in boot() localVariable 145 dev_dbg!(dev, "{:#x?}\n", fb_layout); in boot() 147 Self::run_fwsec_frts(dev, gsp_falcon, bar, &bios, &fb_layout)?; in boot() 160 dma_write!(wpr_meta, [0]?, GspFwWprMeta::new(&gsp_fw, &fb_layout)); in boot()
|
| H A D | fw.rs | 219 pub(crate) fn new(gsp_firmware: &GspFirmware, fb_layout: &FbLayout) -> Self { in new() 237 gspFwRsvdStart: fb_layout.heap.start, in new() 238 nonWprHeapOffset: fb_layout.heap.start, in new() 239 nonWprHeapSize: fb_layout.heap.end - fb_layout.heap.start, in new() 240 gspFwWprStart: fb_layout.wpr2.start, in new() 241 gspFwHeapOffset: fb_layout.wpr2_heap.start, in new() 242 gspFwHeapSize: fb_layout.wpr2_heap.end - fb_layout.wpr2_heap.start, in new() 243 gspFwOffset: fb_layout.elf.start, in new() 244 bootBinOffset: fb_layout.boot.start, in new() 245 frtsOffset: fb_layout.frts.start, in new() [all …]
|