From 3eb1993625cf14695c352b5996c99bcad041daf2 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Fri, 6 Mar 2020 16:43:10 -0600 Subject: [PATCH] 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 Part-of: --- src/intel/isl/isl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/intel/isl/isl.c b/src/intel/isl/isl.c index 7271ecfbe7d..3df369b5cd4 100644 --- a/src/intel/isl/isl.c +++ b/src/intel/isl/isl.c @@ -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); -- 2.30.2