From fa841273d4f8902e6709fa6a8a69783512456f3c Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 24 Mar 2022 18:10:23 -0400 Subject: [PATCH] pan/bi: Rename I->action to I->flow For consistency with the Valhall ISA. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/compiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panfrost/bifrost/compiler.h b/src/panfrost/bifrost/compiler.h index f60a400c9a2..8009b1ad6fa 100644 --- a/src/panfrost/bifrost/compiler.h +++ b/src/panfrost/bifrost/compiler.h @@ -390,8 +390,8 @@ typedef struct { enum bi_register_format register_format; enum bi_vecsize vecsize; - /* Action (flow control) associated with a Valhall instruction */ - uint8_t action; + /* Flow control associated with a Valhall instruction */ + uint8_t flow; /* Can we spill the value written here? Used to prevent * useless double fills */