Selaa lähdekoodia

drm/amdgpu: add VEGAM ASIC type

Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Leo Liu 7 vuotta sitten
vanhempi
commit
48ff108d9d
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 1 0
      drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
  2. 1 0
      include/drm/amd_asic_type.h

+ 1 - 0
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

@@ -83,6 +83,7 @@ static const char *amdgpu_asic_name[] = {
 	"POLARIS10",
 	"POLARIS11",
 	"POLARIS12",
+	"VEGAM",
 	"VEGA10",
 	"VEGA12",
 	"RAVEN",

+ 1 - 0
include/drm/amd_asic_type.h

@@ -44,6 +44,7 @@ enum amd_asic_type {
 	CHIP_POLARIS10,
 	CHIP_POLARIS11,
 	CHIP_POLARIS12,
+	CHIP_VEGAM,
 	CHIP_VEGA10,
 	CHIP_VEGA12,
 	CHIP_RAVEN,