intel/isl: Delete a misleading comment
authorJason Ekstrand <jason@jlekstrand.net>
Fri, 6 Mar 2020 22:43:10 +0000 (16:43 -0600)
committerMarge Bot <eric+marge@anholt.net>
Fri, 24 Apr 2020 16:17:45 +0000 (16:17 +0000)
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>

src/intel/isl/isl.c

index 7271ecfbe7daeb33e4c1d69bea514ddf171a6991..3df369b5cd4fec257170a5c470b57b8dc3622585 100644 (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);