Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs279 fn allocate_command(&mut self, size: usize) -> Result<GspCommand<'_>> { in allocate_command() method
499 let dst = self.gsp_mem.allocate_command(command_size)?; in send_command()