Searched refs:gpu_response (Results 1 – 2 of 2) sorted by relevance
173 VmResponse::GpuResponse(gpu_response) => Ok(gpu_response), in from()
674 let mut gpu_response = match resp { in process_descriptor() localVariable675 Ok(gpu_response) => gpu_response, in process_descriptor()676 Err(gpu_response) => { in process_descriptor()677 debug!("{:?} -> {:?}", gpu_cmd, gpu_response); in process_descriptor()678 gpu_response in process_descriptor()701 gpu_response = match self.virtio_gpu.create_fence(fence) { in process_descriptor()702 Ok(_) => gpu_response, in process_descriptor()713 match gpu_response.encode(flags, fence_id, ctx_id, ring_idx, writer) { in process_descriptor()