mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-17 04:46:44 +00:00
Now it only supports one scanout for virtio-gpu. So the scanout_id is ignored in course of handling virtio-gpu cmd. In order to handle the virtio-gpu cmd correctly, it adds the virtio_gpu_scanout structure so that it can record the scanout info. v1->v2: Refine the field in virtio_gpu_scanout and error message for scanout_id Tracked-On: #7988 Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Peng Sun <peng.p.sun@linux.intel.com>