From c845b30a215c856a17abc671b00d727208145df6 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Tue, 22 Jul 2025 14:28:13 -0700 Subject: [PATCH] brw: adjust comment pasted from a commit message The comment was pasted from the commit message that added it. Remove the parts that only make sense in the commit message, not in the final code. Reviewed-by: Caio Oliveira Signed-off-by: Paulo Zanoni Part-of: --- src/intel/compiler/brw_eu_defines.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/intel/compiler/brw_eu_defines.h b/src/intel/compiler/brw_eu_defines.h index 7c0d1d0e757..65c9f8fe4f9 100644 --- a/src/intel/compiler/brw_eu_defines.h +++ b/src/intel/compiler/brw_eu_defines.h @@ -1559,13 +1559,11 @@ enum ENUM_PACKED brw_rnd_mode { #define GEN_RT_BTD_SHADER_TYPE_MISS 2 #define GEN_RT_BTD_SHADER_TYPE_INTERSECTION 3 -/* Starting with Xe-HPG, the old dataport was massively reworked dataport. +/* Starting with Xe-HPG, the old dataport was massively reworked. * The new thing, called Load/Store Cache or LSC, has a significantly improved * interface. Instead of bespoke messages for every case, there's basically * one or two messages with different bits to control things like address - * size, how much data is read/written, etc. It's way nicer but also means we - * get to rewrite all our dataport encoding/decoding code. This patch kicks - * off the party with all of the new enums. + * size, how much data is read/written, etc. */ enum lsc_opcode { LSC_OP_LOAD = 0,