pan/bi: Use STAGE srcs for scheduler nops

..rather than using port 0 for the source, which may or may not actually
exist.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4396>
This commit is contained in:
Alyssa Rosenzweig 2020-03-31 13:04:18 -04:00 committed by Marge Bot
parent 2292e2aa10
commit 0b241c70b6
1 changed files with 2 additions and 2 deletions

View File

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