intel/common/icl: Disable hiz surface sampling
authorAnuj Phogat <anuj.phogat@gmail.com>
Fri, 16 Feb 2018 21:44:10 +0000 (13:44 -0800)
committerMatt Turner <mattst88@gmail.com>
Thu, 22 Mar 2018 16:56:09 +0000 (09:56 -0700)
On gen11+ AUX_HIZ is not a supported value for surfaces being
sampled by the 3D sampler.

Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/dev/gen_device_info.c

index 3365bdd..9e684b7 100644 (file)
@@ -823,6 +823,7 @@ static const struct gen_device_info gen_device_info_cnl_5x8 = {
    GEN11_HW_INFO,                                     \
    .has_64bit_types = false,                          \
    .has_integer_dword_mul = false,                    \
+   .has_sample_with_hiz = false,                      \
    .gt = _gt, .num_slices = _slices, .l3_banks = _l3, \
    .num_subslices = _subslices