Searched defs:Gsp (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/nova-core/ |
| H A D | gsp.rs | 117 pub(crate) struct Gsp { global() struct 127 rmargsGsp global() argument 130 impl Gsp { global() implementation
|
| /linux/drivers/gpu/nova-core/gsp/ |
| H A D | boot.rs | 47 /// Guard that calls [`Gsp::unload`](super::Gsp::unload) with a implementation 53 run_fwsec_frts( dev: &device::Device<device::Bound>, chipset: Chipset, falcon: &Falcon<Gsp>, bar: &Bar0, bios: &Vbios, fb_layout: &FbLayout, ) -> Result<()> run_fwsec_frts() argument 146 boot( self: Pin<&mut Self>, pdev: &pci::Device<device::Bound>, bar: &Bar0, chipset: Chipset, gsp_falcon: &Falcon<Gsp>, sec2_falcon: &Falcon<Sec2>, ) -> Result boot() argument [all...] |