diff options
author | Nicolai Hähnle <[email protected]> | 2018-11-19 18:23:40 +0100 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2018-11-29 13:18:23 +0100 |
commit | 729ebdf07e34cbd7bbb066b5896ff583cdc1ea4f (patch) | |
tree | 6f38102433932ea8739777af130adce60ff0bc95 /src/amd/common/sid.h | |
parent | 058f85d41cbe3534b1a06d321fab9afb8fbadfc0 (diff) |
radv: remove dependency on addrlib gfx9_enum.h
v2:
- use SI_CONTEXT_REG_OFFSET
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/common/sid.h')
-rw-r--r-- | src/amd/common/sid.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/amd/common/sid.h b/src/amd/common/sid.h index 35782046dd5..49683f1aa5a 100644 --- a/src/amd/common/sid.h +++ b/src/amd/common/sid.h @@ -2436,6 +2436,9 @@ #define S_008F30_FILTER_MODE(x) (((unsigned)(x) & 0x03) << 29) #define G_008F30_FILTER_MODE(x) (((x) >> 29) & 0x03) #define C_008F30_FILTER_MODE 0x9FFFFFFF +#define V_008F30_SQ_IMG_FILTER_MODE_BLEND 0x00 +#define V_008F30_SQ_IMG_FILTER_MODE_MIN 0x01 +#define V_008F30_SQ_IMG_FILTER_MODE_MAX 0x02 /* VI */ #define S_008F30_COMPAT_MODE(x) (((unsigned)(x) & 0x1) << 31) #define G_008F30_COMPAT_MODE(x) (((x) >> 31) & 0x1) |