diff options
Diffstat (limited to 'src/panfrost/bifrost/bifrost.h')
-rw-r--r-- | src/panfrost/bifrost/bifrost.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/panfrost/bifrost/bifrost.h b/src/panfrost/bifrost/bifrost.h index 1a016286608..19d284e555b 100644 --- a/src/panfrost/bifrost/bifrost.h +++ b/src/panfrost/bifrost/bifrost.h @@ -492,8 +492,8 @@ struct bifrost_branch { /* Clause packing */ -#define BIFROST_FMA_NOP (0x701960) -#define BIFROST_ADD_NOP (0x3D960) +#define BIFROST_FMA_NOP (0x701960 | BIFROST_SRC_STAGE) +#define BIFROST_ADD_NOP (0x3D960 | BIFROST_SRC_STAGE) struct bifrost_fmt1 { unsigned ins_0 : 3; |