add a new attribute, 'disable_ccs_repack' to gen_device info, which
indicates whether repacking of components in certain pixel formats
before compression needs to be disabled to keep the compatibility
with decompression capability of display controller (gen11+)
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
[MESA_SHADER_GEOMETRY] = 1032,
},
},
+ .disable_ccs_repack = true,
.simulator_id = 28,
};
[MESA_SHADER_GEOMETRY] = 1032,
},
},
+ .disable_ccs_repack = true,
.num_eu_per_subslice = 4,
.simulator_id = 28,
};
[MESA_SHADER_GEOMETRY] = 1032,
},
},
+ .disable_ccs_repack = true,
.num_eu_per_subslice =4,
.simulator_id = 28,
};
bool has_surface_tile_offset;
bool supports_simd16_3src;
bool has_resource_streamer;
+ bool disable_ccs_repack;
/**
* \name Intel hardware quirks