commit | 42a8b7530e9b0a19e5850ceb491cf262df29d1ac | [log] [tgz] |
---|---|---|
author | Aaron Ruby <[email protected]> | Mon May 27 15:37:53 2024 -0400 |
committer | Gurchetan Singh <[email protected]> | Wed May 29 12:33:14 2024 -0700 |
tree | 0e1b82c266d13a4f6bf1010e371904b55163d590 | |
parent | 3e04cb4265c51f215ed627c6cdee3bd313ed4551 [diff] [blame] |
gfxstream: Switch to using scanout path with native DRM images for Linux WSI BUG=343234676 TEST=compile Change-Id: Ibbdb41b078eda8aa27c70caee0d6d3a8e5fa0758
diff --git a/guest/vulkan_enc/ResourceTracker.h b/guest/vulkan_enc/ResourceTracker.h index a93c369..6819ac2 100644 --- a/guest/vulkan_enc/ResourceTracker.h +++ b/guest/vulkan_enc/ResourceTracker.h
@@ -781,7 +781,9 @@ #ifdef VK_USE_PLATFORM_FUCHSIA bool isSysmemBackedMemory = false; #endif - bool isWsiImage = false; +#ifdef LINUX_GUEST_BUILD + bool isDmaBufImage = false; +#endif }; struct VkBuffer_Info {