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.rs445 fn advance_cpu_write_ptr(&mut self, elem_count: u32) { in advance_cpu_write_ptr() method
446 super::fw::gsp_mem::advance_cpu_write_ptr(&self.0, elem_count) in advance_cpu_write_ptr()
680 self.gsp_mem.advance_cpu_write_ptr(elem_count); in send_single_command()
H A Dfw.rs86 pub(in crate::gsp) fn advance_cpu_write_ptr(qs: &Coherent<GspMem>, count: u32) { in advance_cpu_write_ptr() function