venus: amend missing logs for image format cache dump

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39339>
This commit is contained in:
Yiwei Zhang 2026-01-15 21:38:21 -08:00 committed by Marge Bot
parent c57659c9a3
commit fea23746ce

View file

@ -1602,6 +1602,7 @@ static void
vn_image_format_cache_debug_dump(
struct vn_image_format_properties_cache *cache)
{
vn_log(NULL, "dumping image format cache statistics");
vn_log(NULL, " hit %u\n", cache->debug.cache_hit_count);
vn_log(NULL, " miss %u\n", cache->debug.cache_miss_count);
vn_log(NULL, " skip %u\n", cache->debug.cache_skip_count);