drm/amdgpu: add navi10 asic type
Signed-off-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -95,6 +95,7 @@ static const char *amdgpu_asic_name[] = {
|
|||||||
"VEGA12",
|
"VEGA12",
|
||||||
"VEGA20",
|
"VEGA20",
|
||||||
"RAVEN",
|
"RAVEN",
|
||||||
|
"NAVI10",
|
||||||
"LAST",
|
"LAST",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ enum amd_asic_type {
|
|||||||
CHIP_VEGA12,
|
CHIP_VEGA12,
|
||||||
CHIP_VEGA20,
|
CHIP_VEGA20,
|
||||||
CHIP_RAVEN,
|
CHIP_RAVEN,
|
||||||
|
CHIP_NAVI10,
|
||||||
CHIP_LAST,
|
CHIP_LAST,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user