diff options
author | Nicolai Hähnle <[email protected]> | 2015-11-11 14:38:59 +0100 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2015-11-25 15:28:00 +0100 |
commit | 1aa3b48c127dfa51d9bf5acf5e8efeda6483878b (patch) | |
tree | b921a970589519daffe36c28df4b4a3f8f777d70 /src/gallium/drivers/radeonsi/sid.h | |
parent | b589e18a9825fdee89db32a88e3e5a32f5d7d24b (diff) |
radeon: extend CIK_UCONFIG_REG_END for performance counters
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/sid.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/sid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/sid.h b/src/gallium/drivers/radeonsi/sid.h index 0c48340beef..c2e177dd7f9 100644 --- a/src/gallium/drivers/radeonsi/sid.h +++ b/src/gallium/drivers/radeonsi/sid.h @@ -32,7 +32,7 @@ #define SI_CONTEXT_REG_OFFSET 0x00028000 #define SI_CONTEXT_REG_END 0x00029000 #define CIK_UCONFIG_REG_OFFSET 0x00030000 -#define CIK_UCONFIG_REG_END 0x00031000 +#define CIK_UCONFIG_REG_END 0x00038000 #define EVENT_TYPE_CACHE_FLUSH 0x6 #define EVENT_TYPE_PS_PARTIAL_FLUSH 0x10 |