diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-04-30 17:49:15 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-05-02 00:54:18 +0200 |
commit | 568aec29d9eb57c05668f061677d5e9bc3b4de97 (patch) | |
tree | 7698c269caab3e45d252933917f2a153bffc9bb3 /src/amd/common/sid.h | |
parent | 14ae0bfa5400f2a325b93040a8e7734332c7469f (diff) |
radv: Add top of pipe timestamp queries.
Does not fix brokenness with the ready bit.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/common/sid.h')
-rw-r--r-- | src/amd/common/sid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/common/sid.h b/src/amd/common/sid.h index 75ba9650ba4..08cdfd77f07 100644 --- a/src/amd/common/sid.h +++ b/src/amd/common/sid.h @@ -154,6 +154,7 @@ #define COPY_DATA_MEM 1 #define COPY_DATA_PERF 4 #define COPY_DATA_IMM 5 +#define COPY_DATA_TIMESTAMP 9 #define COPY_DATA_DST_SEL(x) (((unsigned)(x) & 0xf) << 8) #define COPY_DATA_COUNT_SEL (1 << 16) #define COPY_DATA_WR_CONFIRM (1 << 20) |