commit | 406744582acab70d2f08db81e0639d88bc8df632 | [log] [tgz] |
---|---|---|
author | Gurchetan Singh <[email protected]> | Wed Sep 13 18:08:50 2023 -0700 |
committer | Gurchetan Singh <[email protected]> | Tue Sep 19 14:49:14 2023 -0700 |
tree | 5db696c8ec420c5dfbde8470a80bec22a2ecb82c | |
parent | 4db9091084f2d1c5e60b68ff265d4096ae000ae7 [diff] [blame] |
gfxstream/guest: use GetRingParamsFromCapset Use the previously mentioned GetRingParamsFromCapset function. BUG=297245651 TEST=compile Change-Id: I29188aad415b81c9722612b28328fe8b5fd2dc85
diff --git a/guest/GoldfishAddressSpace/include/VirtioGpuAddressSpaceStream.h b/guest/GoldfishAddressSpace/include/VirtioGpuAddressSpaceStream.h index d009d6e..4e7b0da 100644 --- a/guest/GoldfishAddressSpace/include/VirtioGpuAddressSpaceStream.h +++ b/guest/GoldfishAddressSpace/include/VirtioGpuAddressSpaceStream.h
@@ -16,4 +16,5 @@ #include "AddressSpaceStream.h" -AddressSpaceStream* createVirtioGpuAddressSpaceStream(gfxstream::guest::HealthMonitor<>* healthMonitor); +AddressSpaceStream* createVirtioGpuAddressSpaceStream( + enum VirtGpuCapset capset, gfxstream::guest::HealthMonitor<>* healthMonitor);