mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
devices: gpu: fix 64/32 compat issue with blob
Bug: b/169430664 Cq-Depend: chromium:2437134 Change-Id: I4b9fa7fe3f985abe803878a4b974e33214ff5fcb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2436998 Tested-by: Gurchetan Singh <gurchetansingh@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Alistair Delva <adelva@google.com> Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org> Commit-Queue: Gurchetan Singh <gurchetansingh@chromium.org>
This commit is contained in:
parent
b220eac0d3
commit
a5b30b2eea
1 changed files with 1 additions and 1 deletions
|
@ -509,9 +509,9 @@ pub struct virtio_gpu_resource_create_blob {
|
||||||
pub resource_id: Le32,
|
pub resource_id: Le32,
|
||||||
pub blob_mem: Le32,
|
pub blob_mem: Le32,
|
||||||
pub blob_flags: Le32,
|
pub blob_flags: Le32,
|
||||||
|
pub nr_entries: Le32,
|
||||||
pub blob_id: Le64,
|
pub blob_id: Le64,
|
||||||
pub size: Le64,
|
pub size: Le64,
|
||||||
pub nr_entries: Le32,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl DataInit for virtio_gpu_resource_create_blob {}
|
unsafe impl DataInit for virtio_gpu_resource_create_blob {}
|
||||||
|
|
Loading…
Reference in a new issue