From 830cdaf3f01e34a430131ca8bec26827383f95cd Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Mon, 21 Oct 2019 17:16:05 +0300 Subject: [PATCH] intel/dev: store whether the device uses an aux map tables on devinfo Signed-off-by: Lionel Landwerlin Reviewed-by: Jordan Justen Reviewed-by: Kenneth Graunke --- src/intel/dev/gen_device_info.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/dev/gen_device_info.h b/src/intel/dev/gen_device_info.h index ea344684f2b..4389b8e2931 100644 --- a/src/intel/dev/gen_device_info.h +++ b/src/intel/dev/gen_device_info.h @@ -76,6 +76,7 @@ struct gen_device_info bool supports_simd16_3src; bool has_resource_streamer; bool disable_ccs_repack; + bool has_aux_map; /** * \name Intel hardware quirks -- 2.30.2