diff --git a/.pick_status.json b/.pick_status.json index efa1d6e2592..59651630e04 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -472,7 +472,7 @@ "description": "virgl: move new added field to the end.", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "e778aceaae0505e4d3bc322f689338f18d662090" }, diff --git a/src/virtio/virtio-gpu/virgl_hw.h b/src/virtio/virtio-gpu/virgl_hw.h index a368ffa5e45..1286b48a880 100644 --- a/src/virtio/virtio-gpu/virgl_hw.h +++ b/src/virtio/virtio-gpu/virgl_hw.h @@ -593,8 +593,8 @@ struct virgl_caps_v2 { uint32_t host_feature_check_version; struct virgl_supported_format_mask supported_readback_formats; struct virgl_supported_format_mask scanout; - uint32_t max_video_memory; uint32_t capability_bits_v2; + uint32_t max_video_memory; }; union virgl_caps {