[PATCH 01/32] drm/amdgpu: add VEGAM ASIC type
Zhang, Jerry (Junwei)
Jerry.Zhang at amd.com
Thu Apr 26 02:30:32 UTC 2018
On 04/26/2018 10:18 AM, Alex Deucher wrote:
> From: Leo Liu <leo.liu at amd.com>
>
> Signed-off-by: Leo Liu <leo.liu at amd.com>
> Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 +
> include/drm/amd_asic_type.h | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> index f509d322bed4..1ccb1df97600 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> @@ -83,6 +83,7 @@ static const char *amdgpu_asic_name[] = {
> "POLARIS10",
> "POLARIS11",
> "POLARIS12",
> + "VEGAM",
Curious about the naming.
Does it belong to vega10 or vega12 or only one M type for VEGA series?
Jerry
> "VEGA10",
> "VEGA12",
> "RAVEN",
> diff --git a/include/drm/amd_asic_type.h b/include/drm/amd_asic_type.h
> index 6c731c52c071..695bde7eb055 100644
> --- a/include/drm/amd_asic_type.h
> +++ b/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,
>
More information about the amd-gfx
mailing list