Home
last modified time | relevance | path

Searched defs:GspMem (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs187 pub(super) struct GspMem { struct
204 impl GspMem { argument
210 unsafe impl AsBytes for GspMem {} implementation
214 unsafe impl FromBytes for GspMem {} implementation
H A Dfw.rs73 pub(in crate::gsp) fn advance_cpu_read_ptr(qs: &Coherent<GspMem>, count: u32) { in advance_cpu_read_ptr()
86 pub(in crate::gsp) fn advance_cpu_write_ptr(qs: &Coherent<GspMem>, count: u32) { in advance_cpu_write_ptr()