Untyped messages are only use on Gen9+ for UBOs and SSBOs. They will
never be used on anything using an isl_surf.
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4100>
*
* Linear CCS is only allowed for Untyped Buffers but only via HDC
* Data-Port messages.
- *
- * We probably want to limit linear CCS to storage usage and check that
- * the shaders actually use only untyped messages.
*/
assert(surf->tiling != ISL_TILING_LINEAR);