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

Commit 48ff108d authored by Leo Liu's avatar Leo Liu Committed by Alex Deucher
Browse files

drm/amdgpu: add VEGAM ASIC type

parent 037d1a66
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -83,6 +83,7 @@ static const char *amdgpu_asic_name[] = {
	"POLARIS10",
	"POLARIS10",
	"POLARIS11",
	"POLARIS11",
	"POLARIS12",
	"POLARIS12",
	"VEGAM",
	"VEGA10",
	"VEGA10",
	"VEGA12",
	"VEGA12",
	"RAVEN",
	"RAVEN",
+1 −0
Original line number Original line Diff line number Diff line
@@ -44,6 +44,7 @@ enum amd_asic_type {
	CHIP_POLARIS10,
	CHIP_POLARIS10,
	CHIP_POLARIS11,
	CHIP_POLARIS11,
	CHIP_POLARIS12,
	CHIP_POLARIS12,
	CHIP_VEGAM,
	CHIP_VEGA10,
	CHIP_VEGA10,
	CHIP_VEGA12,
	CHIP_VEGA12,
	CHIP_RAVEN,
	CHIP_RAVEN,