diff options
author | Lionel Landwerlin <[email protected]> | 2019-10-21 17:16:05 +0300 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2019-10-28 00:09:10 -0700 |
commit | 830cdaf3f01e34a430131ca8bec26827383f95cd (patch) | |
tree | a35fe26773a4d4bad8829bc46d5a6f41043777e6 /src/intel/dev | |
parent | 412badd059de6f55cbcab10a55d052986a74b4cd (diff) |
intel/dev: store whether the device uses an aux map tables on devinfo
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/dev')
-rw-r--r-- | src/intel/dev/gen_device_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |