Searched refs:req_state (Results 1 – 2 of 2) sorted by relevance
60 .width_mm = g->req_state[scanout].width_mm, in virtio_gpu_base_generate_edid()62 .prefx = g->req_state[scanout].width, in virtio_gpu_base_generate_edid()63 .prefy = g->req_state[scanout].height, in virtio_gpu_base_generate_edid()97 g->req_state[idx].x = info->xoff; in virtio_gpu_ui_info()98 g->req_state[idx].y = info->yoff; in virtio_gpu_ui_info()100 g->req_state[idx].width = info->width; in virtio_gpu_ui_info()101 g->req_state[idx].height = info->height; in virtio_gpu_ui_info()102 g->req_state[idx].width_mm = info->width_mm; in virtio_gpu_ui_info()103 g->req_state[idx].height_mm = info->height_mm; in virtio_gpu_ui_info()207 g->req_state[0].width = g->conf.xres; in virtio_gpu_base_device_realize()[all …]
156 struct virtio_gpu_requested_state req_state[VIRTIO_GPU_MAX_SCANOUTS]; member
Completed in 8 milliseconds