Thunk: Add gfx1010 initial support

Add gfx1010 basic support on Thunk

Change-Id: Ie4c0922158c7f5e2951f8694f4b204f371f1aa23
Signed-off-by: shaoyunl <shaoyun.liu@amd.com>
This commit is contained in:
shaoyunl
2019-07-05 16:12:53 -04:00
committed by Shaoyun Liu
vanhempi 67c4fe230b
commit 02ccb9eb57
3 muutettua tiedostoa jossa 15 lisäystä ja 2 poistoa
+2 -1
Näytä tiedosto
@@ -101,7 +101,8 @@ enum asic_family_type {
CHIP_VEGA10,
CHIP_VEGA12,
CHIP_VEGA20,
CHIP_RAVEN
CHIP_RAVEN,
CHIP_NAVI10
};
#define IS_SOC15(chip) ((chip) >= CHIP_VEGA10)