Searched refs:process_gpu_control_command (Results 1 – 2 of 2) sorted by relevance
351 pub fn process_gpu_control_command(&mut self, cmd: GpuControlCommand) -> GpuControlResult { in process_gpu_control_command() method352 self.virtio_gpu.process_gpu_control_command(cmd) in process_gpu_control_command()938 let resp = self.state.process_gpu_control_command(req); in run()
512 pub fn process_gpu_control_command(&mut self, cmd: GpuControlCommand) -> GpuControlResult { in process_gpu_control_command() method