Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d146d37a authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Set reserved size in Gralloc4 to 0" into rvc-dev am: 284c0a54

Change-Id: I1d6475d3c95a0db334195e609a575a3c53e6d71e
parents 18a69b8a 284c0a54
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ static inline void sBufferDescriptorInfo(std::string name, uint32_t width, uint3
    outDescriptorInfo->layerCount = layerCount;
    outDescriptorInfo->format = static_cast<hardware::graphics::common::V1_2::PixelFormat>(format);
    outDescriptorInfo->usage = usage;
    outDescriptorInfo->reservedSize = 0;
}

} // anonymous namespace