gfxstream: Downgrade log severity when enabling params in LinuxVirtGpu

Reviewed-By: Gurchetan Singh <gurchetansingh@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33944>
(cherry picked from commit 9447de5dc4)
This commit is contained in:
Aaron Ruby 2025-03-06 14:18:11 -05:00 committed by Eric Engestrom
parent 9d85e7eda9
commit 63ec8e94fc
2 changed files with 2 additions and 2 deletions

View file

@ -2084,7 +2084,7 @@
"description": "gfxstream: Downgrade log severity when enabling params in LinuxVirtGpu",
"nominated": false,
"nomination_type": 0,
"resolution": 4,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -72,7 +72,7 @@ LinuxVirtGpuDevice::LinuxVirtGpuDevice(enum VirtGpuCapset capset, int32_t descri
ret = drmIoctl(mDeviceHandle, DRM_IOCTL_VIRTGPU_GETPARAM, &get_param);
if (ret) {
mesa_logi("virtgpu backend not enabling %s", params[i].name);
mesa_logd("virtgpu backend not enabling %s", params[i].name);
continue;
}