Commit 26d721c5 authored by Ken Wang's avatar Ken Wang Committed by Alex Deucher

drm/amdgpu: add SI asics types v2

Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarKen Wang <Qingqing.Wang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c2167a65
...@@ -29,7 +29,12 @@ ...@@ -29,7 +29,12 @@
* Supported ASIC types * Supported ASIC types
*/ */
enum amd_asic_type { enum amd_asic_type {
CHIP_BONAIRE = 0, CHIP_TAHITI = 0,
CHIP_PITCAIRN,
CHIP_VERDE,
CHIP_OLAND,
CHIP_HAINAN,
CHIP_BONAIRE,
CHIP_KAVERI, CHIP_KAVERI,
CHIP_KABINI, CHIP_KABINI,
CHIP_HAWAII, CHIP_HAWAII,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment