v3dv/android: Suppress AHB-related log spam
The VK_STRUCTURE_TYPE_IMPORT_ANDROID_HARDWARE_BUFFER_INFO_ANDROID is handled by the common code. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32314>
This commit is contained in:
committed by
Marge Bot
parent
ba77b2d65d
commit
83b4b829fd
@@ -2236,6 +2236,9 @@ v3dv_AllocateMemory(VkDevice _device,
|
||||
* fd or dmabuf, which don't have special requirements for us.
|
||||
*/
|
||||
break;
|
||||
case VK_STRUCTURE_TYPE_IMPORT_ANDROID_HARDWARE_BUFFER_INFO_ANDROID:
|
||||
/* This case is handled in the common code */
|
||||
break;
|
||||
default:
|
||||
vk_debug_ignored_stype(ext->sType);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user