Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs196 struct DmaGspMem(CoherentAllocation<GspMem>); struct
198 impl DmaGspMem { implementation
405 gsp_mem: DmaGspMem,
427 let gsp_mem = DmaGspMem::new(dev)?; in new()