diff options
author | Marek Olšák <[email protected]> | 2017-02-27 23:28:07 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-04-18 14:45:33 -0400 |
commit | c6f1d360198c52d208645c0ccb5e988cded408e8 (patch) | |
tree | 5a7030eeeede436ebc24434b4868e76fcccc18a6 /src/amd/common/amd_family.h | |
parent | d6a66bc8dbcdeed8e87f649bc281de0d60d2f123 (diff) |
radeonsi: add support for VegaM
Acked-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/amd/common/amd_family.h')
-rw-r--r-- | src/amd/common/amd_family.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/common/amd_family.h b/src/amd/common/amd_family.h index 285111f2a2a..6410368f2f8 100644 --- a/src/amd/common/amd_family.h +++ b/src/amd/common/amd_family.h @@ -92,6 +92,7 @@ enum radeon_family { CHIP_POLARIS10, CHIP_POLARIS11, CHIP_POLARIS12, + CHIP_VEGAM, CHIP_VEGA10, CHIP_VEGA12, CHIP_RAVEN, |