intel/isl: Delete a misleading comment

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>
This commit is contained in:
Jason Ekstrand 2020-03-06 16:43:10 -06:00 committed by Marge Bot
parent 483a1d5e6c
commit 3eb1993625

View file

@ -2057,9 +2057,6 @@ isl_surf_get_ccs_surf(const struct isl_device *dev,
*
* 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);