[virtio-dev] Re: [PATCH v2 09/23] virtio-gpu api: blob resources

2020-09-16 Thread Gurchetan Singh
On Tue, Sep 8, 2020 at 11:55 PM Gerd Hoffmann wrote: > Hi, > > > @@ -100,7 +102,7 @@ struct drm_virtgpu_resource_info { > > __u32 bo_handle; > > __u32 res_handle; > > __u32 size; > > - __u32 stride; > > + __u32 blob_mem; > > }; > > Huh? This is not in the virtio spec

[virtio-dev] Re: [PATCH v2 09/23] virtio-gpu api: blob resources

2020-09-08 Thread Gerd Hoffmann
Hi, > @@ -100,7 +102,7 @@ struct drm_virtgpu_resource_info { > __u32 bo_handle; > __u32 res_handle; > __u32 size; > - __u32 stride; > + __u32 blob_mem; > }; Huh? This is not in the virtio spec update proposed. > struct drm_virtgpu_3d_box { > @@ -117,6 +119,8 @@ str