diff --git a/src/panfrost/bifrost/compiler.h b/src/panfrost/bifrost/compiler.h index f3d71bcb6ad..8fd85839ef0 100644 --- a/src/panfrost/bifrost/compiler.h +++ b/src/panfrost/bifrost/compiler.h @@ -460,8 +460,8 @@ typedef struct { */ bool branch_constant; - /* What type of high latency instruction is here, basically */ - unsigned message_type; + /* Unique in a clause */ + enum bifrost_message_type message_type; } bi_clause; typedef struct bi_block {