gfxstream: Reduce log level on AHB allocation

Reviewed-by: Marcin Radomski <dextero@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35323>
This commit is contained in:
Serdar Kocdemir
2025-05-13 11:42:30 +00:00
committed by Marge Bot
parent 464c2e35b8
commit dae39cd278
@@ -443,7 +443,7 @@ int EmulatedGralloc::allocate(uint32_t width, uint32_t height, uint32_t ahbForma
}
AHardwareBuffer* EmulatedGralloc::allocate(uint32_t width, uint32_t height, uint32_t drmFormat) {
mesa_loge("Allocating AHB w:%u, h:%u, format %u", width, height, drmFormat);
mesa_logd("Allocating AHB w:%u, h:%u, format %u", width, height, drmFormat);
const auto& formatInfosMap = GetDrmFormatInfoMap();
auto formatInfoIt = formatInfosMap.find(drmFormat);