From c32015da05a1bfcfdcd09e06186d66186e487246 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Wed, 1 Apr 2026 12:50:04 +0300 Subject: [PATCH] anv: bump MAX_SETS to 32 Signed-off-by: Lionel Landwerlin Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/work_items/7684 Closes: https://gitlab.freedesktop.org/mesa/mesa/-/work_items/14677 Reviewed-by: Sagar Ghuge Part-of: --- src/intel/vulkan/anv_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index e4b9ccfc5be..307a3a559d9 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -194,7 +194,7 @@ get_max_vbs(const struct intel_device_info *devinfo) { #define MAX_XFB_BUFFERS 4 #define MAX_XFB_STREAMS 4 -#define MAX_SETS 8 +#define MAX_SETS 32 #define MAX_RTS 8 #define MAX_VIEWPORTS 16 #define MAX_SCISSORS 16