From 2ee9487ad7ff97c9a3885a2b283072c2ad267963 Mon Sep 17 00:00:00 2001 From: Iago Toral Quiroga Date: Mon, 24 Jan 2022 14:26:28 +0100 Subject: [PATCH] v3dv: drop signature of undefined function This is a left over from when we added multi-version support in the driver, where we turned this helper into a versioned scheme. Reviewed-by: Juan A. Suarez Part-of: --- src/broadcom/vulkan/v3dv_private.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/broadcom/vulkan/v3dv_private.h b/src/broadcom/vulkan/v3dv_private.h index 4778e488c75..06cc9bb716f 100644 --- a/src/broadcom/vulkan/v3dv_private.h +++ b/src/broadcom/vulkan/v3dv_private.h @@ -786,10 +786,6 @@ struct v3dv_frame_tiling { uint32_t frame_height_in_supertiles; }; -void v3dv_framebuffer_compute_internal_bpp_msaa(const struct v3dv_framebuffer *framebuffer, - const struct v3dv_subpass *subpass, - uint8_t *max_bpp, bool *msaa); - bool v3dv_subpass_area_is_tile_aligned(struct v3dv_device *device, const VkRect2D *area, struct v3dv_framebuffer *fb,