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 <caio.oliveira@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36150>
This commit is contained in:
Paulo Zanoni 2025-07-22 14:28:13 -07:00 committed by Marge Bot
parent 4bb41156b9
commit c845b30a21

View file

@ -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,