From 6e060d99bac75706d5d158875f840830756a4eed Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Thu, 1 Sep 2022 15:03:52 +0200 Subject: [PATCH] intel/dev: Add a bit for when the HW can do a indirect draw/dispatch unroll Signed-off-by: Rohan Garg Reviewed-by: Lionel Landwerlin Part-of: --- src/intel/dev/intel_device_info.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/dev/intel_device_info.h b/src/intel/dev/intel_device_info.h index 1ece5258aa9..cd48cbedf32 100644 --- a/src/intel/dev/intel_device_info.h +++ b/src/intel/dev/intel_device_info.h @@ -203,6 +203,7 @@ struct intel_device_info bool has_userptr_probe; bool has_context_isolation; bool has_set_pat_uapi; + bool has_indirect_unroll; /** * \name Intel hardware quirks