summaryrefslogtreecommitdiffstats
path: root/src/panfrost/bifrost/bifrost.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panfrost/bifrost/bifrost.h')
-rw-r--r--src/panfrost/bifrost/bifrost.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/bifrost.h b/src/panfrost/bifrost/bifrost.h
index 9fb063c32af..dac4ad190dd 100644
--- a/src/panfrost/bifrost/bifrost.h
+++ b/src/panfrost/bifrost/bifrost.h
@@ -100,6 +100,8 @@ struct bifrost_fma_inst {
unsigned op : 20;
} __attribute__((packed));
+#define BIFROST_ADD_OP_BLEND (0x1952c)
+
struct bifrost_add_inst {
unsigned src0 : 3;
unsigned op : 17;