Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs368 fn advance_cpu_write_ptr(&mut self, elem_count: u32) { in advance_cpu_write_ptr() method
369 super::fw::gsp_mem::advance_cpu_write_ptr(&self.0, elem_count) in advance_cpu_write_ptr()
516 self.gsp_mem.advance_cpu_write_ptr(elem_count); in send_command()
H A Dfw.rs97 pub(in crate::gsp) fn advance_cpu_write_ptr(qs: &CoherentAllocation<GspMem>, count: u32) { in advance_cpu_write_ptr() function