summaryrefslogtreecommitdiff
path: root/src/amd
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2017-03-02 05:40:09 +1000
committerDave Airlie <airlied@redhat.com>2017-03-07 15:20:01 +1000
commit03f5405fc2fa718ddab36e244f1abd2f038df777 (patch)
tree9589db44e30a96dea89c0d8e6d26f97fb3d06510 /src/amd
parentb26249781e5bc8fc00e8b94d2a1c0d8e48eebe9e (diff)
amd/common: document PREDICATION OP 3 as 64-bit bool.
This just documents some info for possible future use. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/amd')
-rw-r--r--src/amd/common/sid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/common/sid.h b/src/amd/common/sid.h
index 285cfbfb62f..7789add3d15 100644
--- a/src/amd/common/sid.h
+++ b/src/amd/common/sid.h
@@ -56,6 +56,7 @@
#define PREDICATION_OP_CLEAR 0x0
#define PREDICATION_OP_ZPASS 0x1
#define PREDICATION_OP_PRIMCOUNT 0x2
+#define PREDICATION_OP_BOOL64 0x3
#define PRED_OP(x) ((x) << 16)