Commit be9699e3 authored by Likun Gao's avatar Likun Gao Committed by Alex Deucher

drm/amdgpu: add picasso to asic_type enum

Add picasso to amd_asic_type enum and amdgpu_asic_name[].
Signed-off-by: default avatarLikun Gao <Likun.Gao@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarHuang Rui <ray.huang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 646b9025
...@@ -89,6 +89,7 @@ static const char *amdgpu_asic_name[] = { ...@@ -89,6 +89,7 @@ static const char *amdgpu_asic_name[] = {
"VEGA12", "VEGA12",
"VEGA20", "VEGA20",
"RAVEN", "RAVEN",
"PICASSO",
"LAST", "LAST",
}; };
......
...@@ -49,6 +49,7 @@ enum amd_asic_type { ...@@ -49,6 +49,7 @@ enum amd_asic_type {
CHIP_VEGA12, CHIP_VEGA12,
CHIP_VEGA20, CHIP_VEGA20,
CHIP_RAVEN, CHIP_RAVEN,
CHIP_PICASSO,
CHIP_LAST, CHIP_LAST,
}; };
......
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