summaryrefslogtreecommitdiffstats
path: root/src/amd/common
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2019-05-07 22:34:50 +0200
committerMarek Olšák <[email protected]>2019-07-03 15:51:12 -0400
commit7ba80c1d19bef97b452cab85dad0a7d9b9b47f0a (patch)
tree2ca87064904db4cc792968b3f479cad352c28b05 /src/amd/common
parent4c364c89e2addb17522ccd2ef9ee7c507fc4a767 (diff)
amd/common/gfx10: add GS_ALLOC_REQ message define
Acked-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/common')
-rw-r--r--src/amd/common/ac_llvm_build.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/common/ac_llvm_build.h b/src/amd/common/ac_llvm_build.h
index 1928843c78c..17e701b21f8 100644
--- a/src/amd/common/ac_llvm_build.h
+++ b/src/amd/common/ac_llvm_build.h
@@ -445,6 +445,7 @@ ac_build_ddxy(struct ac_llvm_context *ctx,
#define AC_SENDMSG_GS 2
#define AC_SENDMSG_GS_DONE 3
+#define AC_SENDMSG_GS_ALLOC_REQ 9
#define AC_SENDMSG_GS_OP_NOP (0 << 4)
#define AC_SENDMSG_GS_OP_CUT (1 << 4)