mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 21:44:23 -04:00
drm/amdgpu: add van gogh asic_type enum (v2)
This patch adds van gogh to amd_asic_type enum and amdgpu_asic_name[]. v2: add missing comma Signed-off-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -114,6 +114,7 @@ const char *amdgpu_asic_name[] = {
|
||||
"NAVI12",
|
||||
"SIENNA_CICHLID",
|
||||
"NAVY_FLOUNDER",
|
||||
"VANGOGH",
|
||||
"LAST",
|
||||
};
|
||||
|
||||
|
||||
@@ -56,6 +56,7 @@ enum amd_asic_type {
|
||||
CHIP_NAVI12, /* 27 */
|
||||
CHIP_SIENNA_CICHLID, /* 28 */
|
||||
CHIP_NAVY_FLOUNDER, /* 29 */
|
||||
CHIP_VANGOGH, /* 30 */
|
||||
CHIP_LAST,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user