diff options
author | Marek Olšák <[email protected]> | 2016-10-03 15:13:56 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-10-26 13:02:58 +0200 |
commit | edf56fb428b1cda51264270881dda3af8ec01a04 (patch) | |
tree | 9701b5a91a58c3942a9cb2e6b763d11d5703bf94 /src/amd | |
parent | d883c83ba99c5459a8bb9183420124518b489ff8 (diff) |
gallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP fixups
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/amd')
-rw-r--r-- | src/amd/common/sid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/common/sid.h b/src/amd/common/sid.h index 888de111a1f..df6309cfa69 100644 --- a/src/amd/common/sid.h +++ b/src/amd/common/sid.h @@ -7761,7 +7761,7 @@ #define V_028A90_FLUSH_HS_OUTPUT 0x11 #define V_028A90_FLUSH_LS_OUTPUT 0x12 #define V_028A90_CACHE_FLUSH_AND_INV_TS_EVENT 0x14 -#define V_028A90_ZPASS_DONE 0x15 /* not on CIK */ +#define V_028A90_ZPASS_DONE 0x15 #define V_028A90_CACHE_FLUSH_AND_INV_EVENT 0x16 #define V_028A90_PERFCOUNTER_START 0x17 #define V_028A90_PERFCOUNTER_STOP 0x18 |