Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

drm/amdgpu: add SI asics types v2

parent c2167a65
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -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,